[Python-modules-commits] [m2crypto] 01/06: deb/rules: run elinks with fixed locale C.UTF-8
Daniel Stender
stender at moszumanska.debian.org
Mon Nov 13 13:26:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch debian/master
in repository m2crypto.
commit 95dd0576a48658f686ac22ed735ac3ca28f2303d
Author: Daniel Stender <stender at debian.org>
Date: Mon Nov 13 08:10:28 2017 +0100
deb/rules: run elinks with fixed locale C.UTF-8
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 33f0491..967fdc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+m2crypto (0.27.0-3) UNRELEASED; urgency=medium
+
+ * deb/rules: run elinks with fixed locale C.UTF-8 for
+ reproducible buiding.
+
+ -- Daniel Stender <stender at debian.org> Mon, 13 Nov 2017 08:19:55 +0100
+
m2crypto (0.27.0-2) unstable; urgency=medium
* Upload to unstable.
diff --git a/debian/rules b/debian/rules
index 0f0d26b..a7e73c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ endif
override_dh_installdocs:
rst2html -r 5 README.rst .pybuild/README.html
- links -dump .pybuild/README.html > .pybuild/README
+ LC_LANG=C.UTF-8 links -dump .pybuild/README.html > .pybuild/README
dh_installdocs .pybuild/README
override_dh_compress:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/m2crypto.git
More information about the Python-modules-commits
mailing list