[Python-modules-commits] [python-zeroconf] 01/01: Fixed pbuilder problem

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon May 25 10:33:04 UTC 2015


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

rubund-guest pushed a commit to branch master
in repository python-zeroconf.

commit 42888b5f0670799dbb90f79b55bc91033f4204ce
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon May 25 12:29:51 2015 +0200

    Fixed pbuilder problem
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 892d1c7..6b0ea44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,10 @@
 #!/usr/bin/make -f
 #DH_VERBOSE = 1
 
+#LC_ALL=C.UTF-8 Makes sure that it builds correctly with pbuilder
+
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild
 
 
 override_dh_auto_clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-zeroconf.git



More information about the Python-modules-commits mailing list