diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-07-28 14:30:32 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-07-28 14:30:32 -0700 |
commit | 639c835bc2730a4fbffd915f5b2028a68375ee7a (patch) | |
tree | 203d61e1d5e8ef422d6aba3851d2f83a1f838b6b /debian/control | |
parent | 0247864ef578ac05bbac8dc5175e674ce7b82714 (diff) | |
download | vyatta-cfg-639c835bc2730a4fbffd915f5b2028a68375ee7a.tar.gz vyatta-cfg-639c835bc2730a4fbffd915f5b2028a68375ee7a.zip |
add new cstore library
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/debian/control b/debian/control index d467832..19e2c76 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: vyatta-cfg Section: contrib/net Priority: extra Maintainer: Vyatta Package Maintainers <maintainers@vyatta.com> -Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev +Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev, + libboost-filesystem1.40-dev Standards-Version: 3.7.2 Package: vyatta-cfg @@ -26,7 +27,8 @@ Depends: sed (>= 4.1.5), ethtool, iproute, libglib2.0-0, - curl + curl, + libboost-filesystem1.40.0 Replaces: vyatta-cfg-firewall, vyatta-cfg-quagga Suggests: util-linux (>= 2.13-5), @@ -35,5 +37,15 @@ Suggests: util-linux (>= 2.13-5), ntpdate Description: Vyatta configuration system This package has the Vyatta configuration system, including the configuration - back-end, the base configuration templates, and the config-mode CLI completion - mechanism. + back-end library, the base configuration templates, and the config-mode CLI + completion mechanism. + +Package: libvyatta-cfg-dev +Architecture: any +Priority: optional +Section: libdevel +Depends: vyatta-cfg (=${binary:Version}) +Description: vyatta-cfg development package + Development header and library files for the Vyatta configuration back-end + library. + |