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