Source: lcalc
Version: 2.0.3-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]

Hi,

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

This is because it shipped a generated Makefile as an example. This file
is generated from Makefile.am, so is not necessary.

Patch attached that simply doesn't install these Makefile files.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2021-09-08 14:28:10.735200356 +0100
--- b/debian/rules      2021-09-08 14:31:06.159491160 +0100
@@ -6,3 +6,6 @@
 
 %:
        dh $@
+
+override_dh_installdocs:
+       dh_installdocs -X/Makefile

Reply via email to