[flextra] 01/01: * Set LC_ALL=C when sorting objs for compilation, to aid reproducibility * Standards-Version: 3.9.8. No changes required

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Jul 7 10:48:42 UTC 2016


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

mckinstry pushed a commit to tag debian/5.0-5
in repository flextra.

commit 4a49fc080d8030c88e55d192d2588131cc2340c0
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Jul 7 10:16:49 2016 +0100

    * Set LC_ALL=C when sorting objs for compilation, to aid reproducibility
    * Standards-Version: 3.9.8. No changes required
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 debian/rules     | 3 +++
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 89f0c74..a24a50d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+flextra (5.0-5) unstable; urgency=medium
+
+  * Set LC_ALL=C when sorting objs for compilation, to aid reproducibility
+  * Standards-Version: 3.9.8. No changes required
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Wed, 06 Jul 2016 08:41:42 +0100
+
 flextra (5.0-4) unstable; urgency=medium
 
   * Add git repo at debian-science to debian/control 
diff --git a/debian/control b/debian/control
index c56b9a5..44d3db3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Alastair McKinstry <mckinstry at debian.org>
 Build-Depends: debhelper (>= 9), 
   gfortran (>= 4:5.2.1), 
   libgrib-api-dev (>= 1.13.1-3)
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: http://flexpart.eu/
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/flextra.git
 
diff --git a/debian/rules b/debian/rules
index b5eb03e..20a40e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
 CFLAGS+=$(HARDENING_CFLAGS)
 LDFLAGS+=$(HARDENING_LDFLAGS)
 
+LC_ALL=C
+export LC_ALL
+
 # magic debhelper rule
 %:
 	dh $@

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



More information about the debian-science-commits mailing list