Your message dated Sun, 11 Jul 2021 18:49:44 +0000
with message-id <[email protected]>
and subject line unblock katarakt
has caused the Debian Bug report #990933,
regarding unblock: katarakt/0.2-4
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.)
--
990933: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990933
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 katarakt
* Fix: katarakt has mailcap entries with quoted %-escapes
Thanks to Marriott NZ for the patch and report (Closes: #985600)
* Update standards version, no changes needed
(changes by Christoph Egger)
Quoted %-escapes in mailcap entries feel more serious to me than
the many unfixed packages [1] imply, but in any case migrating this
package already fixed to bullseye would feel sound the right thing
to do to me.
[1] https://lintian.debian.org/tags/quoted-placeholder-in-mailcap-entry
diff -Nru katarakt-0.2/debian/changelog katarakt-0.2/debian/changelog
--- katarakt-0.2/debian/changelog 2020-11-20 19:13:55.000000000 +0200
+++ katarakt-0.2/debian/changelog 2021-03-20 18:40:23.000000000 +0200
@@ -1,3 +1,11 @@
+katarakt (0.2-4) unstable; urgency=medium
+
+ * Fix: katarakt has mailcap entries with quoted %-escapes
+ Thanks to Marriott NZ for the patch and report (Closes: #985600)
+ * Update standards version, no changes needed
+
+ -- Christoph Egger <[email protected]> Sat, 20 Mar 2021 17:40:23 +0100
+
katarakt (0.2-3) unstable; urgency=medium
* Import bugfix patches from VCS
diff -Nru katarakt-0.2/debian/control katarakt-0.2/debian/control
--- katarakt-0.2/debian/control 2020-11-20 19:13:55.000000000 +0200
+++ katarakt-0.2/debian/control 2021-03-20 18:40:23.000000000 +0200
@@ -14,7 +14,7 @@
pkg-config,
qtbase5-dev,
xsltproc
-Standards-Version: 4.1.0
+Standards-Version: 4.5.1
Homepage: https://gitlab.cs.fau.de/Qui_Sum/katarakt
Vcs-Git: https://salsa.debian.org/debian/katarakt.git
Vcs-Browser: https://salsa.debian.org/debian/katarakt
diff -Nru katarakt-0.2/debian/katarakt.mime katarakt-0.2/debian/katarakt.mime
--- katarakt-0.2/debian/katarakt.mime 2020-11-20 19:13:55.000000000 +0200
+++ katarakt-0.2/debian/katarakt.mime 2021-03-20 18:40:23.000000000 +0200
@@ -1,3 +1,3 @@
# default priority=5
-application/pdf; /usr/bin/katarakt '%s'; test=test -n "$DISPLAY";
description=Portable Document Format
-application/x-pdf; /usr/bin/katarakt '%s'; test=test -n "$DISPLAY";
description=Portable Document Format
+application/pdf; /usr/bin/katarakt %s; test=test -n "$DISPLAY";
description=Portable Document Format
+application/x-pdf; /usr/bin/katarakt %s; test=test -n "$DISPLAY";
description=Portable Document Format
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---