[Pkg-torrus-maintainers] Bug#847024: torrus: please make build reproducible (environment)

Clint Adams clint at debian.org
Mon Dec 5 00:15:59 UTC 2016


Source: torrus
Version: 2.09-1
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: environment

While working on the “reproducible builds” effort [1], we have noticed
that torrus could not be built reproducibly.

The attached patch forces SHELL to be set to /bin/sh and not differ
depending on the current environment.
-------------- next part --------------
diff --git a/debian/rules b/debian/rules
index 0b56d69..21095b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,9 @@ override_dh_auto_configure:
 		--libdir=/usr/share/torrus/lib \
 		--mandir=/usr/share/man \
 		--enable-pkgonly \
-		--disable-varperm
+		--disable-varperm \
+		SHELL=/bin/sh \
+		CONFIG_SHELL=/bin/sh
 
 
 override_dh_auto_build:


More information about the Pkg-torrus-maintainers mailing list