From c4450c1808db683daa5404f947bfe801d771bb42 Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Sat, 14 Nov 2015 19:43:02 +0000 Subject: 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. --- debian/control | 4 ++-- 1 file 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 -- cgit v1.2.3