Your message dated Fri, 03 Feb 2017 15:02:36 +0000
with message-id <[email protected]>
and subject line Bug#854029: Removed package(s) from unstable
has caused the Debian Bug report #777357,
regarding yocto-reader: 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.)


-- 
777357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777357
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: yocto-reader
Version: 0.9.4
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 yocto-reader could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, yocto-reader 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 yocto-reader.orig/yocto-reader-0.9.4/Makefile 
yocto-reader/yocto-reader-0.9.4/Makefile
--- yocto-reader.orig/yocto-reader-0.9.4/Makefile       2015-02-07 
17:22:43.607052763 +0000
+++ yocto-reader/yocto-reader-0.9.4/Makefile    2015-02-07 17:44:59.950806828 
+0000
@@ -16,6 +16,7 @@
 #  License along with this program in the file LICENSE.txt.  If not, see
 #  <http://www.gnu.org/licenses/>.
 
+BUILD_DATE := $(shell dpkg-parsechangelog --show-field Date)
 
 DIST_FILES = ./ChangeLog ./LICENSE.txt ./Makefile ./README.txt 
./apache-alias.conf \
        ./apache.conf ./backend/resttest.php ./debian/README.Debian 
./debian/changelog \
@@ -95,7 +96,7 @@
        /bin/rm -rf yocto-reader-$$VERSION; \
        mkdir yocto-reader-$$VERSION; \
        /bin/echo $(DIST_FILES) | /usr/bin/perl -ne 'foreach $$f (split(/\s+/)) 
{ print "$$f\n";}' | /bin/cpio -padum yocto-reader-$$VERSION; \
-       /bin/tar cf - yocto-reader-$$VERSION | /bin/gzip --best > 
yocto-reader-$$VERSION.tar.gz; \
+       /bin/tar cf - yocto-reader-$$VERSION --mtime="$(BUILD_DATE)" | 
/bin/gzip -n --best > yocto-reader-$$VERSION.tar.gz; \
        /bin/rm -rf yocto-reader-$$VERSION )
 
 clean:

--- End Message ---
--- Begin Message ---
Version: 0.9.4+nmu1+rm

Dear submitter,

as the package yocto-reader has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/854029

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to