summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-11-19 11:05:04 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-11-19 11:05:04 -0800
commit7237a1b0855751870198838cd5f8b9fa8d38e142 (patch)
tree733ffa60c557b577c92f6b8875765950cafc8caf
parent837348ee45977158bdf9f423f09cb6539608d586 (diff)
downloadvyatta-cluster-7237a1b0855751870198838cd5f8b9fa8d38e142.tar.gz
vyatta-cluster-7237a1b0855751870198838cd5f8b9fa8d38e142.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 406cf53..178d84b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -89,7 +89,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