r36027 - in /trunk/libdbix-searchbuilder-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 21 15:35:54 UTC 2009


Author: gregoa
Date: Thu May 21 15:35:49 2009
New Revision: 36027

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36027
Log:
debian/rules: set PERL5_CPANPLUS_IS_RUNNING=1 to work around the bug in
the shipped Module::Install 0.85.

Modified:
    trunk/libdbix-searchbuilder-perl/debian/changelog
    trunk/libdbix-searchbuilder-perl/debian/rules

Modified: trunk/libdbix-searchbuilder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-searchbuilder-perl/debian/changelog?rev=36027&op=diff
==============================================================================
--- trunk/libdbix-searchbuilder-perl/debian/changelog (original)
+++ trunk/libdbix-searchbuilder-perl/debian/changelog Thu May 21 15:35:49 2009
@@ -15,6 +15,8 @@
   * Set debhelper compatibility level to 7; adapt
     debian/{control,compat,rules}.
   * Set Standards-Version to 3.8.1 (no changes).
+  * debian/rules: set PERL5_CPANPLUS_IS_RUNNING=1 to work around the bug in
+    the shipped Module::Install 0.85.
 
  -- Jonathan Yu <frequency at cpan.org>  Tue, 19 May 2009 14:22:29 -0400
 

Modified: trunk/libdbix-searchbuilder-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-searchbuilder-perl/debian/rules?rev=36027&op=diff
==============================================================================
--- trunk/libdbix-searchbuilder-perl/debian/rules (original)
+++ trunk/libdbix-searchbuilder-perl/debian/rules Thu May 21 15:35:49 2009
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	PERL5_CPANPLUS_IS_RUNNING=1 dh build
 	touch $@
 
 clean:




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