Bug#777299: checkpw: please make the build reproducible

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

> [..]

Friendly ping on this?


Regards,

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



Bug#777299: checkpw: 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#777299: checkpw: please make the build reproducible

2016-08-14 Thread Chris Lamb
Dear Maintainer,

> Source: checkpw
> Version: 1.02-1+deb6u1build0.14.04.1
> Tags: patch

There hasn't seem to be any update on this bug in 554 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#777299: checkpw: please make the build reproducible

2015-02-07 Thread Chris Lamb
Source: checkpw
Version: 1.02-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 checkpw could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, checkpw 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 checkpw.orig/checkpw-1.02/debian/implicit 
checkpw/checkpw-1.02/debian/implicit
--- checkpw.orig/checkpw-1.02/debian/implicit   2015-02-07 11:14:47.670048375 
+
+++ checkpw/checkpw-1.02/debian/implicit2015-02-07 11:20:25.436935790 
+
@@ -35,7 +35,7 @@
debian/$*/usr/share/doc/$*/changelog'
@test -s debian/$*/usr/share/doc/$*/changelog || \
  sh -cx 'rm -f debian/$*/usr/share/doc/$*/changelog'
-   @gzip -9 debian/$*/usr/share/doc/$*/changelog*
+   @gzip -9n debian/$*/usr/share/doc/$*/changelog*
 %.deb-docs-docs: %.deb-docs-base
@for i in `cat debian/$*.docs 2/dev/null || :`; do \
  if test -d $$i; then \
@@ -54,7 +54,7 @@
@if test -r debian/$*.NEWS.Debian; then \
  sh -cx 'install -m0644 debian/$*.NEWS.Debian \
debian/$*/usr/share/doc/$*/NEWS.Debian  \
- gzip -9 debian/$*/usr/share/doc/$*/NEWS.Debian'; \
+ gzip -9n debian/$*/usr/share/doc/$*/NEWS.Debian'; \
fi
 %.deb-docs-examples: %.deb-docs-docs
@rm -rf debian/$*/usr/share/doc/$*/examples
diff -urNad checkpw.orig/checkpw-1.02/debian/rules 
checkpw/checkpw-1.02/debian/rules
--- checkpw.orig/checkpw-1.02/debian/rules  2015-02-07 11:14:47.670048375 
+
+++ checkpw/checkpw-1.02/debian/rules   2015-02-07 11:20:13.488409086 +
@@ -62,7 +62,7 @@
install -d -m0755 '$(DIR)'/usr/share/man/man8
install -m0644 debian/checkpw.8 debian/checkapoppw.8 \
  '$(DIR)'/usr/share/man/man8/
-   gzip -9 '$(DIR)'/usr/share/man/man8/*.8
+   gzip -9n '$(DIR)'/usr/share/man/man8/*.8
# service directories
for i in pop apop; do \
  install -d -m0755 '$(DIR)'/usr/share/doc/checkpw/etc/$$i/log  \