r34640 - in /trunk/libcatalyst-modules-perl: debian/changelog debian/control debian/make-module.sh tarballs/02/Catalyst-Plugin-Session-Store-DBIC-0.09.tar.gz tarballs/03/Catalyst-Plugin-Session-Store-DBIC-0.09.tar.gz

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat May 2 14:42:41 UTC 2009


Author: gregoa
Date: Sat May  2 14:42:35 2009
New Revision: 34640

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34640
Log:
* debian/make-module.sh: add PERL5_CPANPLUS_IS_RUNNING=1 to keep
  Module::AutoInstall from loading CPAN.pm at build time.
* debian/control: add build dependencies on libtest-warn-perl,   
  libauthen-sasl-perl.
* Move Catalyst-Plugin-Session-Store-DBIC-0.09.tar.gz from tarballs/02 to
  tarballs/03 since it needs
  tarballs/02/Catalyst-Plugin-Session-Store-Delegate-0.03.tar.gz.

Added:
    trunk/libcatalyst-modules-perl/tarballs/03/Catalyst-Plugin-Session-Store-DBIC-0.09.tar.gz
      - copied unchanged from r34638, trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-DBIC-0.09.tar.gz
Removed:
    trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-DBIC-0.09.tar.gz
Modified:
    trunk/libcatalyst-modules-perl/debian/changelog
    trunk/libcatalyst-modules-perl/debian/control
    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=34640&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/changelog (original)
+++ trunk/libcatalyst-modules-perl/debian/changelog Sat May  2 14:42:35 2009
@@ -13,6 +13,13 @@
     + Catalyst::Authentication::Credential::Authen::Simple 0.05
     + Catalyst::Plugin::Authorization::ACL 0.11
     + Catalyst::Controller::HTML::FormFu 0.04003
+  * debian/make-module.sh: add PERL5_CPANPLUS_IS_RUNNING=1 to keep
+    Module::AutoInstall from loading CPAN.pm at build time.
+  * debian/control: add build dependencies on libtest-warn-perl,   
+    libauthen-sasl-perl.
+  * Move Catalyst-Plugin-Session-Store-DBIC-0.09.tar.gz from tarballs/02 to
+    tarballs/03 since it needs
+    tarballs/02/Catalyst-Plugin-Session-Store-Delegate-0.03.tar.gz.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 02 May 2009 15:50:57 +0200
 

Modified: trunk/libcatalyst-modules-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/control?rev=34640&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/control (original)
+++ trunk/libcatalyst-modules-perl/debian/control Sat May  2 14:42:35 2009
@@ -22,7 +22,8 @@
  libemail-mime-creator-perl (>= 1.453), libclass-c3-perl, 
  libemail-send-perl (>= 2.185), libtest-www-mechanize-catalyst-perl,
  libtemplate-perl, libregexp-assemble-perl, libhtml-formfu-perl (>= 0.04001),
- libtask-weaken-perl, libmoose-perl, libtie-ixhash-perl
+ libtask-weaken-perl, libmoose-perl, libtie-ixhash-perl, libtest-warn-perl,
+ libauthen-sasl-perl
 Standards-Version: 3.8.1
 
 Package: libcatalyst-modules-perl

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=34640&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/make-module.sh (original)
+++ trunk/libcatalyst-modules-perl/debian/make-module.sh Sat May  2 14:42:35 2009
@@ -48,7 +48,7 @@
 					$PERL Build test
 					$PERL Build install destdir=$DESTDIR
 	        	else
-					PERL5LIB=$PERL5LIB $PERL Makefile.PL INSTALLDIRS=vendor --skipdeps
+					PERL5_CPANPLUS_IS_RUNNING=1 PERL5LIB=$PERL5LIB $PERL Makefile.PL INSTALLDIRS=vendor --skipdeps
 					PERL5LIB=$PERL5LIB $MAKE
 					PERL5LIB=$PERL5LIB $MAKE test
 					$MAKE install DESTDIR=$DESTDIR




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