summaryrefslogtreecommitdiffstats
path: root/packaging/deb/common/vpp_dependencies
blob: 9f298a408408c4e260c90c0902f4e314cbafdfbf (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-rc2), vpp-plugins (= 17.10-rc2)"