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

Bug#987408: unblock: bookletimposer/0.3+ds-3



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

Please unblock package bookletimposer.

The package has autopkgtests, but since it's a GUI app, they are all
marked as superficial (they only test the CLI interface). This means it
won't automigrate.

The only relevant change is a fix for an autopkgtests bug in
bookletimposer created by a security fix in imagemagick (#987249). The
other changes are very minor changes to d/control that had been pending
for a while.

Here is a link to a debci run proving the autopkgtests fix works as
intended:

https://ci.debian.net/data/autopkgtest/testing/amd64/b/bookletimposer/11867373/log.gz

Note that the package jumps from ds-1 to ds-3 since the upload I made
for ds-2 contained a debhelper-compat bump (that has now been reverted).
Thanks to ivodd for pointing that wasn't accepted.

Cheers,

-- 
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁  Louis-Philippe Véronneau
  ⢿⡄⠘⠷⠚⠋   pollo@debian.org / veronneau.org
  ⠈⠳⣄
diff -Nru bookletimposer-0.3+ds/debian/changelog bookletimposer-0.3+ds/debian/changelog
--- bookletimposer-0.3+ds/debian/changelog	2020-02-24 16:45:06.000000000 -0500
+++ bookletimposer-0.3+ds/debian/changelog	2021-04-23 07:41:14.000000000 -0400
@@ -1,3 +1,34 @@
+bookletimposer (0.3+ds-3) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Louis-Philippe Véronneau ]
+  * d/control: revert back to dh 12 for inclusion in Bullseye.
+
+ -- Louis-Philippe Véronneau <pollo@debian.org>  Fri, 23 Apr 2021 07:41:14 -0400
+
+bookletimposer (0.3+ds-2) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Louis-Philippe Véronneau ]
+  * d/control: use debhelper 13.
+  * d/tests/integration: replace imagemagick with gs to generate blank PDFs.
+    (Closes: #987249)
+
+  [ intrigeri ]
+  * Replace pollo with Taowa in the Uploaders control field.
+    Thank you pollo for taking care of this package recently,
+    and welcome Taowa! :)
+
+  [ Ondřej Nový ]
+  * d/control: Update Maintainer field with new Debian Python Team
+    contact address.
+  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
+    layout.
+
+ -- Louis-Philippe Véronneau <pollo@debian.org>  Thu, 22 Apr 2021 22:07:35 -0400
+
 bookletimposer (0.3+ds-1) unstable; urgency=medium
 
   * New upstream version (Closes: #945165, #945167, #945168).
diff -Nru bookletimposer-0.3+ds/debian/control bookletimposer-0.3+ds/debian/control
--- bookletimposer-0.3+ds/debian/control	2020-02-24 16:45:06.000000000 -0500
+++ bookletimposer-0.3+ds/debian/control	2021-04-23 07:41:14.000000000 -0400
@@ -1,6 +1,6 @@
 Source: bookletimposer
-Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
-Uploaders: intrigeri <intrigeri@debian.org>, Louis-Philippe Véronneau <pollo@debian.org>
+Maintainer: Debian Python Team <team+python@tracker.debian.org>
+Uploaders: intrigeri <intrigeri@debian.org>, Taowa Munene-Tardif <taowa@debian.org>
 Rules-Requires-Root: no
 Section: python
 Priority: optional
@@ -11,8 +11,8 @@
                pandoc,
 Build-Depends-Indep: python3-distutils-extra
 Standards-Version: 4.5.0.0
-Vcs-Browser: https://salsa.debian.org/python-team/applications/bookletimposer
-Vcs-Git: https://salsa.debian.org/python-team/applications/bookletimposer.git
+Vcs-Browser: https://salsa.debian.org/python-team/packages/bookletimposer
+Vcs-Git: https://salsa.debian.org/python-team/packages/bookletimposer.git
 Homepage: https://kjo.herbesfolles.org/bookletimposer/
 
 Package: bookletimposer
diff -Nru bookletimposer-0.3+ds/debian/tests/control bookletimposer-0.3+ds/debian/tests/control
--- bookletimposer-0.3+ds/debian/tests/control	2020-02-24 16:45:06.000000000 -0500
+++ bookletimposer-0.3+ds/debian/tests/control	2021-04-22 21:54:42.000000000 -0400
@@ -10,5 +10,5 @@
 Depends:
  bookletimposer,
  poppler-utils,
- imagemagick
+ ghostscript
 Restrictions: superficial
diff -Nru bookletimposer-0.3+ds/debian/tests/integration bookletimposer-0.3+ds/debian/tests/integration
--- bookletimposer-0.3+ds/debian/tests/integration	2020-02-24 16:45:06.000000000 -0500
+++ bookletimposer-0.3+ds/debian/tests/integration	2021-04-22 21:53:13.000000000 -0400
@@ -7,7 +7,7 @@
 
 for i in 1 2 3 4
 do
-  convert xc:none -page A4 $i.pdf
+  gs -q -sDEVICE=pdfwrite -sPAPERSIZE=a4 -o $i.pdf
 done
 
 pdfunite 1.pdf 2.pdf 3.pdf 4.pdf linear.pdf

Reply to: