Your message dated Sat, 24 Apr 2021 13:01:35 +0000
with message-id <[email protected]>
and subject line unblock bookletimposer
has caused the Debian Bug report #987408,
regarding unblock: bookletimposer/0.3+ds-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
987408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987408
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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
  ⢿⡄⠘⠷⠚⠋   [email protected] / 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 <[email protected]>  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 <[email protected]>  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 
<[email protected]>
-Uploaders: intrigeri <[email protected]>, Louis-Philippe Véronneau 
<[email protected]>
+Maintainer: Debian Python Team <[email protected]>
+Uploaders: intrigeri <[email protected]>, Taowa Munene-Tardif 
<[email protected]>
 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

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply via email to