Source: osmo-mgw Version: 1.7.0+dfsg1-2 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0] we noticed that osmo-mgw could not be built reproducibly. This is because it shipped a generated Makefile as an example which included lots of buildpaths and similar. Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/rules 2020-12-15 16:40:01.141516113 +0000 --- b/debian/rules 2020-12-15 16:50:25.923241160 +0000 @@ -28,3 +28,6 @@ override_dh_installsystemd: dh_installsystemd --no-enable --no-start + +override_dh_installexamples: + dh_installexamples -XMakefile