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