[SCM] Debian packaging of libdbd-pg-perl branch, master, updated. debian/2.19.2-2-18-g8e57666

Ansgar Burchardt ansgar at debian.org
Wed Oct 31 07:37:22 UTC 2012


The following commit has been merged in the master branch:
commit 7fbb75d7b3c5f3bc976ddec7ada2a01bbfb82485
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Wed Oct 31 08:26:40 2012 +0100

    debian/rules: Export LC_ALL=C
    
    Bug-Debian: http://bugs.debian.org/691727

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