diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-11-02 10:46:56 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-11-13 06:09:58 +0100 |
commit | 8dff29f4cd9663746b51ffad9317e68a2cd00a55 (patch) | |
tree | ae85e7d1e56d5260a1d1494bbf1035382be20d4a /debian/control | |
parent | d26deae83d43d992426d0cc68b40f5bd9153107e (diff) | |
download | zsh-8dff29f4cd9663746b51ffad9317e68a2cd00a55.tar.gz zsh-8dff29f4cd9663746b51ffad9317e68a2cd00a55.zip |
Update /etc/shells using dpkg triggers
Closes: #1023317
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index c131cd9d0..042d6113e 100644 --- a/debian/control +++ b/debian/control @@ -56,7 +56,8 @@ Package: zsh Architecture: any Depends: zsh-common (= ${source:Version}), ${misc:Depends}, - ${shlibs:Depends} + ${shlibs:Depends}, + debianutils (>= 5.3-1~) Pre-Depends: ${misc:Pre-Depends} Recommends: ${shlibs:Recommends} Suggests: zsh-doc @@ -88,7 +89,8 @@ Description: zsh documentation - info/HTML format Package: zsh-static Architecture: any -Depends: ${misc:Depends} +Depends: ${misc:Depends}, + debianutils (>= 5.3-1~) Recommends: zsh-common Suggests: zsh-doc Built-Using: ${Built-Using} |