Your message dated Sat, 3 Feb 2018 20:23:13 +0000
with message-id <[email protected]>
and subject line RRR fail
has caused the Debian Bug report #886130,
regarding libmsv: 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.)


-- 
886130: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886130
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libmsv
Version: 1.1-4
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: environment
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that libmsv could not be built reproducibly.

Patch attached that adds a "missing" call for --root-owner-group
(it's there for the non-dev package).

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2018-01-02 15:19:54.139770343 +0000
--- b/debian/rules      2018-01-02 15:27:05.526634384 +0000
@@ -89,7 +89,7 @@
        chmod -R go=rX debian/$(devpkg)
        find debian/$(devpkg) -newermt '$(BUILD_DATE)' -print0 | \
                xargs -0r touch --no-dereference --date='$(BUILD_DATE)'
-       dpkg --build debian/$(devpkg) ..
+       dpkg-deb --root-owner-group --build debian/$(devpkg) ..
 
 
 define checkdir

--- End Message ---
--- Begin Message ---
Version: 1.1-5

--- End Message ---

Reply via email to