Source: nethogs
Version: 0.8.5-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: builpath
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that nethogs could not be built reproducibly.
This is due to upstream's determineVersion.sh using the output
of "pwd".
Patch attached. It overrides from debian/changelog.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2016-12-03 16:48:52.021297391 +0000
--- b/debian/rules 2016-12-03 16:59:09.759387921 +0000
@@ -7,3 +7,6 @@
%:
dh $@
+
+override_dh_auto_build:
+ dh_auto_build -- VERSION="$(shell dpkg-parsechangelog --show-field
Version)"