From 738c999421c9676d8d1fe2db330c5e8b9766bda6 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Wed, 19 Nov 2008 11:04:58 -0800 Subject: add support for development build --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 17de8e8..a4b634e 100755 --- a/debian/rules +++ b/debian/rules @@ -143,7 +143,11 @@ binary-bash: bash-install dh_fixperms -p$(p) dh_shlibdeps -p$(p) -- -dPre-Depends $(d)/bin/vbash dh_installdeb -p$(p) - dh_gencontrol -p$(p) + if [ -f "../.VYATTA_DEV_BUILD" ]; then \ + dh_gencontrol -p$(p) -- -v999.dev; \ + else \ + dh_gencontrol -p$(p); \ + fi dh_md5sums -p$(p) dh_builddeb -p$(p) -- cgit v1.2.3