[Pkg-zsh-commits] [zsh] 01/01: Pre-Depend on dpkg >= 1.17.14 explicitly for using symlink_to_dir with relative symlinks (Closes: #770226)
Axel Beckert
abe at deuxchevaux.org
Thu Nov 20 01:59:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch debian
in repository zsh.
commit ab70e9dc9b0b9921dd1f50334d0af518639255ee
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Thu Nov 20 02:48:48 2014 +0100
Pre-Depend on dpkg >= 1.17.14 explicitly for using symlink_to_dir with relative symlinks (Closes: #770226)
This workaround may be removed once https://bugs.debian.org/770245 is
fixed in debhelper -- which is likely the initial cause for #770226.
---
debian/control | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index b322715..6d4c197 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/zsh.git
Package: zsh-common
Architecture: all
Depends: ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends},
+ dpkg (>= 1.17.14)
Replaces: zsh (<= 5.0.2-1)
Recommends: zsh
Suggests: zsh-doc
@@ -53,7 +54,8 @@ Architecture: any
Depends: zsh-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends},
+ dpkg (>= 1.17.14)
Recommends: ${shlibs:Recommends}
Suggests: zsh-doc
Description: shell with lots of features
@@ -102,7 +104,8 @@ Package: zsh-dev
Architecture: any
Depends: zsh-common (= ${source:Version}),
${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends},
+ dpkg (>= 1.17.14)
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