Bug#846842: nethogs: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Dec 3 17:00:49 UTC 2016


Source: nethogs
Version: 0.8.5-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: builpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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)"


More information about the Reproducible-bugs mailing list