Your message dated Mon, 26 Apr 2021 12:29:36 +0200
with message-id 
<cam8zjqsfsoqbhasbp8aeebrhyddnmv+psfrcl14id2nd8yh...@mail.gmail.com>
and subject line Re: Bug#987493: unblock: gutenprint/5.3.3-5
has caused the Debian Bug report #987493,
regarding [pre-approval] unblock: gutenprint/5.3.3-5
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 ow...@bugs.debian.org
immediately.)


-- 
987493: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987493
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: gutenpr...@packages.debian.org

This is a pre-approval request for package package gutenprint.

[ Reason ]
It was reported on #987457 that the gutenprint-locales packages contained no…
locales. This has apparently slipped through almost a full release cycle.

Anyway. I'd like to fix this in unstable, by building and installing the .mo
files.

[ Impact ]
No translations for gutenprint.

[ Tests ]
The patch I propose adds a non-regression test in dh_install.

[ Risks ]
I can't think of any, besides taking more disk-space for potentially unused
translations.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

[ Other info ]

unblock gutenprint/5.3.3-5
diff -Nru gutenprint-5.3.3/debian/changelog gutenprint-5.3.3/debian/changelog
--- gutenprint-5.3.3/debian/changelog   2020-02-17 08:36:42.000000000 +0100
+++ gutenprint-5.3.3/debian/changelog   2021-04-24 17:37:27.000000000 +0200
@@ -1,3 +1,9 @@
+gutenprint (5.3.3-5) unstable; urgency=medium
+
+  * Build and install translations in gettext-locales (Closes: #987457)
+
+ -- Didier Raboud <o...@debian.org>  Sat, 24 Apr 2021 17:37:27 +0200
+
 gutenprint (5.3.3-4) unstable; urgency=medium
 
   * Backport upstream patch:
diff -Nru gutenprint-5.3.3/debian/rules gutenprint-5.3.3/debian/rules
--- gutenprint-5.3.3/debian/rules       2020-02-17 08:36:42.000000000 +0100
+++ gutenprint-5.3.3/debian/rules       2021-04-24 17:37:27.000000000 +0200
@@ -26,9 +26,15 @@
          $(MAINTAINER_MODE) \
          --enable-nls
 
+execute_after_dh_auto_build-indep:
+       # Build the gettext translations (#987457)
+       cd po && make update-gmo
+
 override_dh_install-indep:
        dh_install -i
        rm -f debian/gutenprint-locales/usr/share/locale/*/*.po
+       # Make sure at least some locales are installed (#987457)
+       test -n "$$(find debian/gutenprint-locales/usr/share/locale -name 
gutenprint.mo)"
 
 override_dh_installdocs:
        dh_installdocs -pescputil --link-doc=libgutenprint9

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

--- End Message ---

Reply via email to