Source: libmbim
Version: 1.24.0-0.1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]

Hi,

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

This is because included example Makefiles that included absolute
directories and other information about the package build system.

Patch attached that simply does not install these generated files;
they will likely not work on the end-users machine anyway.

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


Regards,

--
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2020-06-24 10:22:51.515060295 +0100
--- b/debian/rules      2020-06-24 10:33:53.165642880 +0100
@@ -24,3 +24,6 @@
 
 override_dh_strip:
        dh_strip --dbgsym-migration='libmbim-glib4-dbg (<< 1.12.4-1~)'
+
+override_dh_installexamples:
+       dh_installexamples -X/Makefile -X/Makefile.in

Reply via email to