Followup-For: Bug #845497 Fixed in stretch with the attached patch.
Andreas
diff -Nru lasi-1.1.0/debian/changelog lasi-1.1.0/debian/changelog --- lasi-1.1.0/debian/changelog 2016-07-17 07:17:35.000000000 +0200 +++ lasi-1.1.0/debian/changelog 2017-11-27 07:21:40.000000000 +0100 @@ -1,3 +1,20 @@ +lasi (1.1.0-2~deb9u1) stretch; urgency=medium + + * QA upload. + * Rebuild for stretch. + + -- Andreas Beckmann <a...@debian.org> Mon, 27 Nov 2017 07:21:40 +0100 + +lasi (1.1.0-2) unstable; urgency=medium + + * QA upload. + * Set maintainer to Debian QA Group. (see #867050) + * Add the missing libpango1.0-dev and libfreetype6-dev + dependencies to liblasi-dev. (Closes: #845497) + * Add ${misc:Depends} to the package dependencies. + + -- Adrian Bunk <b...@debian.org> Sat, 08 Jul 2017 14:19:16 +0300 + lasi (1.1.0-1.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru lasi-1.1.0/debian/control lasi-1.1.0/debian/control --- lasi-1.1.0/debian/control 2016-07-17 07:16:44.000000000 +0200 +++ lasi-1.1.0/debian/control 2017-07-08 13:19:16.000000000 +0200 @@ -1,6 +1,6 @@ Source: lasi Priority: optional -Maintainer: Andrew Ross <andrewr...@users.sourceforge.net> +Maintainer: Debian QA Group <packa...@qa.debian.org> Build-Depends: debhelper (>= 5.0.0), cmake, libpango1.0-dev, cdbs (>=0.4.51), libfreetype6-dev (>= 2.2), doxygen Standards-Version: 3.7.3 @@ -12,7 +12,7 @@ Package: liblasi0 Section: libs Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: creation of PostScript documents containing Unicode symbols LASi is a library that provides a C++ stream output interface (with operator <<) for creating PostScript documents that can contain @@ -29,7 +29,7 @@ Package: liblasi-dev Section: libdevel Architecture: any -Depends: liblasi0 (= ${binary:Version}) +Depends: liblasi0 (= ${binary:Version}), ${misc:Depends}, libpango1.0-dev, libfreetype6-dev Description: development files and documentation for the LASi library LASi is a library that provides a C++ stream output interface (with operator <<) for creating PostScript documents that can contain