Source: libqmi
Version: 1.26.0-0.1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

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

This is because it installed a Makefile that contained absolute build
paths. Patch attached that removes this file as it likely won't work
on the installed system anyway.

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


Regards,

--
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2020-06-22 10:40:49.193457307 +0100
--- b/debian/rules      2020-06-22 10:50:37.468726571 +0100
@@ -26,3 +26,6 @@
 
 override_dh_strip:
        dh_strip --dbgsym-migration='libqmi-glib5-dbg (<< 1.14.0-1~)'
+
+override_dh_installexamples:
+       dh_installexamples -XMakefile

Reply via email to