Your message dated Mon, 28 Dec 2015 18:18:57 +0000
with message-id <[email protected]>
and subject line Bug#808791: fixed in gummi 0.6.5-7
has caused the Debian Bug report #808791,
regarding gummi: May ship in invalid directories after autoreconf
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.)
--
808791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808791
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gummi
Version: 0.6.5-6
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu xenial ubuntu-patch
Dear Maintainer,
In Ubuntu, I've noticed that gummi tries to ship locale files in
the /usr/@DATADIRNAME@ directory, litterally.
Now, I haven't done much background investigation on this, and I suspect
it is failing in Ubuntu and not currently happening in Debian because of a
difference in the toolchain package versions.
What happens precisely is that rather than correctly replacing @DATADIRNAME@
with 'share', the value is kept unreplaced. It should be sufficient to replace
uses of $(prefix)/$(DATADIRNAME) with $(datadir).
In any case, I'm including a patch for your convenience, since I expect some
time in the future gummi may catch the same issue in Debian.
If such an occurence does happen, you'll notice lintian warnings too:
W: gummi: non-standard-dir-in-usr usr/@DATADIRNAME@/
W: gummi: file-in-unusual-dir usr/@DATADIRNAME@/locale/ar/LC_MESSAGES/gummi.mo
W: gummi: file-in-unusual-dir usr/@DATADIRNAME@/locale/ca/LC_MESSAGES/gummi.mo
W: gummi: file-in-unusual-dir usr/@DATADIRNAME@/locale/cs/LC_MESSAGES/gummi.mo
W: gummi: file-in-unusual-dir usr/@DATADIRNAME@/locale/da/LC_MESSAGES/gummi.mo
W: gummi: file-in-unusual-dir usr/@DATADIRNAME@/locale/de/LC_MESSAGES/gummi.mo
[...]
*** /tmp/tmpcMIZb0/bug_body
In Ubuntu, the attached patch was applied to achieve the following:
* debian/patches/upgrade_datadir.patch: replace outdated uses of
$(DATADIRNAME) with $(datadir).
Thanks for considering the patch.
-- System Information:
Debian Release: stretch/sid
APT prefers xenial-updates
APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500,
'xenial'), (100, 'xenial-backports'), (99, 'xenial-proposed')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.0-19-generic (SMP w/4 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru gummi-0.6.5/debian/patches/series gummi-0.6.5/debian/patches/series
--- gummi-0.6.5/debian/patches/series 2015-11-28 19:09:50.000000000 -0500
+++ gummi-0.6.5/debian/patches/series 2015-12-22 19:59:50.000000000 -0500
@@ -3,3 +3,4 @@
libgthread-2.0_link.patch
use-system-synctex.patch
no-predictable-tmpfiles.patch
+upgrade_datadir.patch
diff -Nru gummi-0.6.5/debian/patches/upgrade_datadir.patch gummi-0.6.5/debian/patches/upgrade_datadir.patch
--- gummi-0.6.5/debian/patches/upgrade_datadir.patch 1969-12-31 19:00:00.000000000 -0500
+++ gummi-0.6.5/debian/patches/upgrade_datadir.patch 2015-12-22 20:26:26.000000000 -0500
@@ -0,0 +1,20 @@
+From: Mathieu Trudel-Lapierre <[email protected]>
+Subject: Replace outdated prefix/DATADIRNAME with just datadir.
+---
+ po/Makefile.in.in | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+Index: b/po/Makefile.in.in
+===================================================================
+--- a/po/Makefile.in.in
++++ b/po/Makefile.in.in
+@@ -33,8 +33,7 @@ exec_prefix = @exec_prefix@
+ datadir = @datadir@
+ datarootdir = @datarootdir@
+ libdir = @libdir@
+-DATADIRNAME = @DATADIRNAME@
+-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
++itlocaledir = $(datadir)/locale
+ subdir = po
+ install_sh = @install_sh@
+ # Automake >= 1.8 provides @mkdir_p@.
--- End Message ---
--- Begin Message ---
Source: gummi
Source-Version: 0.6.5-7
We believe that the bug you reported is fixed in the latest version of
gummi, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Stender <[email protected]> (supplier of updated gummi package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 28 Dec 2015 18:50:39 +0100
Source: gummi
Binary: gummi
Architecture: source
Version: 0.6.5-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Daniel Stender <[email protected]>
Closes: 785605 808791
Description:
gummi - GTK+ based LaTeX editor with live preview
Changes:
gummi (0.6.5-7) unstable; urgency=medium
.
* Added add-missing-chooser-title.patch (Closes: #785605).
* Added upgrade_datadir.patch (Closes: #808791).
Checksums-Sha1:
09c98bcb3cc99f5af5690e2d083d6435dfa7a842 2079 gummi_0.6.5-7.dsc
dc7cc00518f925629574990d13982ae050515e0b 520902 gummi_0.6.5.orig.tar.gz
aa48a4f288fe1245ab6c7988dbdad8686a5b8008 5584 gummi_0.6.5-7.debian.tar.xz
Checksums-Sha256:
a13323b2d4a352094223a0b8d303efbda9bff37711b5698df1ed14beb316f1e2 2079
gummi_0.6.5-7.dsc
b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb 520902
gummi_0.6.5.orig.tar.gz
a5c1f07f358a67d140e0c0cfad953c62b57d1c6d40f22fc0864bbfd622511a8b 5584
gummi_0.6.5-7.debian.tar.xz
Files:
6c352cc9f721e5fa2a3df6f2cfef4d43 2079 tex optional gummi_0.6.5-7.dsc
da6b8736fd42ab3f5a9703a7a7917a7d 520902 tex optional gummi_0.6.5.orig.tar.gz
4a6bc8bd722a7619985d2999b2c39430 5584 tex optional gummi_0.6.5-7.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJWgXoqAAoJEBXgmvTfUYLICF4P/1Ik6xZE4Wso3RdVpo3qEmpL
LEi/jIox2UIKKi/IG6Lxgswo/i/wqeKW54dAituoGtevRFLs7h3JInpdHP/nnfFE
JIq0DUma3ubP8vJZ3JGm342sRwrrpr/aTfG2Op6LUyYWhh62Az+uu1GKjcr3Vncf
m3jduS04EVjxr/sBDhwlzicnTB2MqrbXKFm6vhzwqe45qAAuOZArhoe6tmEG3gaT
Hh5o9h797zjfkYih841/OCHcpEDawlfWds/HyRmZacYpyCqCZ3owdyC0Zn6ZMU0E
p11BDXUK8qLsQ6dEKj47orK1La3asTCm21fqZZ8VLzdXUa7fK2o9zE9Hc0zD2hbV
CSp172Zy6NwkxWUQFEsxIhB8zPm4mfgnpyAXz+BdDfmGqnCfpLvGNqxJ+J7QBSHj
fFy9alsi1gX/fZzUY1564QAWByj3dBk04m+dseKqw1Ejzjg/AERjeoSTBGHoVaDX
lFoC1OMECulFvKboDwkt2T96P7sGp4bTnrlZvYfNuwUDS0itP3nM0kImfQH7lvbo
k8A4RaOoNAe7QHKrNTPWp7bmFUr+v4I/z6JmEXyIL8xrka/suB+RXyFnHegBfecS
3FgtSm4t/FWCJLf9ZdeJ8VorJv9T6EQEc5OdXTOLsohoMk3Fu/DIXfkt6plKCaEL
64rx4b76H0r8Ods18XYh
=LK3G
-----END PGP SIGNATURE-----
--- End Message ---