Bug#777288: bcron: please make the build reproducible

2017-02-07 Thread Chris Lamb
Version: 0.10-4

Hi Gerrit,

> Hi, unfortunately I'm quite busy and currently not very active within
> Debian.

Sorry to hear that! However, it looks like bcron was already made
reproducible (accidentally?) by Dmitry Bogatov in 0.10-4 :)

Closing bug (in bcc).


Regards,

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



Bug#777288: bcron: please make the build reproducible

2017-02-07 Thread Gerrit Pape
On Sun, Feb 05, 2017 at 10:00:51AM +1300, Chris Lamb wrote:
> > Would you consider applying this patch and uploading?
> 
> Friendly ping on this :)

Hi, unfortunately I'm quite busy and currently not very active within
Debian.  NMU welcome!

Best Regards, Gerrit.



Bug#777288: bcron: please make the build reproducible

2017-02-04 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#777288: bcron: please make the build reproducible

2016-08-11 Thread Chris Lamb
Dear Maintainer,

> Source: bcron
> Version: 0.10-3
> Tags: patch

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

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

The attached patch removes timestamps from the build system. Once
applied, bcron 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 bcron.orig/bcron-0.10/debian/implicit 
bcron/bcron-0.10/debian/implicit
--- bcron.orig/bcron-0.10/debian/implicit   2015-02-07 09:47:16.957426013 
+
+++ bcron/bcron-0.10/debian/implicit2015-02-07 10:49:23.954938505 +
@@ -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:
@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:
@rm -rf debian/$*/usr/share/doc/$*/examples
diff -urNad bcron.orig/bcron-0.10/debian/rules bcron/bcron-0.10/debian/rules
--- bcron.orig/bcron-0.10/debian/rules  2015-02-07 09:47:16.957426013 +
+++ bcron/bcron-0.10/debian/rules   2015-02-07 10:43:34.911476264 +
@@ -69,7 +69,7 @@
mv '$(DIR)'/usr/share/man/man5/crontab.5 \
  '$(DIR)'/usr/share/man/man5/bcrontab.5
rm -f '$(DIR)'/usr/share/man/man1/crontab.1
-   gzip -9 '$(DIR)'/usr/share/man/man?/*.?
+   gzip -9n '$(DIR)'/usr/share/man/man?/*.?
test -r changelog || ln -s NEWS changelog
 
 install-indep: deb-checkdir deb-checkuid build-indep-stamp