Your message dated Sat, 16 Jan 2016 22:07:34 +0100
with message-id <[email protected]>
and subject line slrnface: builds reproducible
has caused the Debian Bug report #793722,
regarding slrnface: 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.)


-- 
793722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793722
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: slrnface
Version: 2.1.1-6
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 slrnface 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. Please also consider this
other bug from the reproducible builds team:
https://bugs.debian.org/777425

Cheers,
akira

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

diff -u slrnface-2.1.1/debian/changelog slrnface-2.1.1/debian/changelog
--- slrnface-2.1.1/debian/changelog
+++ slrnface-2.1.1/debian/changelog
@@ -1,3 +1,10 @@
+slrnface (2.1.1-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix mtimes before building binary packages to produce reproducible output
+
+ -- akira <[email protected]>  Sun, 26 Jul 2015 10:07:08 +0200
+
 slrnface (2.1.1-6) unstable; urgency=low
 
   * Applied patch from Jasen which fixes a segfault (closes: #423479)
diff -u slrnface-2.1.1/debian/rules slrnface-2.1.1/debian/rules
--- slrnface-2.1.1/debian/rules
+++ slrnface-2.1.1/debian/rules
@@ -21,6 +21,7 @@
        STRIP = true
 endif
 
+export SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog --count 1 
-SDate)" +%s)
 
 clean:
        $(checkdir)
@@ -76,6 +77,8 @@
                -P$(TMP)
        cd $(TMP) && find * -type f ! -regex '^DEBIAN/.*' -print0 | \
                xargs -r0 md5sum > DEBIAN/md5sums
+       find $(TMP) -newermt "@$$SOURCE_DATE_EPOCH" -print0 | \
+               xargs -0r touch --no-dereference --date="@$$SOURCE_DATE_EPOCH"
        dpkg --build $(TMP) ..
 
 

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Version: 2.1.1-7

       Hi,

 in the meantime this package has been picked up and tested postively.
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los      |
Fühlst du dich hilflos, geh raus und hilf, los    | Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los    |

--- End Message ---

Reply via email to