Source: libmsv
Version: 1.1-4
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: environment
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

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
     `. `'`      la...@debian.org / 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

Reply via email to