[SCM] Debian packaging of libdbd-pg-perl branch, master, updated. debian/2.19.2-1-14-ga75973c

Xavier x.guimard at free.fr
Mon Oct 29 18:21:45 UTC 2012


The following commit has been merged in the master branch:
commit a75973c13d39b33e64d610b4fd51c74e89f8abe8
Author: Xavier <x.guimard at free.fr>
Date:   Mon Oct 29 19:21:28 2012 +0100

    Add LC_ALL=C in debian/rules (Closes:#691727)

diff --git a/debian/changelog b/debian/changelog
index df0b312..8be3999 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ libdbd-pg-perl (2.19.3-1) UNRELEASED; urgency=low
   * Add myself to uploaders
   * remove patches offsets
   * Modify debhelper version (>= 9.20120312)
+  * Add LC_ALL=C in debian/rules (Closes:#691727)
 
  -- Xavier Guimard <x.guimard at free.fr>  Sun, 28 Oct 2012 08:54:42 +0100
 
diff --git a/debian/rules b/debian/rules
index a00bd2b..87757c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ PG_LIBDIR = $(shell pg_config --libdir)
 
 export POSTGRES_INCLUDE=$(PG_INCLUDEDIR)
 export POSTGRES_LIB=$(PG_LIBDIR)
+export LC_ALL=C
 
 %:
 	dh $@ --with perl_dbi

-- 
Debian packaging of libdbd-pg-perl



More information about the Pkg-perl-cvs-commits mailing list