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