Bug#1120357: rdf2rml: please make the build reproducible

Chris Lamb lamby at debian.org
Fri Nov 7 23:56:31 GMT 2025


Source: rdf2rml
Version: 0~20250711+dfsg-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: nocheck
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

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

This is because it ships different contents depending on whether the
testsuite is run or not.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2025-11-07 15:33:16.769279258 -0800
--- b/debian/rules	2025-11-07 15:55:08.815879236 -0800
@@ -30,6 +30,7 @@
 
 override_dh_auto_test:
 	prove $(if $(filter terse,$(DEB_BUILD_OPTIONS)),,-v) $(DEB_BUILD_OPTION_PARALLEL:%=-j%) t/*.t
+	rm -f test/TRR/societyMember.puml
 
 execute_after_dh_auto_build: $(DOCS) $(CHANGELOGS)
 


More information about the Reproducible-bugs mailing list