summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2015-03-08 11:54:40 +0100
committerAxel Beckert <abe@deuxchevaux.org>2015-03-08 12:04:56 +0100
commit18288a7675f5dd434eb6fbc0c8559ffc620d831f (patch)
tree21e0571da14b0b8a45cf6f0509e9b562419c1e48
parenta71c214210c0192b4d87aabbc8615b930ba0102a (diff)
downloadzsh-18288a7675f5dd434eb6fbc0c8559ffc620d831f.tar.gz
zsh-18288a7675f5dd434eb6fbc0c8559ffc620d831f.zip
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.
-rw-r--r--debian/control11
1 files changed, 4 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 6d4c197e5..6540bf1da 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