Your message dated Mon, 4 Apr 2016 01:07:54 +0200
with message-id <20160403230754.GA15892@loar>
and subject line Re: Bug#776966: fgetty: please make the build reproducible
has caused the Debian Bug report #776966,
regarding fgetty: 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.)
--
776966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776966
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: fgetty
Version: 0.6-5
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 fgetty could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, fgetty 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 fgetty.orig/fgetty-0.6/debian/implicit
fgetty/fgetty-0.6/debian/implicit
--- fgetty.orig/fgetty-0.6/debian/implicit 2015-02-03 16:33:08.470230508
+0000
+++ fgetty/fgetty-0.6/debian/implicit 2015-02-03 16:36:00.197717193 +0000
@@ -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 fgetty.orig/fgetty-0.6/debian/rules fgetty/fgetty-0.6/debian/rules
--- fgetty.orig/fgetty-0.6/debian/rules 2015-02-03 16:33:08.470230508 +0000
+++ fgetty/fgetty-0.6/debian/rules 2015-02-03 16:35:49.709259784 +0000
@@ -43,7 +43,7 @@
install -d -m0755 '$(DIR)'/usr/share/man/man8
install -m0644 fgetty.8 debian/checkpassword.8 \
'$(DIR)'/usr/share/man/man8/
- gzip -9 '$(DIR)'/usr/share/man/man8/*.8
+ gzip -9n '$(DIR)'/usr/share/man/man8/*.8
# lintian overrides
install -m0755 -d '$(DIR)'/usr/share/lintian/overrides
install -m0644 debian/fgetty.lintian \
--- End Message ---
--- Begin Message ---
Chris Lamb:
> The attached patch removes timestamps from the build system. Once
> applied, fgetty can be built reproducibly in our current experimental
> framework.
The patch is not needed anymore. Closing.
--
Lunar .''`.
[email protected] : :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
--- End Message ---