Bug#776933: maildirsync: please make the build reproducible

2020-09-02 Thread Chris Lamb
Chris Lamb wrote:

> [..]

Friendly ping on this?


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#776933: maildirsync: please make the build reproducible

2017-03-05 Thread Chris Lamb
> Would you consider applying this patch and uploading?

Friendly ping on this :)


Best wishes,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#776933: maildirsync: please make the build reproducible

2016-08-11 Thread Chris Lamb
Dear Maintainer,

> Source: maildirsync
> Version: 1.1-2
> Tags: patch

There hasn't seem to be any update on this bug in 555 days, in which
time the Reproducible Builds effort has come on a long way. :)

Would you consider applying this patch and uploading?


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#776933: maildirsync: please make the build reproducible

2015-02-03 Thread Chris Lamb
Source: maildirsync
Version: 1.2-1.1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

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

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

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


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff -urNad maildirsync.orig/maildirsync-1.2/debian/rules 
maildirsync/maildirsync-1.2/debian/rules
--- maildirsync.orig/maildirsync-1.2/debian/rules   2015-02-03 
12:12:34.423081240 +
+++ maildirsync/maildirsync-1.2/debian/rules2015-02-03 12:13:16.117038074 
+
@@ -35,7 +35,7 @@
dh_installchangelogs Changes
dh_installdocs
dh_installexamples
-   cd contrib  tar -cf - mailbalance-0.2.0 | gzip -9  
../debian/maildirsync/usr/share/doc/maildirsync/examples/mailbalance-0.2.0.tar.gz
+   cd contrib  tar -cf - mailbalance-0.2.0 | gzip -9n  
../debian/maildirsync/usr/share/doc/maildirsync/examples/mailbalance-0.2.0.tar.gz
dh_installman
dh_link
dh_compress