#!/usr/bin/make -f %: dh $@ override_dh_gencontrol: if [ -f "../.VYOS_DEV_BUILD" ]; then \ dh_gencontrol -- -v999.dev; \ else \ dh_gencontrol; \ fi