From eb7d9d9f0f468576e379153b683954d1f24d03cd Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Mon, 15 Jun 2015 07:43:42 +0100 Subject: vyatta-cfg: update dh_gencontrol with new development build flag --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6666366..e5da58a 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ binary binary-arch binary-indep: install dh_perl /opt/vyatta/share/perl5 /opt/vyatta/share/perl5/Vyatta dh binary --after dh_perl --before dh_gencontrol rm -f debian/*/DEBIAN/conffiles - if [ -f "../.VYATTA_DEV_BUILD" ]; then \ + if [ -f "../.VYOS_DEV_BUILD" ]; then \ dh_gencontrol -- -v999.dev; \ else \ dh_gencontrol; \ -- cgit v1.2.3