summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-11-19 11:05:01 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-11-19 11:05:01 -0800
commit375ee54821c5d1f4b29ea11c1b522b0cdabf2e3f (patch)
treee27ba673f2890c2764d5140b272ba50e0de86654
parent1f3727b1c665c5a22e6d461b052f0c2ffc76d810 (diff)
downloadvyatta-cfg-qos-375ee54821c5d1f4b29ea11c1b522b0cdabf2e3f.tar.gz
vyatta-cfg-qos-375ee54821c5d1f4b29ea11c1b522b0cdabf2e3f.zip
add support for development build
-rwxr-xr-xdebian/rules6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b02c352..5c52b5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,7 +88,11 @@ binary-indep: build install
dh_compress
dh_fixperms
dh_installdeb
- dh_gencontrol
+ if [ -f "../.VYATTA_DEV_BUILD" ]; then \
+ dh_gencontrol -- -v999.dev; \
+ else \
+ dh_gencontrol; \
+ fi
dh_md5sums
dh_builddeb