HC2VPP-102: allow to configure vpp dependencies in deb/rpm build scripts 86/5886/3
authorMarek Gradzki <[email protected]>
Tue, 28 Mar 2017 07:15:42 +0000 (09:15 +0200)
committerJan Srnicek <[email protected]>
Wed, 29 Mar 2017 06:11:23 +0000 (06:11 +0000)
commit212774e6dc3e3f74b100ac4f66420146e8f2472c
treeafc76d6ced7d91199066760e1d356bde6ceed3df
parent539dafd91d6c58400ff2623d85df28f40a11ffe5
HC2VPP-102: allow to configure vpp dependencies in deb/rpm build scripts

Debian:
VPP dependencies can be specified in deb/common/vpp_dependencies file,
used to generated debian/control file. Can be verified with:
dpkg -I honeycomb_package.deb

Centos:
VPP dependencies can be specified in rpmvpp_dependencies file,
referenced in honeycomb.spec. Can be verified with:
rpm -i honeycomb_package.rpm

Change-Id: Ide4ff3888085f714467fa1c1543b24b3c1b9f14b
Signed-off-by: Marek Gradzki <[email protected]>
packaging/deb/common/prepare.sh
packaging/deb/common/vpp_dependencies [new file with mode: 0755]
packaging/deb/trusty/build_dependencies [new file with mode: 0755]
packaging/deb/trusty/debian/control [deleted file]
packaging/deb/trusty/debuild.sh
packaging/deb/xenial/build_dependencies [new file with mode: 0755]
packaging/deb/xenial/debian/control [deleted file]
packaging/deb/xenial/debuild.sh
packaging/rpm/honeycomb.spec
packaging/rpm/vpp_dependencies [new file with mode: 0755]