[SCM] PAW: Physics Analysis Workstation branch, debian, updated. upstream/2.14.04.dfsg.2-28-g0517595

Ralf Treinen treinen at free.fr
Sat Feb 18 19:38:57 UTC 2012


The following commit has been merged in the debian branch:
commit 1e88ff08c9ab5bfcc46b66de57788cf28118db7f
Author: Ralf Treinen <treinen at free.fr>
Date:   Sat Feb 18 20:11:23 2012 +0100

    set locale to C before using CERN makefile snippet
    
    otherwise rebuilding debian/control may give unexpected results since
    the order of the files may depend on the locale (sorting depends on the
    locale!)

diff --git a/debian/changelog b/debian/changelog
index c6c521a..9713b38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+paw (1:2.14.04.dfsg.2-8) unstable; urgency=low
+
+  * Team upload
+  * debian/rules: set locale to C before including CERN makefile snippet
+    (closes: #660246)
+
+ -- Ralf Treinen <treinen at debian.org>  Sat, 18 Feb 2012 20:11:01 +0100
+
 paw (1:2.14.04.dfsg.2-7) unstable; urgency=low
 
   * New maintainer. Thanks Kevin B. McCarty for contributing to the HEP
diff --git a/debian/rules b/debian/rules
index ee701a8..b07ee4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
 MY_NAME = paw
 MY_MODULES = Imakefile car cfortran include pawlib scripts 
 
+LC_ALL=C
 include /usr/share/cernlib/cernlib-debian.mk
 
 LOCAL_DEFINES += -D_GNU_SOURCE

-- 
PAW: Physics Analysis Workstation



More information about the debian-science-commits mailing list