Bug#886130: libmsv: please make the build reproducible

Chris Lamb lamby at debian.org
Tue Jan 2 15:29:30 UTC 2018


Source: libmsv
Version: 1.1-4
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: environment
X-Debbugs-Cc: reproducible-bugs at 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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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


More information about the Reproducible-bugs mailing list