[metview] 02/20: Set LC_ALL=C

Alastair McKinstry mckinstry at moszumanska.debian.org
Sat Oct 29 13:50:46 UTC 2016


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

mckinstry pushed a commit to tag debian/4.7.2-1
in repository metview.

commit cf8dda416bcd0b3fd9418d05239e7c34d6a277f4
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun Jul 3 13:20:24 2016 +0100

    Set LC_ALL=C
---
 debian/changelog | 8 ++++++++
 debian/rules     | 4 +++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0784fdf..1ea52e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
+metview (4.6.5-5) unstable; urgency=medium
+
+  * Use python3-all-dev, now that magics++ uses python3. Closes: #823165
+  * set LC_ALL=C in debian/rules for reproducibility
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Sun, 03 Jul 2016 13:18:25 +0100
+
 metview (4.6.5-4) unstable; urgency=medium
 
   * Remove obsolete dependency on OpenJPEG. Closes: #826821
+  * Enable stdc=c++11 for unique_ptr features in magics++
 
  -- Alastair McKinstry <mckinstry at debian.org>  Sun, 19 Jun 2016 11:48:38 +0100
 
diff --git a/debian/rules b/debian/rules
index a070518..bf8b9a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DEB_BUILD_MAINT_OPTIONS:= hardening=+all,-format
 DEB_CFLAGS_MAINT_APPEND:= -Wall -pedantic -fPIC
 export DEB_BUILD_MAINT_OPTIONS DEB_CFLAGS_MAINT_APPEND DEB_LDFLAGS_MAINT_PREPEND
 export QT_SELECT=5
-CXXFLAGS:= $(shell dpkg-buildflags --get CXXFLAGS) #-std=c++11
+CXXFLAGS:= $(shell dpkg-buildflags --get CXXFLAGS) -std=c++11
 
 # Needed for sbuild. metview creates temp directories during build
 export HOME:=/tmp
@@ -24,6 +24,8 @@ AUTOGENERATED:= libmetview-dev.install  metview.install
 MV_DIR:=/usr/lib/$(DEB_HOST_MULTIARCH)/metview
 export METVIEW_DIR_DEV:=$(CURDIR)/debian/build
 export METVIEW_BIN:=$(METVIEW_DIR_DEV)/bin
+LC_ALL=C
+export LC_ALL
 
 FPIC:= ''
 

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



More information about the debian-science-commits mailing list