Control: tags 842864 + pending

Dear maintainer,

I've prepared an NMU for aewan (versioned as 1.0.01-4.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diffstat for aewan_1.0.01-4 aewan_1.0.01-4.1

 Makefile.in                   |    2 +-
 aewan-1.0.01/debian/changelog |   10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff -u aewan-1.0.01/debian/changelog aewan-1.0.01/debian/changelog
--- aewan-1.0.01/debian/changelog
+++ aewan-1.0.01/debian/changelog
@@ -1,3 +1,13 @@
+aewan (1.0.01-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Sort list of sources file so the object files are passed in a deterministic
+    order to the linker, assuring a reproducible build.
+    Thanks to Reiner Herrmann <rei...@reiner-h.de> for the patch
+    (Closes: #842864)
+
+ -- Mattia Rizzolo <mat...@debian.org>  Tue, 08 Aug 2017 17:52:07 +0200
+
 aewan (1.0.01-4) unstable; urgency=medium
 
   * maintenance and cleanup spin:
only in patch2:
unchanged:
--- aewan-1.0.01.orig/Makefile.in
+++ aewan-1.0.01/Makefile.in
@@ -29,7 +29,7 @@
 # License para obter mais detalhes (uma cópia acompanha este
 # programa, armazenada no arquivo COPYING).
  
-sources=$(wildcard *.c) $(wildcard aewl/*.c) $(wildcard bores/*.c)
+sources=$(sort $(wildcard *.c) $(wildcard aewl/*.c) $(wildcard bores/*.c))
 headers=$(wildcard *.h) $(wildcard bores/*.h) $(wildcard aewl/*.h)
 execs=aewan@EXESUF@ aecat@EXESUF@ aemakeflic@EXESUF@
 mainobjs=$(patsubst %@EXESUF@,%.o,$(execs))

Attachment: signature.asc
Description: PGP signature

Reply via email to