Your message dated Thu, 19 Jan 2017 09:11:04 +0200
with message-id <20170119071104.acergzs52f4nivkv@localhost>
and subject line This is now handled automatically by dpkg >= 1.18.8
has caused the Debian Bug report #793714,
regarding rockdodger: please make the mtimes 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.)


-- 
793714: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793714
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rockdodger
Version: 1.0.0-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Hi!

While working on the “reproducible builds” effort [1], we have noticed
that rockdodger could not be built reproducibly.

The attached patch sets the mtimes of all files which are modified
during the built to the date of the last changelog entry in order to
produce files with reproducible metadata.

Cheers,
akira

[1]: https://wiki.debian.org/ReproducibleBuilds

diff -Nru rockdodger-1.0.0/debian/changelog rockdodger-1.0.0/debian/changelog
--- rockdodger-1.0.0/debian/changelog   2015-06-07 18:58:57.000000000 +0200
+++ rockdodger-1.0.0/debian/changelog   2015-07-25 14:25:48.000000000 +0200
@@ -1,3 +1,10 @@
+rockdodger (1.0.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix mtimes before building binary packages to produce reproducible output
+
+ -- akira <[email protected]>  Sat, 25 Jul 2015 14:25:38 +0200
+
 rockdodger (1.0.0-2) unstable; urgency=low
 
   * Fixed reproducible builds, closes: #778205, thanks to Chris Lamb.
diff -Nru rockdodger-1.0.0/debian/rules rockdodger-1.0.0/debian/rules
--- rockdodger-1.0.0/debian/rules       2015-06-07 18:49:12.000000000 +0200
+++ rockdodger-1.0.0/debian/rules       2015-07-25 14:25:36.000000000 +0200
@@ -10,6 +10,8 @@
 MOREOPTS = $(CPPFLAGS) $(CFLAGS) -Wall -Werror
 export MOREOPTS
 
+export SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog --count 1 
-SDate)" +%s)
+
 clean:
        $(testdir)
        rm -f build-stamp debian/files debian/substvars
@@ -62,6 +64,8 @@
 
        dpkg-shlibdeps debian/tmp/usr/games/rockdodger
        dpkg-gencontrol -isp -prockdodger
+       find debian/tmp -newermt "@$$SOURCE_DATE_EPOCH" -print0 | \
+               xargs -0r touch --no-dereference --date="@$$SOURCE_DATE_EPOCH"
        dpkg --build debian/tmp ..
 
 binary-indep:

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
This is now handled automatically by dpkg >= 1.18.8,
see #759886 for details.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--- End Message ---

Reply via email to