r34222 - in /trunk/libdbix-class-timestamp-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 27 18:15:41 UTC 2009


Author: gregoa
Date: Mon Apr 27 18:15:36 2009
New Revision: 34222

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34222
Log:
TODO:
- t/05datetime.t fails
- the hack in debian/rules looks ugly -- other ideas?
* debian/rules: set PERL5_CPANPLUS_IS_RUNNING to keep Module::Install from
  loading CPAN.pm.

Modified:
    trunk/libdbix-class-timestamp-perl/debian/changelog
    trunk/libdbix-class-timestamp-perl/debian/rules

Modified: trunk/libdbix-class-timestamp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/changelog?rev=34222&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/changelog (original)
+++ trunk/libdbix-class-timestamp-perl/debian/changelog Mon Apr 27 18:15:36 2009
@@ -1,9 +1,15 @@
 libdbix-class-timestamp-perl (0.08-1) UNRELEASED; urgency=low
+
+  TODO:
+  - t/05datetime.t fails
+  - the hack in debian/rules looks ugly -- other ideas?
 
   * New upstream release.
   * Remove whatis.patch (included upstream) and patch framework.
   * debian/copyright: fix typo in years of copyright for files in inc/*.
   * Add /me to Uploaders.
+  * debian/rules: set PERL5_CPANPLUS_IS_RUNNING to keep Module::Install from
+    loading CPAN.pm.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 27 Apr 2009 18:12:49 +0200
 

Modified: trunk/libdbix-class-timestamp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/rules?rev=34222&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/rules (original)
+++ trunk/libdbix-class-timestamp-perl/debian/rules Mon Apr 27 18:15:36 2009
@@ -6,7 +6,7 @@
 	touch $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- --skipdeps
+	PERL5_CPANPLUS_IS_RUNNING=1 dh_auto_configure -- --skipdeps
 
 clean:
 	dh $@




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