r35181 - in /trunk/libapache2-authcassimple-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 11 15:38:23 UTC 2009


Author: gregoa
Date: Mon May 11 15:38:18 2009
New Revision: 35181

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35181
Log:
debian/rules: call dh_auto_configure with "--skipdeps" to keep
Module::Install from loading CPAN.pm; bump debhelper dependency in
debian/control.

Modified:
    trunk/libapache2-authcassimple-perl/debian/changelog
    trunk/libapache2-authcassimple-perl/debian/control
    trunk/libapache2-authcassimple-perl/debian/rules

Modified: trunk/libapache2-authcassimple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcassimple-perl/debian/changelog?rev=35181&op=diff
==============================================================================
--- trunk/libapache2-authcassimple-perl/debian/changelog (original)
+++ trunk/libapache2-authcassimple-perl/debian/changelog Mon May 11 15:38:18 2009
@@ -1,10 +1,16 @@
 libapache2-authcassimple-perl (0.10-1) unstable; urgency=low
 
+  [ AGOSTINI Yves ]
   * New upstream release, real full fix for #525097 and  #521059
   * Add libcrypt-ssleay-perl, liburi-perl in Depends,
   * Add liburi-perl in Build-Depends
   * only examples/delete_session_data.pl in examples others are only test 
     cases for dev
+
+  [ gregor herrmann ]
+  * debian/rules: call dh_auto_configure with "--skipdeps" to keep
+    Module::Install from loading CPAN.pm; bump debhelper dependency in
+    debian/control.
 
  -- AGOSTINI Yves <agostini at univ-metz.fr>  Mon, 11 May 2009 08:54:54 +0200
 

Modified: trunk/libapache2-authcassimple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcassimple-perl/debian/control?rev=35181&op=diff
==============================================================================
--- trunk/libapache2-authcassimple-perl/debian/control (original)
+++ trunk/libapache2-authcassimple-perl/debian/control Mon May 11 15:38:18 2009
@@ -1,7 +1,7 @@
 Source: libapache2-authcassimple-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl (>= 5.8.0), libauthen-cas-client-perl,
  libapache-session-wrapper-perl, libapache2-mod-perl2,
  libtest-pod-coverage-perl, libtest-pod-perl, liburi-perl

Modified: trunk/libapache2-authcassimple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcassimple-perl/debian/rules?rev=35181&op=diff
==============================================================================
--- trunk/libapache2-authcassimple-perl/debian/rules (original)
+++ trunk/libapache2-authcassimple-perl/debian/rules Mon May 11 15:38:18 2009
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --skipdeps




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