diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-09-14 02:45:25 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-09-14 02:45:25 +0200 |
commit | 8e7e68524f2d71d4be939425142dc5bc66474ba9 (patch) | |
tree | cbda5c09e40f18f28a8d56f9312185d9f63e1ced | |
parent | 6362089b6b0f9d7da5a9f817bd6628ffb05da961 (diff) | |
download | zsh-8e7e68524f2d71d4be939425142dc5bc66474ba9.tar.gz zsh-8e7e68524f2d71d4be939425142dc5bc66474ba9.zip |
Merge dh_builddeb lines which are identical after -Zxz removal
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 7c10b183f..acd39bf2f 100755 --- a/debian/rules +++ b/debian/rules @@ -111,8 +111,7 @@ binary-indep: build-indep dh_installdeb -pzsh-doc -pzsh-beta -pzsh-beta-doc dh_md5sums -pzsh-doc -pzsh-beta -pzsh-beta-doc dh_gencontrol -pzsh-doc -pzsh-beta -pzsh-beta-doc - dh_builddeb -pzsh-beta -pzsh-beta-doc - dh_builddeb -pzsh-doc + dh_builddeb -pzsh-doc -pzsh-beta -pzsh-beta-doc binary-arch: binary-arch-dynamic binary-arch-static binary-arch-dev binary-arch-dynamic: build-arch @@ -180,8 +179,7 @@ binary-arch-dynamic: build-arch dh_installdeb -pzsh -pzsh-common -pzsh-dbg dh_md5sums -pzsh -pzsh-common -pzsh-dbg dh_gencontrol -pzsh -pzsh-common -pzsh-dbg - dh_builddeb -pzsh -pzsh-common - dh_builddeb -pzsh-dbg + dh_builddeb -pzsh -pzsh-common -pzsh-dbg binary-arch-static: build-static dh_testdir |