diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-12-28 02:41:22 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-12-28 03:00:00 +0100 |
commit | d4d59f27751f91a0ea6b1d3c71463d1641f560c8 (patch) | |
tree | 6721f1e70a7744592633c8d1ba23ea6187dfb749 | |
parent | ddbd301e8f794c42ed6c4239abf08f6a3d28537d (diff) | |
download | zsh-d4d59f27751f91a0ea6b1d3c71463d1641f560c8.tar.gz zsh-d4d59f27751f91a0ea6b1d3c71463d1641f560c8.zip |
Use xz compression for bigger packages
Add "Pre-Depends: dpkg (>= 1.15.6~)" to the according packages
-rw-r--r-- | debian/control | 6 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 25004ffc2..020e56dd7 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/zsh.git Package: zsh Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, zsh-common +Pre-Depends: dpkg (>= 1.15.6~) Recommends: ${shlibs:Recommends} Suggests: zsh-doc Description: shell with lots of features @@ -41,6 +42,7 @@ Description: shell with lots of features Package: zsh-common Architecture: all Depends: ${misc:Depends} +Pre-Depends: dpkg (>= 1.15.6~) Recommends: zsh Suggests: zsh-doc Description: architecture independent files for Zsh @@ -58,7 +60,8 @@ Description: architecture independent files for Zsh Package: zsh-doc Architecture: all Section: doc -Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends} +Depends: ${misc:Depends} +Pre-Depends: dpkg (>= 1.15.6~) Description: zsh documentation - info/HTML format Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command @@ -106,6 +109,7 @@ Architecture: any Section: debug Priority: extra Depends: zsh (= ${binary:Version}), zsh-common (= ${source:Version}), ${misc:Depends} +Pre-Depends: dpkg (>= 1.15.6~) Description: shell with lots of features (debugging symbols) Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command diff --git a/debian/rules b/debian/rules index 61bc031d7..830e74e66 100755 --- a/debian/rules +++ b/debian/rules @@ -125,7 +125,7 @@ binary-indep: checkroot build dh_installdeb -p$(package)-doc dh_md5sums -p$(package)-doc dh_gencontrol -p$(package)-doc - dh_builddeb -p$(package)-doc + dh_builddeb -p$(package)-doc -- -Zxz ifneq (zsh-beta,$(package)) binary-arch: binary-arch-dynamic binary-arch-static binary-arch-dev @@ -193,7 +193,7 @@ endif dh_installdeb -p$(package) -p$(package)-common -p$(package)-dbg dh_md5sums -p$(package) -p$(package)-common -p$(package)-dbg dh_gencontrol -p$(package) -p$(package)-common -p$(package)-dbg - dh_builddeb -p$(package) -p$(package)-common -p$(package)-dbg + dh_builddeb -p$(package) -p$(package)-common -p$(package)-dbg -- -Zxz binary-arch-static: checkroot build-static dh_testdir |