#!/bin/bash # defines vpp and vpp-plugin-core dependencies for debian packages # using range echo "vpp (>= 19.08), vpp (<< 19.09), vpp-plugin-core (>= 19.08), vpp-plugin-core (<< 19.09), vpp-api-java (>= 19.08), vpp-api-java (<< 19.09)" # or specific vpp version #echo "vpp (= 19.08-rc1), vpp-plugin-core (= 19.08-rc1)"