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