Source: ukui-themes
Version: 0+git20190105-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

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

This is because it ships the (rather useless) .​sass-​cache/​
directory under (for example) /usr/​share/​themes/​ukui-​black
which contains random numbers, etc.

I've filed this as a wishlist request against Lintian here:

  https://bugs.debian.org/920593

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2019-01-27 08:45:14.279705223 +0100
--- b/debian/rules      2019-01-27 09:16:46.711555852 +0100
@@ -2,3 +2,6 @@
 
 %:
        dh $@
+
+override_dh_install:
+       dh_install -X.sass-cache

Reply via email to