[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#991849: unblock: sctk/2.4.10-20151007-1312Z+dfsg2-3.1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package sctk

  * Apply patch by Michael Hudson-Doyle to use pdftoppm instead
    of convert to convert pdf to jpg as the latter fails with the
    changed security policy of ImageMagick. (Closes: #962439)
diff -Nru sctk-2.4.10-20151007-1312Z+dfsg2/debian/changelog sctk-2.4.10-20151007-1312Z+dfsg2/debian/changelog
--- sctk-2.4.10-20151007-1312Z+dfsg2/debian/changelog	2016-04-27 19:42:33.000000000 +0300
+++ sctk-2.4.10-20151007-1312Z+dfsg2/debian/changelog	2021-08-03 09:44:24.000000000 +0300
@@ -1,3 +1,12 @@
+sctk (2.4.10-20151007-1312Z+dfsg2-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch by Michael Hudson-Doyle to use pdftoppm instead
+    of convert to convert pdf to jpg as the latter fails with the
+    changed security policy of ImageMagick. (Closes: #962439)
+
+ -- Adrian Bunk <bunk@debian.org>  Tue, 03 Aug 2021 09:44:24 +0300
+
 sctk (2.4.10-20151007-1312Z+dfsg2-3) unstable; urgency=medium
 
   * Fix an error in replacement files Makefile.
diff -Nru sctk-2.4.10-20151007-1312Z+dfsg2/debian/control sctk-2.4.10-20151007-1312Z+dfsg2/debian/control
--- sctk-2.4.10-20151007-1312Z+dfsg2/debian/control	2016-04-27 19:42:33.000000000 +0300
+++ sctk-2.4.10-20151007-1312Z+dfsg2/debian/control	2021-08-03 09:44:12.000000000 +0300
@@ -8,6 +8,7 @@
  dh-buildinfo,
  dpkg-dev (>= 1.16.1~),
  librsvg2-bin,
+ poppler-utils,
  texlive-latex-base,
  texlive-latex-extra,
  imagemagick,
diff -Nru sctk-2.4.10-20151007-1312Z+dfsg2/debian/replacement_files/Makefile sctk-2.4.10-20151007-1312Z+dfsg2/debian/replacement_files/Makefile
--- sctk-2.4.10-20151007-1312Z+dfsg2/debian/replacement_files/Makefile	2016-04-27 19:42:33.000000000 +0300
+++ sctk-2.4.10-20151007-1312Z+dfsg2/debian/replacement_files/Makefile	2021-08-03 09:43:34.000000000 +0300
@@ -34,7 +34,7 @@
 all: $(OUTPUT)
 
 %.jpg: %.pdf
-	convert -density 300 $< $@
+	pdftoppm -jpeg -singlefile -r 300 $< > $@
 
 %.png: %.svg
 	convert "$<" "$@"

Reply to: