r51743 - in /trunk/libcatalyst-modules-perl/debian: changelog make-module.sh

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jan 29 14:13:28 UTC 2010


Author: gregoa
Date: Fri Jan 29 14:13:22 2010
New Revision: 51743

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51743
Log:
  Export PERL5LIB for the tests.

Modified:
    trunk/libcatalyst-modules-perl/debian/changelog
    trunk/libcatalyst-modules-perl/debian/make-module.sh

Modified: trunk/libcatalyst-modules-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/changelog?rev=51743&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/changelog (original)
+++ trunk/libcatalyst-modules-perl/debian/changelog Fri Jan 29 14:13:22 2010
@@ -1,6 +1,7 @@
 libcatalyst-modules-perl (37) UNRELEASED; urgency=low
 
   * debian/make-module.sh: use dh_* helpers and unify indentation.
+    Export PERL5LIB for the tests.
   * Set Standards-Version to 3.8.4 (no changes).
   * debian/rules: add back patch/unpatch targets that got lost in some
     previous update.

Modified: trunk/libcatalyst-modules-perl/debian/make-module.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/make-module.sh?rev=51743&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/make-module.sh (original)
+++ trunk/libcatalyst-modules-perl/debian/make-module.sh Fri Jan 29 14:13:22 2010
@@ -2,11 +2,10 @@
 
 set -e
 
-PERL=$(which perl)
-MAKE=$(which make)
 PERL5LIB="$DESTDIR/usr/share/perl5/"
-PERL="$PERL -I$PERL5LIB"
 ROOT=$PWD
+
+export PERL5LIB
 
 echo "=========================================================================="
 echo "Make $1"




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