diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2021-08-25 01:52:05 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2021-08-25 01:52:05 +0200 |
commit | 0f5af7a73fe8a594734c74dd50ddf57217da6bec (patch) | |
tree | 1ff847c5767d8fa0530ef08e27a09c1826e5d400 | |
parent | 06824140cf87bfb0edd6ed04b3153340b8682883 (diff) | |
download | zsh-0f5af7a73fe8a594734c74dd50ddf57217da6bec.tar.gz zsh-0f5af7a73fe8a594734c74dd50ddf57217da6bec.zip |
Run "wrap-and-sort -a"
-rw-r--r-- | debian/control | 22 | ||||
-rw-r--r-- | debian/tests/control | 11 |
2 files changed, 20 insertions, 13 deletions
diff --git a/debian/control b/debian/control index 9e43fc228..72ba540fa 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: zsh Section: shells Priority: optional Build-Depends: bsdextrautils | bsdmainutils (<< 12~), - debhelper-compat (= 13), debhelper (>= 13.4), + debhelper-compat (= 13), dpkg-dev (>= 1.16.2~), groff, groff-base, @@ -11,15 +11,14 @@ Build-Depends: bsdextrautils | bsdmainutils (<< 12~), libelf-dev, libgdbm-dev, libncursesw5-dev, - libpcre3-dev, -Build-Depends-Indep: - cm-super-minimal, - ghostscript, - texinfo (>= 5~), - texlive-fonts-recommended, - texlive-latex-base, - texlive-latex-recommended, - yodl (>= 3.08.01) | yodl (<< 3.08.00) + libpcre3-dev +Build-Depends-Indep: cm-super-minimal, + ghostscript, + texinfo (>= 5~), + texlive-fonts-recommended, + texlive-latex-base, + texlive-latex-recommended, + yodl (>= 3.08.01) | yodl (<< 3.08.00) Maintainer: Debian Zsh Maintainers <pkg-zsh-devel@lists.alioth.debian.org> Uploaders: Michael Prokop <mika@debian.org>, Axel Beckert <abe@debian.org>, @@ -35,7 +34,8 @@ Package: zsh-common Architecture: all Depends: ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} -Replaces: zsh (<= 5.0.2-1), zsh-doc (>= 5.8-7~) +Replaces: zsh (<= 5.0.2-1), + zsh-doc (>= 5.8-7~) Breaks: zsh-doc (>= 5.8-7~) Recommends: zsh Suggests: zsh-doc diff --git a/debian/tests/control b/debian/tests/control index 2034e14a0..ce9ff4307 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,6 +1,13 @@ Tests: run-testsuite -Depends: zsh, zsh-dev, libpcre3-dev, libcap-dev [linux-any], libelf-dev, libgdbm-dev, libncursesw5-dev +Depends: libcap-dev [linux-any], + libelf-dev, + libgdbm-dev, + libncursesw5-dev, + libpcre3-dev, + zsh, + zsh-dev Tests: adequate -Depends: @, adequate:native +Depends: adequate:native, + @ Restrictions: superficial |