Source: cpl-plugin-naco
Version: 4.4.0+dfsg-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness 
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

Whilst working on the "reproducible builds" effort [0], we noticed that
cpl-plugin-naco could not be built reproducibly.

The attached patch removes randomness from the build system. Once
applied, cpl-plugin-naco can be built reproducibly using our
reproducible
toolchain.

 [0] https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/create_manpage.py  2015-10-26 11:30:54.249833214 +0000
--- b/debian/create_manpage.py  2015-10-26 11:37:53.466486006 +0000
@@ -70,7 +70,7 @@
 pipeline = sys.argv[1]
 
 cpl.Recipe.path = "recipes"
-recipes = cpl.Recipe.list()
+recipes = sorted(cpl.Recipe.list())
 
 def param(recipe, template):
     return "".join(template.format(name = p.name,

Reply via email to