From: Ed Warnicke Date: Sat, 10 Sep 2016 23:13:36 +0000 (-0700) Subject: VPP-367: Peg vpp and vpp-plugins to depend on specific versions X-Git-Tag: v17.01-rc0~228 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F2796%2F1;p=vpp.git VPP-367: Peg vpp and vpp-plugins to depend on specific versions vpp now depends on the version of vpp-lib it was built with vpp-plugins now depends on the version of vpp it was built with Change-Id: Idf706f94d3a35bdf51930badf61cac288855873d Signed-off-by: Ed Warnicke --- diff --git a/build-root/deb/debian/control b/build-root/deb/debian/control index d1e7680eabd..bc19768b947 100644 --- a/build-root/deb/debian/control +++ b/build-root/deb/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.4 Package: vpp Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: vpp-lib (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Vector Packet Processing--executables This package provides VPP executables: vpp, vpp_api_test, vpp_json_test vpp - the vector packet engine @@ -49,7 +49,7 @@ Description: Vector Packet Processing--runtime libraries Package: vpp-plugins Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: vpp (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Vector Packet Processing--runtime plugins This package contains VPP plugins .