diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-09-10 16:13:36 -0700 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2016-09-11 13:47:05 +0000 |
commit | 0024dfb30700dd0a8efb881d3b1d02d749a17587 (patch) | |
tree | 4f02e5876bc5a616b47416dadadad92de36bd332 | |
parent | 2cb4e68aae6bc10faf35631a21a581de3b3a4bb9 (diff) |
Peg vpp and vpp-plugins to depend on specific versions; VPP-367
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 <eaw@cisco.com>
-rw-r--r-- | build-root/deb/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
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 . |