diff options
-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 |