Your message dated Sun, 31 Jan 2016 20:11:08 +0100
with message-id <20160131191108.GA9762@loar>
and subject line Re: Bug#778197: lpe: please make the build reproducible
has caused the Debian Bug report #778197,
regarding lpe: 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.)


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

The attached patch removes timestamps from the build system. Once
applied, lpe 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 lpe.orig/lpe-1.2.7/debian/rules lpe/lpe-1.2.7/debian/rules
--- lpe.orig/lpe-1.2.7/debian/rules     2015-02-12 02:53:51.891103929 +0000
+++ lpe/lpe-1.2.7/debian/rules  2015-02-12 02:55:49.251308432 +0000
@@ -73,8 +73,8 @@
        strip --remove-section=.comment --remove-section=.note $(find-binaries)
 endif
 # compress stuff
-       find ${PKGDIR}/usr/share/man/ -type f | xargs gzip -9f
-       gzip -9f ${PKGDIR}/usr/share/doc/${PACKAGE}/changelog \
+       find ${PKGDIR}/usr/share/man/ -type f | xargs gzip -9nf
+       gzip -9nf ${PKGDIR}/usr/share/doc/${PACKAGE}/changelog \
                 ${PKGDIR}/usr/share/doc/${PACKAGE}/changelog.Debian \
                 ${PKGDIR}/usr/share/doc/${PACKAGE}/BUGS \
                 ${PKGDIR}/usr/share/doc/${PACKAGE}/CUSTOMIZE \

--- End Message ---
--- Begin Message ---
Version: 1.2.8-1

lpe is now using dh, so these patches are not needed anymore.

-- 
Lunar                                .''`. 
[email protected]                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to