[Pkg-zsh-commits] [zsh] 01/01: Those binary packages which use symlink_to_dir need to Pre-Depend on dpkg >= 1.17.2~

Axel Beckert abe at deuxchevaux.org
Wed Nov 12 21:25:42 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 0e03e62333d4a3353f8cfd05e890f96716a9fbdc
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Nov 12 22:12:35 2014 +0100

    Those binary packages which use symlink_to_dir need to Pre-Depend on dpkg >= 1.17.2~
---
 debian/control | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index 384fbbd..55cbc37 100644
--- a/debian/control
+++ b/debian/control
@@ -32,6 +32,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/zsh.git
 Package: zsh-common
 Architecture: all
 Depends: ${misc:Depends}
+Pre-Depends: dpkg (>= 1.17.2~)
 Replaces: zsh (<= 5.0.2-1)
 Recommends: zsh
 Suggests: zsh-doc
@@ -52,6 +53,7 @@ Architecture: any
 Depends: zsh-common (= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
+Pre-Depends: dpkg (>= 1.17.2~)
 Recommends: ${shlibs:Recommends}
 Suggests: zsh-doc
 Description: shell with lots of features
@@ -100,6 +102,7 @@ Package: zsh-dev
 Architecture: any
 Depends: zsh-common (= ${source:Version}),
          ${misc:Depends}
+Pre-Depends: dpkg (>= 1.17.2~)
 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