Source: fritzing-parts Version: 0.9.3b-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: fileordering X-Debbugs-Cc: reproducible-b...@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 `. `'` la...@debian.org / chris-lamb.co.uk `-
--- 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: