Your message dated Fri, 08 May 2015 13:06:50 +0000
with message-id <[email protected]>
and subject line Bug#777506: fixed in mailcrypt 3.5.9-8
has caused the Debian Bug report #777506,
regarding mailcrypt: 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.)


-- 
777506: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777506
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mailcrypt
Version: 3.5.9-7
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 mailcrypt could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, mailcrypt can be built reproducibly in our current experimental
framework.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff -urNad mailcrypt.orig/mailcrypt-3.5.9/debian/install.in 
mailcrypt/mailcrypt-3.5.9/debian/install.in
--- mailcrypt.orig/mailcrypt-3.5.9/debian/install.in    2015-02-08 
23:05:22.159289587 +0000
+++ mailcrypt/mailcrypt-3.5.9/debian/install.in 2015-02-08 23:15:20.533581251 
+0000
@@ -37,7 +37,7 @@
     find <:=if($_=${lisp})=~s|emacs|\${FLAVOR}|:> -type f -name \*.el \
        -print0 | xargs --null rm -f ,dummy, \
        >> <:=if($_=${lisp})=~s|emacs|\${FLAVOR}|:>/<:=${ELCLOG}:> 2>&1
-    gzip -9fq <:=if($_=${lisp})=~s|emacs|\${FLAVOR}|:>/<:=${ELCLOG}:>
+    gzip -9nfq <:=if($_=${lisp})=~s|emacs|\${FLAVOR}|:>/<:=${ELCLOG}:>
     cat ><:=if($_="${sstartd}/${EPRIORITY}${PACKAGE}.el")
           =~s|emacs|\${FLAVOR}|:> <<EOF
 ;;; This file is automatically generated.
diff -urNad mailcrypt.orig/mailcrypt-3.5.9/debian/README.in 
mailcrypt/mailcrypt-3.5.9/debian/README.in
--- mailcrypt.orig/mailcrypt-3.5.9/debian/README.in     2015-02-08 
23:05:22.159289587 +0000
+++ mailcrypt/mailcrypt-3.5.9/debian/README.in  2015-02-08 23:11:33.819686612 
+0000
@@ -23,7 +23,7 @@
 TeXInfo sources may be found in 
"<:=if($_="$doc/$PACKAGE.texi.gz")=~tr|/|/|s:>".
 
 
--- Davide G. M. Salvetti <[email protected]>, <:=$_=gmtime:>.
+-- Davide G. M. Salvetti <[email protected]>, <? system("dpkg-parsechangelog 
--show-field Date"); !>>.
 <:
 # arch-tag: a9aeff50-cd75-470a-ac70-65b89b0abb04
 #
diff -urNad mailcrypt.orig/mailcrypt-3.5.9/debian/rules 
mailcrypt/mailcrypt-3.5.9/debian/rules
--- mailcrypt.orig/mailcrypt-3.5.9/debian/rules 2015-02-08 23:05:22.159289587 
+0000
+++ mailcrypt/mailcrypt-3.5.9/debian/rules      2015-02-08 23:09:02.973107598 
+0000
@@ -103,14 +103,14 @@
        done
        $(MAKE) INSTALL_INFO="echo install-info" \
                install-info infodir=$(tmp)/usr/share/info
-       gzip -9frv $(tmp)/usr/share/info
+       gzip -9nfrv $(tmp)/usr/share/info
 
        $(INSTDIR) $(tmp)/usr/share/doc/mailcrypt
        $(INSTDATA) ANNOUNCE ChangeLog.1 NEWS ONEWS README README.gpg WARNINGS 
$(tmp)/usr/share/doc/mailcrypt
        $(INSTDATA) debian/README $(tmp)/usr/share/doc/mailcrypt/README.Debian
        $(INSTDATA) ChangeLog $(tmp)/usr/share/doc/mailcrypt
        $(INSTDATA) debian/changelog 
$(tmp)/usr/share/doc/mailcrypt/changelog.Debian
-       gzip -9frv $(tmp)/usr/share/doc/mailcrypt
+       gzip -9nfrv $(tmp)/usr/share/doc/mailcrypt
        ln -sf ChangeLog.gz $(tmp)/usr/share/doc/mailcrypt/changelog.gz
        $(INSTDATA) debian/copyright $(tmp)/usr/share/doc/mailcrypt
        $(INSTDIR) $(tmp)/usr/share/doc/mailcrypt/HTML
diff -urNad mailcrypt.orig/mailcrypt-3.5.9/debian/rules.in 
mailcrypt/mailcrypt-3.5.9/debian/rules.in
--- mailcrypt.orig/mailcrypt-3.5.9/debian/rules.in      2015-02-08 
23:05:22.159289587 +0000
+++ mailcrypt/mailcrypt-3.5.9/debian/rules.in   2015-02-08 23:15:13.269264056 
+0000
@@ -92,7 +92,7 @@
        done
        $(MAKE) INSTALL_INFO="echo install-info" \
                install-info infodir=$(tmp)<:=${info}:>
-       gzip -9frv $(tmp)<:=${info}:>
+       gzip -9nfrv $(tmp)<:=${info}:>
 
 <:# install Debian doc :>//
        $(INSTDIR) $(tmp)<:=${doc}:>
@@ -100,7 +100,7 @@
        $(INSTDATA) debian/README $(tmp)<:=${doc}:>/README.Debian
        $(INSTDATA) ChangeLog $(tmp)<:=${doc}:>
        $(INSTDATA) debian/changelog $(tmp)<:=${doc}:>/changelog.Debian
-       gzip -9frv $(tmp)<:=${doc}:>
+       gzip -9nfrv $(tmp)<:=${doc}:>
        ln -sf ChangeLog.gz $(tmp)<:=${doc}:>/changelog.gz
        $(INSTDATA) debian/copyright $(tmp)<:=${doc}:>
        $(INSTDIR) $(tmp)<:=${html}:>

--- End Message ---
--- Begin Message ---
Source: mailcrypt
Source-Version: 3.5.9-8

We believe that the bug you reported is fixed in the latest version of
mailcrypt, 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.
Barak A. Pearlmutter <[email protected]> (supplier of updated mailcrypt 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: Fri, 08 May 2015 13:53:47 +0100
Source: mailcrypt
Binary: mailcrypt
Architecture: source all
Version: 3.5.9-8
Distribution: unstable
Urgency: medium
Maintainer: Davide G. M. Salvetti <[email protected]>
Changed-By: Barak A. Pearlmutter <[email protected]>
Description:
 mailcrypt  - Emacs interface to GPG and PGP
Closes: 777506
Changes:
 mailcrypt (3.5.9-8) unstable; urgency=medium
 .
   * make build reproducible using patch from Chris Lamb, (closes: #777506)
   * bump standards version
Checksums-Sha1:
 73ea7fecc480ebcad2c260dfa04ad27f7ae0fe87 1954 mailcrypt_3.5.9-8.dsc
 4497c98ded2473b50af78b15399ffe20fdae2595 48668 mailcrypt_3.5.9-8.debian.tar.xz
 236cf6fa720d6ba3f692f2f5da76170b62425252 177090 mailcrypt_3.5.9-8_all.deb
Checksums-Sha256:
 00785b6a3071922944250f617aff551845af8cbe987d7e48c2587cc16bf50f38 1954 
mailcrypt_3.5.9-8.dsc
 5717d21b7db6d65ed2f900ee6315b8aec02f63e34750e00ca3cba7b1256d4e86 48668 
mailcrypt_3.5.9-8.debian.tar.xz
 7a0a11c2383df3989ef6809414163a5c0a3b32994dabaf3ddbe89321cb24e7b8 177090 
mailcrypt_3.5.9-8_all.deb
Files:
 f01d7787cc1027c0657753f039da3934 1954 mail optional mailcrypt_3.5.9-8.dsc
 3856845758d677d7690de4ec46b7dfd0 48668 mail optional 
mailcrypt_3.5.9-8.debian.tar.xz
 a12e998c06ae686f6d168857833469c7 177090 mail optional mailcrypt_3.5.9-8_all.deb

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

iQIcBAEBAgAGBQJVTLH9AAoJEBJbV0deGQ0YeFcQAJ99+boV2D/8Y77m+wednq1Z
G49Mcxxy8mwVwC9OrhXFWoVTzORXImhHzyxri45l9BrI2fqxChqD4BAXcNsrc8ab
0AxB4QThSxYy0M877/A2SpCJqS2kLrIvLlBn48iGdPs5hITUNfiGtgW/kO/YG/YZ
RJldl5XAUnn4K/ii4Y5Q0yMzAVQUwUYe/J3RXhjE/wTMZ/B08GXoGt8CyAXS+LYt
yrT0U1+0gL9alYCj+NHjwGhlzoR30DvUq3yV70p4rySXLQLePVQfbOg/KCS+gA0J
fBW4Zg7fdaeK3IwdqbgvJPxnVi8bB+evq7DkoFZBHsGE7BcXCUllIrVc9QeXFt4w
o7dnQWcxSUfmeMTAck/10zXLM8HUgJfBLJLNs9FPRhc8bn0j18901WgplAoP+pPH
xh3O8jjoSfXFnFH6JjxJbr91OY15c5D4EPhDISOo6NlUwuj7qy22VSHCTOC14CFY
Or/EAd/j7yu02yE7hemHpYtZ6sSDWyOYNe6xwpMasr6JAJelwNXIlMY5LdyObbBR
quQ3BmyykOyuAsYz7i+I/ZTz7wrF1Yzp9R4oVCp5tVDv8QoSfVCiUChR0uKUhMVP
Dm+XYTs+LFgsVngttJEdq9hV7Y4iMD8ucoeLeSERZ9dWAsv/1GpSZFb+TTmWwxy6
UpR8JRuGaQd2h3PPGabE
=dfOk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to