Your message dated Wed, 13 Jan 2016 12:45:18 +0100
with message-id <[email protected]>
and subject line ldapvi: builds reproducible
has caused the Debian Bug report #777490,
regarding ldapvi: 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.)


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

The attached patch removes timestamps from the build system. Once
applied, ldapvi 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 ldapvi.orig/ldapvi-1.7/debian/rules ldapvi/ldapvi-1.7/debian/rules
--- ldapvi.orig/ldapvi-1.7/debian/rules 2015-02-08 19:51:52.591348072 +0000
+++ ldapvi/ldapvi-1.7/debian/rules      2015-02-08 19:55:25.260697205 +0000
@@ -80,7 +80,7 @@
        $(INSTALL_FILE) manual/manual.css manual/manual.html manual/bg.png \
                $(TMP)/usr/share/doc/ldapvi
        $(INSTALL_FILE) NEWS $(TMP)/usr/share/doc/$(PKG)/changelog
-       cd $(TMP)/usr && gzip -9 share/doc/$(PKG)/changelog \
+       cd $(TMP)/usr && gzip -9n share/doc/$(PKG)/changelog \
                share/man/man1/ldapvi.1
        touch install-stamp
 
@@ -99,7 +99,7 @@
                $(TMP)/usr/share/doc/$(PKG)
        $(INSTALL_FILE) debian/changelog \
                $(TMP)/usr/share/doc/$(PKG)/changelog.Debian
-       gzip -9 $(TMP)/usr/share/doc/$(PKG)/changelog.Debian
+       gzip -9n $(TMP)/usr/share/doc/$(PKG)/changelog.Debian
        $(INSTALL_FILE) debian/doc-base/ldapvi-user-manual \
                $(TMP)/usr/share/doc-base/
        $(INSTALL_FILE) debian/conffiles \

--- End Message ---
--- Begin Message ---
Version: 1.7-10

     Hi,

 yesterday's ldapvi upload also builds reproducible now. :)
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los      |
Fühlst du dich hilflos, geh raus und hilf, los    | Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los    |

--- End Message ---

Reply via email to