[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#777409: marked as done (ftpcopy: please make the build reproducible)



Your message dated Tue, 22 Dec 2020 19:45:20 -0800
with message-id <874kkdp4mn.fsf@yucca>
and subject line Re: Bug#777409: ftpcopy: please make the build reproducible
has caused the Debian Bug report #777409,
regarding ftpcopy: 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 owner@bugs.debian.org
immediately.)


-- 
777409: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777409
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ftpcopy
Version: 0.6.7-3
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

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

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

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
diff -urNad ftpcopy.orig/ftpcopy-0.6.7/debian/implicit ftpcopy/ftpcopy-0.6.7/debian/implicit
--- ftpcopy.orig/ftpcopy-0.6.7/debian/implicit	2015-02-07 23:27:33.735849250 +0000
+++ ftpcopy/ftpcopy-0.6.7/debian/implicit	2015-02-07 23:30:31.099624273 +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 ftpcopy.orig/ftpcopy-0.6.7/debian/rules ftpcopy/ftpcopy-0.6.7/debian/rules
--- ftpcopy.orig/ftpcopy-0.6.7/debian/rules	2015-02-07 23:27:33.735849250 +0000
+++ ftpcopy/ftpcopy-0.6.7/debian/rules	2015-02-07 23:30:21.151188117 +0000
@@ -62,7 +62,7 @@
 	# man pages
 	install -d -m0755 '$(DIR)'/usr/share/man/man1
 	install -m0644 web/ftpcopy/doc/*.1 '$(DIR)'/usr/share/man/man1/
-	gzip -9 '$(DIR)'/usr/share/man/man1/*.1
+	gzip -9n '$(DIR)'/usr/share/man/man1/*.1
 	# changelog
 	test -r changelog || ln -s web/ftpcopy/src/ChangeLog changelog
 

--- End Message ---
--- Begin Message ---
Version: 0.6.7-5

On 2020-12-22, Vagrant Cascadian wrote:
> On 2015-02-07, Chris Lamb wrote:
>> The attached patch removes timestamps from the build system. Once
>> applied, ftpcopy can be built reproducibly in our current experimental
>> framework.
>
> This appears to have been completely fixed through a different patch in
> version 0.6.7-5 (and partly fixed by the switch to debhelper in
> 0.6.7-4).  Marking as done.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply to: