Your message dated Mon, 29 Feb 2016 17:22:08 +0000
with message-id <[email protected]>
and subject line Bug#816206: fixed in runawk 1.6.0-2
has caused the Debian Bug report #816206,
regarding runawk: 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.)


-- 
816206: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816206
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: runawk
Version: 1.6.0-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: locale
X-Debbugs-Cc: [email protected]

Hi!

While working on the "reproducible builds" effort [1], we have noticed
that runawk could not be built reproducibly.
The order of sections inside the manpage differs, as the list is
generated in a locale-dependent way.

The attached patch fixes this by listing the files with the C locale.

Regards,
 Reiner

[1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
new file mode 100644
index 0000000..35c1cc2
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,11 @@
+From: Reiner Herrmann <[email protected]>
+Subject: sort files locale-independently to get reproducible build
+
+--- a/modules/Makefile
++++ b/modules/Makefile
+@@ -1,4 +1,4 @@
+-MODULES !=			cd ${.CURDIR}; echo *.awk gawk/*.awk
++MODULES !=			cd ${.CURDIR}; LC_ALL=C ls *.awk gawk/*.awk
+ 
+ FILES =				${MODULES}
+ FILESDIR =			${MODULESDIR}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..55077d0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+reproducible-build.patch

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: runawk
Source-Version: 1.6.0-2

We believe that the bug you reported is fixed in the latest version of
runawk, 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.
Andrew Shadura <[email protected]> (supplier of updated runawk 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: SHA1

Format: 1.8
Date: Mon, 29 Feb 2016 18:09:20 +0100
Source: runawk
Binary: runawk
Architecture: source
Version: 1.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Andrew Shadura <[email protected]>
Changed-By: Andrew Shadura <[email protected]>
Description:
 runawk     - wrapper for AWK interpreter implementing modules
Closes: 816206
Changes:
 runawk (1.6.0-2) unstable; urgency=medium
 .
   [ Reiner Herrmann ]
   * Sort files locale-independently to get reproducible build
     (Closes: #816206).
Checksums-Sha1:
 18af34579423749df097b29a8b5e772363f3d565 1414 runawk_1.6.0-2.dsc
 f73b8f94d7ec3272d6ab8bd4c4757338ecdb3c4b 2572 runawk_1.6.0-2.debian.tar.xz
Checksums-Sha256:
 0de533b88862da00e0f7e9bfbe060e4d922776f7c746081c2dad6278d8ea3cfa 1414 
runawk_1.6.0-2.dsc
 66caba77b2bbfb583f3f6f688ad9728ece64eda184a0ccd29e1b368a0b6dde10 2572 
runawk_1.6.0-2.debian.tar.xz
Files:
 6cb13663007d4ea30b1247a48b4c6fdb 1414 devel optional runawk_1.6.0-2.dsc
 76177be6bfcef7f97e48689e1e1fa351 2572 devel optional 
runawk_1.6.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJW1HvuAAoJEJ1bI/kYT6UUDJoH/1UPl0QUO0jmM5BzovK+Haum
IeEIKmrYdFEAJFLIsA+S7oaAmPpwhLTQHbXGiQg0oKSWj3CXVjqmau3ZQJNCp6ug
gx2JT9H79UdFVup+us1sxaXUr5l6K9Rb0JqxrAy+HtRerxLEgOPrHQnqVY3EesTd
a+HYXf/Zk+LdVNYNYGJ74w7bPi4pAVlkIWv2v51ct7tsqCTeiPzfar0tcw1DV+6y
OTCP90WJgzv2ZTatnsaXR+JMW+i834ngntys4/CjdtQ3jQV01YOFoMSrgnNBcA0d
+0SZ4eZBOmW34z5sEkhqDioU52MFW6z534X0IuwZDSzuH+0j46B2FoJXOm+xvow=
=dNmC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to