diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-07-29 16:52:46 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-07-29 16:52:46 -0700 |
commit | b315d95f6b49904b702b098f4f8a6f6d8e2baa29 (patch) | |
tree | 4b581e9389204bce85d586030383efa94c6e4941 /debian/control | |
parent | e8cfe14f955ab85918cf75ea075d332a24b7720e (diff) | |
download | vyatta-cfg-b315d95f6b49904b702b098f4f8a6f6d8e2baa29.tar.gz vyatta-cfg-b315d95f6b49904b702b098f4f8a6f6d8e2baa29.zip |
remove dev package dependency on vyatta-cfg
* this allows the dev package to be installed without vyatta-cfg and its (many) dependencies.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 19e2c76..33abac8 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,8 @@ Package: libvyatta-cfg-dev Architecture: any Priority: optional Section: libdevel -Depends: vyatta-cfg (=${binary:Version}) +Depends: libboost-filesystem1.40-dev, ${shlibs:Depends} +Replaces: vyatta-cfg Description: vyatta-cfg development package Development header and library files for the Vyatta configuration back-end library. |