Package: release.debian.org Severity: normal Tags: buster User: release.debian....@packages.debian.org Usertags: pu
* Don't try to convert PNG to EPS for latex, as our imagemagick has EPS disabled for security reasons and it seems to work without them. (Closes: #991053)
diff -Nru ftgl-2.4.0/debian/changelog ftgl-2.4.0/debian/changelog --- ftgl-2.4.0/debian/changelog 2019-02-26 17:52:23.000000000 +0200 +++ ftgl-2.4.0/debian/changelog 2022-08-25 18:57:23.000000000 +0300 @@ -1,3 +1,21 @@ +ftgl (2.4.0-2.1~deb10u1) buster; urgency=medium + + * Non-maintainer upload. + * Rebuild for buster. + + -- Adrian Bunk <b...@debian.org> Thu, 25 Aug 2022 18:57:23 +0300 + +ftgl (2.4.0-2.1) unstable; urgency=medium + + * Non-maintainer upload + + [ William Grant ] + * Don't try to convert PNG to EPS for latex, as our imagemagick has EPS + disabled for security reasons and it seems to work without them. (Closes: + #991053) + + -- Sebastian Ramacher <sramac...@debian.org> Mon, 26 Jul 2021 22:41:23 +0200 + ftgl (2.4.0-2) unstable; urgency=medium * Install ftgl.pdf file again, the external problem generating PDF file diff -Nru ftgl-2.4.0/debian/patches/no-eps.patch ftgl-2.4.0/debian/patches/no-eps.patch --- ftgl-2.4.0/debian/patches/no-eps.patch 1970-01-01 02:00:00.000000000 +0200 +++ ftgl-2.4.0/debian/patches/no-eps.patch 2021-07-26 23:40:30.000000000 +0300 @@ -0,0 +1,13 @@ +Index: ftgl-2.4.0/docs/Makefile.am +=================================================================== +--- ftgl-2.4.0.orig/docs/Makefile.am ++++ ftgl-2.4.0/docs/Makefile.am +@@ -26,7 +26,7 @@ endif + touch $@ + + html/doxygen.css: stamp-doxygen +-stamp-doxygen: doxygen.cfg stamp-eps ++stamp-doxygen: doxygen.cfg + $(DOXYGEN) $^ + for file in html/*html; do \ + $(SED) -e 's/%FTGL/FTGL/' < $$file > $$file.tmp; \ diff -Nru ftgl-2.4.0/debian/patches/series ftgl-2.4.0/debian/patches/series --- ftgl-2.4.0/debian/patches/series 2019-02-26 17:28:55.000000000 +0200 +++ ftgl-2.4.0/debian/patches/series 2021-07-26 23:40:30.000000000 +0300 @@ -1 +1,2 @@ fix-doc-projects-eman2.patch +no-eps.patch