diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-11-19 11:05:01 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-11-19 11:05:01 -0800 |
commit | 375ee54821c5d1f4b29ea11c1b522b0cdabf2e3f (patch) | |
tree | e27ba673f2890c2764d5140b272ba50e0de86654 | |
parent | 1f3727b1c665c5a22e6d461b052f0c2ffc76d810 (diff) | |
download | vyatta-cfg-qos-375ee54821c5d1f4b29ea11c1b522b0cdabf2e3f.tar.gz vyatta-cfg-qos-375ee54821c5d1f4b29ea11c1b522b0cdabf2e3f.zip |
add support for development build
-rwxr-xr-x | debian/rules | 6 |
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 |