Source: norsnet
Version: 1.0.17-5
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0] we noticed
that norsnet could not be built reproducibly.
This is because it ships a Makefile in the shipped examples that
include the package build path. The Makefile will likely not work
anyway due to hardcoding of the path on the buildd, so a patch is
attached to simply not ship it.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2019-08-03 14:42:25.682768833 +0100
--- b/debian/rules 2019-08-03 14:43:18.187520851 +0100
@@ -6,5 +6,8 @@
override_dh_compress:
dh_compress -Xexamples/cad23.f -Xexamples/cad23-fil.rdbProf
-Xexamples/cad23-fil.hssp -Xexamples/cad23.profbval
+override_dh_installexamples:
+ dh_installexamples -XMakefile
+
%:
dh $@