From 5ec84b27aac21037e89ad1c956ed2bc5d8dd25f0 Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Tue, 22 Jun 2010 11:04:46 -0700 Subject: update dh_gencontrol for dev build --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 8fe7d91..6449f46 100755 --- a/debian/rules +++ b/debian/rules @@ -86,7 +86,11 @@ binary-arch: build install dh_fixperms -a dh_installdeb -a dh_shlibdeps -a - dh_gencontrol -a + if [ -f "../.VYATTA_DEV_BUILD" ]; then \ + dh_gencontrol -- -v999.dev; \ + else \ + dh_gencontrol; \ + fi dh_md5sums -a dh_builddeb -a -- cgit v1.2.3