diff options
| author | An-Cheng Huang <ancheng@vyatta.com> | 2008-11-19 11:03:23 -0800 |
|---|---|---|
| committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-11-19 11:03:23 -0800 |
| commit | 02b957b5d19516851c311186d4f3a6654aa7d030 (patch) | |
| tree | 8b056296def5e06a82fe67207284e2a54cef7e44 | |
| parent | 1c019dd576dc6f39df8f9dc56c545ee5bcb191c1 (diff) | |
| download | initramfs-tools-02b957b5d19516851c311186d4f3a6654aa7d030.tar.gz initramfs-tools-02b957b5d19516851c311186d4f3a6654aa7d030.zip | |
add support for development build
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 2a5ae55..52fbf87 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,8 @@ #!/usr/bin/make -f +DEB_DH_GENCONTROL_ARGS_ALL = $(shell if [ -f "../.VYATTA_DEV_BUILD" ]; then \ + echo "-- -v999.dev"; fi) + include /usr/share/cdbs/1/rules/debhelper.mk pre-build:: |
