Bug#885408: multipath-tools: please make the build reproducible

Chris Lamb lamby at debian.org
Tue Dec 26 20:08:46 UTC 2017


Source: multipath-tools
Version: 0.7.4-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

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

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
diff -urNad multipath-tools-0.7.4.orig/debian/rules multipath-tools-0.7.4/debian/rules
--- multipath-tools-0.7.4.orig/debian/rules	2017-12-26 20:03:46.366914310 +0000
+++ multipath-tools-0.7.4/debian/rules	2017-12-26 20:05:42.852097145 +0000
@@ -12,6 +12,8 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
+include /usr/share/dpkg/pkg-info.mk
+export KBUILD_BUILD_TIMESTAMP = $(SOURCE_DATE_EPOCH)
 #
 
 # Uncomment this to turn on verbose mode.


More information about the pkg-lvm-maintainers mailing list