summaryrefslogtreecommitdiffstats
path: root/packaging/deb/common/vpp_dependencies
blob: 7993766085c104145003dc0ced48cbddc34f43d9 (plain)
1
2
3
4
5
6
#!/bin/bash
# defines vpp and vpp-plugins dependencies for debian packages
# using range
echo "vpp (>= 17.04-rc1), vpp (<< 17.05), vpp-plugins (>= 17.04-rc1), vpp-plugins (<< 17.05)"
# or specific vpp version
#echo "vpp (= 17.04-rc1), vpp-plugins (= 17.04-rc1)"