Bug#855426: fritzing-parts: please make the build reproducible

Chris Lamb lamby at debian.org
Fri Feb 17 21:47:37 UTC 2017


Source: fritzing-parts
Version: 0.9.3b-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

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

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/fzp2copyright	2017-02-18 10:18:03.162168309 +1300
--- b/debian/fzp2copyright	2017-02-18 10:22:48.202174594 +1300
@@ -9,6 +9,7 @@
             for file in files:
                 if file.endswith(".fzp"):
                     result.append(os.path.join(root, file))
+    result.sort()
     return result
 
 class Author:


More information about the Reproducible-bugs mailing list