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