r23291 - in /trunk/libjifty-plugin-oauth-perl/debian: changelog rules
    yvesago-guest at users.alioth.debian.org 
    yvesago-guest at users.alioth.debian.org
       
    Wed Jul 16 12:16:18 UTC 2008
    
    
  
Author: yvesago-guest
Date: Wed Jul 16 12:16:13 2008
New Revision: 23291
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23291
Log:
add --skipdeps to perl Makefile.PL to be sure that nothing is loaded by Module::AutoInstall
Modified:
    trunk/libjifty-plugin-oauth-perl/debian/changelog
    trunk/libjifty-plugin-oauth-perl/debian/rules
Modified: trunk/libjifty-plugin-oauth-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-oauth-perl/debian/changelog?rev=23291&op=diff
==============================================================================
--- trunk/libjifty-plugin-oauth-perl/debian/changelog (original)
+++ trunk/libjifty-plugin-oauth-perl/debian/changelog Wed Jul 16 12:16:13 2008
@@ -2,7 +2,6 @@
 
   TODO: 
   - test fails with REST, need more investigation
-  - stop autoinstall with M::I
 
   * Initial Release. (Closes: #491052)
 
Modified: trunk/libjifty-plugin-oauth-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-oauth-perl/debian/rules?rev=23291&op=diff
==============================================================================
--- trunk/libjifty-plugin-oauth-perl/debian/rules (original)
+++ trunk/libjifty-plugin-oauth-perl/debian/rules Wed Jul 16 12:16:13 2008
@@ -18,7 +18,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(PERL) Makefile.PL --skipdeps INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@
    
    
More information about the Pkg-perl-cvs-commits
mailing list