[libtheora] 01/01: Set CONFIG_SHELL=/bin/sh in d/rules to make build reproducible.

Petter Reinholdtsen pere at moszumanska.debian.org
Tue May 24 21:09:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository libtheora.

commit bc7ca963a7d6aa9e7a568b7bea6e4c8ed1abf9d5
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Tue May 24 23:09:49 2016 +0200

    Set CONFIG_SHELL=/bin/sh in d/rules to make build reproducible.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index b27ea8f..b7a676a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+CONFIG_SHELL = /bin/sh
+export CONFIG_SHELL
+
 %:
 	dh $@ --with quilt,autoreconf
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xiph/libtheora.git



More information about the pkg-xiph-commits mailing list