[Pkg-zsh-commits] [zsh] 01/01: Drop manual Pre-Depends on dpkg, raise debhelper b-d to ≥ 9.20141221, see #770226 + #770245

Axel Beckert abe at deuxchevaux.org
Sun Mar 8 11:06:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit 18288a7675f5dd434eb6fbc0c8559ffc620d831f
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Mar 8 11:54:40 2015 +0100

    Drop manual Pre-Depends on dpkg, raise debhelper b-d to ≥ 9.20141221, see #770226 + #770245
    
    This simplifies debian/control quite a bit.
    
    This commit should be still suitable for Jessie (if necessary) since
    the mentioned debhelper version has just been unblocked for Jessie,
    see https://bugs.debian.org/780016 -- On the other hand we're probably
    on the safe side if we don't include it for any further Jessie
    updates and just branch after the debian/5.0.7-5 tag.
---
 debian/control | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 6d4c197..6540bf1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Build-Depends: autotools-dev,
                bsdmainutils,
                cm-super-minimal,
-               debhelper (>= 9~),
+               debhelper (>= 9.20141221~),
                dh-autoreconf,
                dpkg-dev (>= 1.16.2~),
                ghostscript,
@@ -32,8 +32,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/zsh.git
 Package: zsh-common
 Architecture: all
 Depends: ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends},
-             dpkg (>= 1.17.14)
+Pre-Depends: ${misc:Pre-Depends}
 Replaces: zsh (<= 5.0.2-1)
 Recommends: zsh
 Suggests: zsh-doc
@@ -54,8 +53,7 @@ Architecture: any
 Depends: zsh-common (= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
-Pre-Depends: ${misc:Pre-Depends},
-             dpkg (>= 1.17.14)
+Pre-Depends: ${misc:Pre-Depends}
 Recommends: ${shlibs:Recommends}
 Suggests: zsh-doc
 Description: shell with lots of features
@@ -104,8 +102,7 @@ Package: zsh-dev
 Architecture: any
 Depends: zsh-common (= ${source:Version}),
          ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends},
-             dpkg (>= 1.17.14)
+Pre-Depends: ${misc:Pre-Depends}
 Section: libdevel
 Description: shell with lots of features (development files)
  Zsh is a UNIX command interpreter (shell) usable as an

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list