Source: cairomm
Version: 1.12.2-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: environment buildpath
X-Debbugs-Cc: [email protected]

Hi,

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

This is because it ships Libtool-generated machinery to help compile
the examples (".libs/") as well as shipping the compiled versions
anyway. I wonder if the wrapper scripts even work due to the build
paths in them.

Patch attached that simply installs the .cc files; these are the
useful bits anyway. :)

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/libcairomm-1.0-dev.examples        2017-12-23 08:57:31.124201289 
+0000
--- b/debian/libcairomm-1.0-dev.examples        2017-12-23 09:10:12.620509896 
+0000
@@ -1,3 +1,3 @@
 examples/README
-examples/surfaces/
-examples/text/
+examples/surfaces/*.cc
+examples/text/*.cc

Reply via email to