Bug#776760: dot-forward: please make the build reproducible

2016-09-19 Thread Chris Lamb
tags 776760 + pending
thanks

> Hi, I'm quite inactive these days, and still don't have my new gpg key
> in the Debian keyring.
> 
> I'd very appreciate a NMU.

No problem; done! :)


Regards,

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



Bug#776760: dot-forward: please make the build reproducible

2016-09-19 Thread Gerrit Pape
On Fri, Sep 16, 2016 at 09:50:57AM +0100, Chris Lamb wrote:
> Dear Maintainer,
> 
> > Source: dot-forward
> > Version: 1:0.71-2
> > Tags: patch
> 
> There hasn't seem to be any update on this bug in 32 days, in which
> time the Reproducible Builds effort has come on a long way. :)
> 
> Would you consider applying this patch and uploading?

Hi, I'm quite inactive these days, and still don't have my new gpg key
in the Debian keyring.

I'd very appreciate a NMU.

Regards, Gerrit.



Bug#776760: dot-forward: please make the build reproducible

2016-09-16 Thread Chris Lamb
Dear Maintainer,

> Source: dot-forward
> Version: 1:0.71-2
> Tags: patch

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

2016-08-14 Thread Chris Lamb
Dear Maintainer,

> Source: dot-forward
> Version: 1:0.71-2
> Tags: patch

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

2015-02-01 Thread Chris Lamb
Source: dot-forward
Version: 1:0.71-2
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 dot-forward could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, dot-forward 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 dot-forward.orig/dot-forward-0.71/debian/implicit 
dot-forward/dot-forward-0.71/debian/implicit
--- dot-forward.orig/dot-forward-0.71/debian/implicit   2015-02-01 
12:28:55.121235205 +
+++ dot-forward/dot-forward-0.71/debian/implicit2015-02-01 
12:34:22.024632131 +
@@ -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 dot-forward.orig/dot-forward-0.71/debian/rules 
dot-forward/dot-forward-0.71/debian/rules
--- dot-forward.orig/dot-forward-0.71/debian/rules  2015-02-01 
12:28:55.121235205 +
+++ dot-forward/dot-forward-0.71/debian/rules   2015-02-01 12:29:22.194510963 
+
@@ -56,7 +56,7 @@
install -d -m0755 '$(DIR)'/usr/share/man/man1
install -m0644 dot-forward.1 \
  '$(DIR)'/usr/share/man/man1/dot-forward.1qmail
-   gzip -9 '$(DIR)'/usr/share/man/man1/*.1qmail
+   gzip -9n '$(DIR)'/usr/share/man/man1/*.1qmail
# changelog
rm -f changelog  ln -s CHANGES changelog