diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-11-12 22:12:35 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-11-12 22:25:07 +0100 |
commit | 0e03e62333d4a3353f8cfd05e890f96716a9fbdc (patch) | |
tree | 735366e862806a4da401e9de96285c5b6fd43df9 | |
parent | 246213e55f15516edd964f2faa01b2e0232495a8 (diff) | |
download | zsh-0e03e62333d4a3353f8cfd05e890f96716a9fbdc.tar.gz zsh-0e03e62333d4a3353f8cfd05e890f96716a9fbdc.zip |
Those binary packages which use symlink_to_dir need to Pre-Depend on dpkg >= 1.17.2~
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 384fbbdb8..55cbc3727 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 |