[magics] 25/63: * Fix python3 support: indentation errors in macro.py. Closes: #827850. * Set LC_ALL=C during build to aid reproducibility

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Mar 24 10:41:50 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository magics.

commit 37909563718b168b06243c1a970cac6c9142a7bf
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jul 5 17:52:27 2016 +0100

    * Fix python3 support: indentation errors in macro.py. Closes: #827850.
    * Set LC_ALL=C during build to aid reproducibility
---
 debian/changelog | 5 +++--
 debian/rules     | 4 ++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9b54a7e..a885a67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-magics++ (2.28.0-5) UNRELEASED; urgency=medium
+magics++ (2.28.0-5) unstable; urgency=medium
 
-  * Fix python3 support: indentation errors in macro.py
+  * Fix python3 support: indentation errors in macro.py. Closes: #827850.
   * Loosen the libemos-dev depends, to allow backports
+  * Set LC_ALL=C during build to aid reproducibility
 
  -- Alastair McKinstry <mckinstry at debian.org>  Tue, 05 Jul 2016 16:07:22 +0100
 
diff --git a/debian/rules b/debian/rules
index 3984232..988cbe7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,10 @@ export DH_VERBOSE=1
 CXXFLAGS:= -fPIC $(shell dpkg-buildflags --get CXXFLAGS) -std=c++11
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
+# Set for build reproducibility
+LC_ALL=C
+export LC_ALL
+
 export QT_SELECT=5
 
 LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/magics.git



More information about the debian-science-commits mailing list