diff -Nru uudeview-0.5.20/debian/changelog uudeview-0.5.20/debian/changelog --- uudeview-0.5.20/debian/changelog 2020-04-10 15:47:34.000000000 +0000 +++ uudeview-0.5.20/debian/changelog 2021-12-24 13:09:48.000000000 +0000 @@ -1,3 +1,12 @@ +uudeview (0.5.20-13) unstable; urgency=medium + + * QA upload. + * Run wrap-and-sort -ast. + * Use watchfile v4 mode. + * Use dh 13 compat. + + -- Andreas Metzler Fri, 24 Dec 2021 14:09:48 +0100 + uudeview (0.5.20-12) unstable; urgency=low [ Helmut Grohne ] diff -Nru uudeview-0.5.20/debian/control uudeview-0.5.20/debian/control --- uudeview-0.5.20/debian/control 2020-04-10 14:50:05.000000000 +0000 +++ uudeview-0.5.20/debian/control 2021-12-24 13:09:48.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian QA Group Homepage: http://www.fpx.de/fp/Software/UUDeview/ Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), hevea, tcl-dev, texlive-fonts-recommended, @@ -12,14 +12,19 @@ texlive-latex-extra, texlive-latex-recommended, tk-dev, - transfig -Standards-Version: 4.5.0 + transfig, +Standards-Version: 4.6.0 Rules-Requires-Root: no Package: uudeview Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Suggests: default-mta | mail-transport-agent, inews, xdeview +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Suggests: + default-mta | mail-transport-agent, + inews, + xdeview, Description: Smart multi-file multi-part decoder (command line) This is a command-line decoder and encoder for multi-part MIME files encoded with the following formats: uuencode, xxencode, BASE64, @@ -30,8 +35,12 @@ Package: xdeview Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Suggests: default-mta | mail-transport-agent, inews +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Suggests: + default-mta | mail-transport-agent, + inews, Description: Smart multi-file multi-part decoder (X11 GUI) This is an X11-based decoder for files encoded with the following formats: uuencode, xxencode, BASE64, yEncoding, quoted printable, and BinHex. @@ -39,7 +48,9 @@ Package: libuu0 Section: libs Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends}, Description: Library for de/encoding several popular file encodings - runtime Libuu is a library of functions for decoding and encoding files in the following formats: uuencode, xxencode, BASE64, yEncoding, quoted @@ -50,7 +61,9 @@ Package: libuu-dev Section: libdevel Architecture: any -Depends: libuu0 (= ${binary:Version}), ${misc:Depends} +Depends: + libuu0 (= ${binary:Version}), + ${misc:Depends}, Description: Library for de/encoding several popular file encodings - development Libuu is a library of functions for decoding and encoding files in the following formats: uuencode, xxencode, BASE64, yEncoding, quoted diff -Nru uudeview-0.5.20/debian/tests/control uudeview-0.5.20/debian/tests/control --- uudeview-0.5.20/debian/tests/control 2016-07-16 17:10:40.000000000 +0000 +++ uudeview-0.5.20/debian/tests/control 2021-12-24 11:13:05.000000000 +0000 @@ -1,3 +1,4 @@ Tests: decode-noninteractive -Depends: uudeview +Depends: + uudeview, Restrictions: allow-stderr