[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1093199: parser: please make the build reproducible



Source: parser
Version: 3.5.1-1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org

Hi,

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

This is because it ships a binary, nondeterministic example. A patch
is attached that removes this after it was generated in the tests. (I
don't think we need to ship this file, do we?)

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules	2025-01-16 10:25:13.667390607 +0000
--- b/debian/rules	2025-01-16 10:35:34.698351354 +0000
@@ -23,6 +23,7 @@
 
 override_dh_auto_test:
 	./debian/tests/parse
+	rm -f ./debian/examples/_test.pag
 
 override_dh_auto_install:
 	dh_auto_install

Reply to: