diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2023-01-30 01:44:13 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2023-01-30 02:10:12 +0100 |
commit | 749f6b2d7a7701a92f9b00fce167c64203998567 (patch) | |
tree | f8c9cef1229eee7904e2d0513dce00887fe524b8 | |
parent | c513a394915fff4335fdcf6e5f9cd721520f110c (diff) | |
download | zsh-749f6b2d7a7701a92f9b00fce167c64203998567.tar.gz zsh-749f6b2d7a7701a92f9b00fce167c64203998567.zip |
Drop alternative build-dep on transitional package bsdmainutils
Thanks: Lintian!
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1e9439c12..ee9046212 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: zsh Section: shells Priority: optional -Build-Depends: bsdextrautils | bsdmainutils (<< 12~), +Build-Depends: bsdextrautils, debhelper (>= 13.4), debhelper-compat (= 13), dpkg-dev (>= 1.16.2~), |