summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-11-14 19:43:02 +0000
committerAlex Harpin <development@landsofshadow.co.uk>2015-11-14 19:43:02 +0000
commitc4450c1808db683daa5404f947bfe801d771bb42 (patch)
treeb648dbf08061f3dca1c94185343e2850d2b806c9
parentb2301b95f8a62939294575eaea1ada30aa627024 (diff)
downloadvyatta-cfg-c4450c1808db683daa5404f947bfe801d771bb42.tar.gz
vyatta-cfg-c4450c1808db683daa5404f947bfe801d771bb42.zip
vyatta-cfg: allow package to depend on development builds
Allow the vyatta-cfg package to depend on development of libvyatta-cfg so development ISOs can be built using it.
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 40c5606..91066ef 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Depends: sed (>= 4.1.5),
bsdutils (>=1:2.13),
curl,
libsocket6-perl,
- libvyatta-cfg1 (=${binary:Version}),
+ libvyatta-cfg1 (>=${binary:Version}),
unionfs-fuse,
${perl:Depends}, ${shlibs:Depends}
Suggests: util-linux (>= 2.13-5),
@@ -41,7 +41,7 @@ Package: libvyatta-cfg-dev
Architecture: any
Priority: optional
Section: libdevel
-Depends: libvyatta-cfg1 (=${binary:Version}),
+Depends: libvyatta-cfg1 (>=${binary:Version}),
libboost-filesystem1.42-dev
Description: libvyatta-cfg development package
Development header and library files for the Vyatta configuration back-end