r34758 - in /trunk/libxml-atom-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 4 16:27:35 UTC 2009


Author: gregoa
Date: Mon May  4 16:27:16 2009
New Revision: 34758

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34758
Log:
NO NEED TO UPLOAD, no code changes, only newer M::I and minor POD stuff
* debian/rules: remove workaround for Module::AutoInstall, not needed
anymore. Set back debhelper dependency in debian/control.

Modified:
    trunk/libxml-atom-perl/debian/changelog
    trunk/libxml-atom-perl/debian/control
    trunk/libxml-atom-perl/debian/rules

Modified: trunk/libxml-atom-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-perl/debian/changelog?rev=34758&op=diff
==============================================================================
--- trunk/libxml-atom-perl/debian/changelog (original)
+++ trunk/libxml-atom-perl/debian/changelog Mon May  4 16:27:16 2009
@@ -1,6 +1,13 @@
-libxml-atom-perl (0.35-1) unstable; urgency=low
-
-  * New upstream release
+libxml-atom-perl (0.35-1) UNRELEASED; urgency=low
+
+  NO NEED TO UPLOAD, no code changes, only newer M::I and minor POD stuff
+
+  [ Brian Cassidy ]
+  * New upstream release
+
+  [ gregor herrmann ]
+  * debian/rules: remove workaround for Module::AutoInstall, not needed
+    anymore. Set back debhelper dependency in debian/control.
 
  -- Brian Cassidy <brian.cassidy at gmail.com>  Mon, 04 May 2009 11:51:27 -0300
 

Modified: trunk/libxml-atom-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-perl/debian/control?rev=34758&op=diff
==============================================================================
--- trunk/libxml-atom-perl/debian/control (original)
+++ trunk/libxml-atom-perl/debian/control Mon May  4 16:27:16 2009
@@ -1,7 +1,7 @@
 Source: libxml-atom-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), libxml-libxml-perl (>=1.64), 
  liburi-perl, libwww-perl, liblwp-authen-wsse-perl, 
  libdigest-sha1-perl, libdatetime-perl, libhtml-parser-perl, 

Modified: trunk/libxml-atom-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-perl/debian/rules?rev=34758&op=diff
==============================================================================
--- trunk/libxml-atom-perl/debian/rules (original)
+++ trunk/libxml-atom-perl/debian/rules Mon May  4 16:27:16 2009
@@ -4,9 +4,6 @@
 build-stamp:
 	dh build
 	touch $@
-
-override_dh_auto_configure:
-	PERL5_CPANPLUS_IS_RUNNING=1 dh_auto_configure -- --skipdeps
 
 clean:
 	dh $@




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