Your message dated Sun, 09 Sep 2018 12:33:59 +0000
with message-id <[email protected]>
and subject line Bug#908309: fixed in gdk-pixbuf 2.38.0+dfsg-4
has caused the Debian Bug report #908309,
regarding gdk-pixbuf: please make the build reproducible
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.)
--
908309: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908309
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gdk-pixbuf
Version: 2.36.12-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that gdk-pixbuf could not be built reproducibly.
This is because "@filename@" gets expanded to the full, absolute path
name. Patch attached that uses "@basename@" instead.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/gdk-pixbuf/gdk-pixbuf-enum-types.c.template 2018-09-08
10:35:57.774540239 +0100
--- b/gdk-pixbuf/gdk-pixbuf-enum-types.c.template 2018-09-08
10:43:51.053523569 +0100
@@ -6,7 +6,7 @@
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/
--- a/gdk-pixbuf/gdk-pixbuf-enum-types.h.template 2018-09-08
10:35:57.774540239 +0100
--- b/gdk-pixbuf/gdk-pixbuf-enum-types.h.template 2018-09-08
10:43:51.033523444 +0100
@@ -15,7 +15,7 @@
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/
--- a/gdk-pixbuf/makefile.msc 2018-09-08 10:35:57.774540239 +0100
--- b/gdk-pixbuf/makefile.msc 2018-09-08 10:43:50.997523217 +0100
@@ -162,7 +162,7 @@
gdk-pixbuf-enum-types.h : $(gdk_pixbuf_headers) makefile.msc
$(PERL) $(GLIB)\gobject\glib-mkenums \
--fhead "#ifndef __GDK_PIXBUF__ENUM_TYPES_H__\n#define
__GDK_PIXBUF_ENUM_TYPES_H__\n" \
- --fprod "/* enumerations from \"@filename@\" */\n" \
+ --fprod "/* enumerations from \"@basename@\" */\n" \
--vhead "GType @enum_name@_get_type (void);\n#define
GDK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
--ftail "#endif /* __GDK_PIXBUF_ENUM_TYPES_H__ */" \
$(gdk_pixbuf_headers) ) > gdk-pixbuf-enum-types.h
@@ -173,7 +173,7 @@
gdk-pixbuf-enum-types.c: $(gdk_pixbuf_headers) makefile.msc
$(PERL) $(GLIB)\gobject\glib-mkenums \
--fhead "#include <gdk-pixbuf/gdk-pixbuf.h>" \
- --fprod "\n/* enumerations from \"@filename@\" */" \
+ --fprod "\n/* enumerations from \"@basename@\" */" \
--vhead "GType\n@enum_name@_get_type (void)\n{\n static GType
etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {"
\
--vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\"
}," \
--vtail " { 0, NULL, NULL }\n };\n etype =
g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \
--- End Message ---
--- Begin Message ---
Source: gdk-pixbuf
Source-Version: 2.38.0+dfsg-4
We believe that the bug you reported is fixed in the latest version of
gdk-pixbuf, 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.
Jeremy Bicha <[email protected]> (supplier of updated gdk-pixbuf 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: Sun, 09 Sep 2018 08:12:01 -0400
Source: gdk-pixbuf
Binary: libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common
libgdk-pixbuf2.0-dev libgdk-pixbuf2.0-doc libgdk-pixbuf2.0-0-udeb
gir1.2-gdkpixbuf-2.0
Architecture: source
Version: 2.38.0+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Jeremy Bicha <[email protected]>
Description:
gir1.2-gdkpixbuf-2.0 - GDK Pixbuf library - GObject-Introspection
libgdk-pixbuf2.0-0 - GDK Pixbuf library
libgdk-pixbuf2.0-0-udeb - GDK Pixbuf library - minimal runtime (udeb)
libgdk-pixbuf2.0-bin - GDK Pixbuf library (thumbnailer)
libgdk-pixbuf2.0-common - GDK Pixbuf library - data files
libgdk-pixbuf2.0-dev - GDK Pixbuf library (development files)
libgdk-pixbuf2.0-doc - GDK Pixbuf library (documentation)
Closes: 908309 908373
Changes:
gdk-pixbuf (2.38.0+dfsg-4) unstable; urgency=medium
.
[ Jeremy Bicha ]
* Update debian/gbp.conf
* debian/libgdk-pixbuf2.0-0.install: Use ${DEB_HOST_MULTIARCH} less.
Thanks lintian.
.
[ John Paul Adrian Glaubitz ]
* debian/rules: Have dh_auto_test override honor nocheck (Closes: #908373)
.
[ Chris Lamb ]
* Add Use-basename-instead-of-filename.patch:
- Proposed patch for reproducible builds and multi-arch co-installability
(Closes: #908309)
Checksums-Sha1:
43305c0ea43f807f655c846ded4e27a8b9165a05 2903 gdk-pixbuf_2.38.0+dfsg-4.dsc
bff4a84a15e853c5e1f780c633157e48dc7f72f0 17072
gdk-pixbuf_2.38.0+dfsg-4.debian.tar.xz
cab1071bc76aaee4388fd84e01ecd5ac424bb71e 12058
gdk-pixbuf_2.38.0+dfsg-4_source.buildinfo
Checksums-Sha256:
4a4cdb6b139400f660bcec4defaa677abd193e2237da6f936cc080346bee6392 2903
gdk-pixbuf_2.38.0+dfsg-4.dsc
c3af5dfacaa34446ba96b69b1ae5f6e8dd1d37b97aeecba4d401925ef6bf0f6c 17072
gdk-pixbuf_2.38.0+dfsg-4.debian.tar.xz
933b30fc66fb757e6bd6c88bedc4ea58cb53cdbabdd0cc21c9731cb4979e817b 12058
gdk-pixbuf_2.38.0+dfsg-4_source.buildinfo
Files:
bae6b20e81b99d36e1217f7eb907d4d3 2903 libs optional
gdk-pixbuf_2.38.0+dfsg-4.dsc
a9a450ecc2caa3bb4ea7640d72ae0c02 17072 libs optional
gdk-pixbuf_2.38.0+dfsg-4.debian.tar.xz
d9915c4afb5df83d6ab6b78f7e21fa79 12058 libs optional
gdk-pixbuf_2.38.0+dfsg-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAluVDtAACgkQ5mx3Wuv+
bH3/yA/8CO45VbHevtLKW1127AasfXFMbIwl9eaigBGWvaqL1dIEL0m0PSQLWX6T
kzQ25SyvLz3jjuyu0EwPr5qBQoY1QNgn31kW/uioFL/v5KRyG71DWluOh5iyt+3J
hvDcvwtTgJqw7bDZPBuh/q7zkEt7MZm/lcBOAX9FienqextH8vssK8F/EJdtMDgS
CQTMdEyHql0z+JgELUm/CBMP65q/yXZe/Mpcuka8wGNBRgYZnQDZR0Aq+xg5cWe5
/PVWzie/PaLtfOt96iqD2PE1NaiBqU4eomXrtAhL0nLVklPYUZ5V1UV77iz0YR/h
JcV0vXMPcvFTrHOgbFTlo3cRLwtw/hfNnqbwabrVxC4omWSpY7nRXwJHQuB5Y5Kq
amKIi/Cf8amTx7fF/HNkwjRly6J/G9tKdmRrUADyk9TXyXD7ysR/0G/mgfx+8Swv
dH85CjnLsPZS446uWINHAZfDXnPvDBb8PkjsdXVBtBduKogsUhiRL35BJcGAp8uT
PYGgv/LHqBbjRfejgNvzVJguRdDiTrbZqEqYVMu60h9sQQkY5LM1IzgFJc6ngLKB
TmSTzubx6DJnXyVqEeooRGDdiyLSSu5ETf7lmocHmC9/9C3monLEyuBQahtY65s/
g2Mp23FfXpGUZFhwPCLsCQ4GmA4QNBbdQaNy98zR9cp5x/lk3X8=
=b/Yt
-----END PGP SIGNATURE-----
--- End Message ---