r65737 - /trunk/libcgi-application-plugin-tt-perl/debian/components/config

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Dec 11 13:16:49 UTC 2010


Author: periapt-guest
Date: Sat Dec 11 13:16:39 2010
New Revision: 65737

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65737
Log:
needed to set perl path on Build.PL (2)

Modified:
    trunk/libcgi-application-plugin-tt-perl/debian/components/config

Modified: trunk/libcgi-application-plugin-tt-perl/debian/components/config
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/components/config?rev=65737&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/components/config (original)
+++ trunk/libcgi-application-plugin-tt-perl/debian/components/config Sat Dec 11 13:16:39 2010
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 TDIR=COMPONENTS/${DH_COMPONENT}
+PERL5LIB="$DESTDIR/usr/share/perl5/"
 
 if [ -z ${PACKAGE} ]
 then
@@ -8,7 +9,6 @@
     exit 1
 fi
 PERL=$(which perl)
-PERL="${PERL} -I../../debian/${PACKAGE}/usr/share/perl5"
 
 if [ -z ${DH_COMPONENT} ]
 then
@@ -24,7 +24,7 @@
 
 cd ${TDIR}
 
-if ${PERL} Build.PL
+if dh_auto_configure -D ${TDIR}
 then
     EXIT_STATUS=0
 else




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