[Pkg-zsh-commits] [SCM] Debian zsh package branch, abe/debhelper, updated. debian/5.0.2-1-10-gc2511a1

Axel Beckert abe at deuxchevaux.org
Fri Dec 28 02:50:07 UTC 2012


The following commit has been merged in the abe/debhelper branch:
commit d4d59f27751f91a0ea6b1d3c71463d1641f560c8
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 28 02:41:22 2012 +0100

    Use xz compression for bigger packages
    
    Add "Pre-Depends: dpkg (>= 1.15.6~)" to the according packages

diff --git a/debian/control b/debian/control
index 25004ff..020e56d 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 61bc031..830e74e 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

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list