diff options
-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 |