r43566 - in /trunk/dh-make-perl: Build.PL META.yml Makefile.PL debian/changelog

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Sep 3 06:00:20 UTC 2009


Author: ryan52-guest
Date: Thu Sep  3 05:59:31 2009
New Revision: 43566

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43566
Log:
add missing requires for Parse::DebControl

Modified:
    trunk/dh-make-perl/Build.PL
    trunk/dh-make-perl/META.yml
    trunk/dh-make-perl/Makefile.PL
    trunk/dh-make-perl/debian/changelog

Modified: trunk/dh-make-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Build.PL?rev=43566&op=diff
==============================================================================
--- trunk/dh-make-perl/Build.PL (original)
+++ trunk/dh-make-perl/Build.PL Thu Sep  3 05:59:31 2009
@@ -29,6 +29,7 @@
         'Module::Depends'           => 0,
         'Module::Depends::Intrusive'=> 0,
         'Parse::DebianChangelog'    => 0,
+        'Parse::DebControl'         => 0,
         'Storable'                  => 0,
         'Text::Diff'                => 0,
         'Text::Wrap'                => 0,

Modified: trunk/dh-make-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/META.yml?rev=43566&op=diff
==============================================================================
--- trunk/dh-make-perl/META.yml (original)
+++ trunk/dh-make-perl/META.yml Thu Sep  3 05:59:31 2009
@@ -9,6 +9,11 @@
 license: gpl
 resources:
   license: http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt
+build_requires:
+  Test::Deep: 0
+  Test::Differences: 0
+  Test::Exception: 0
+  Test::More: 0
 requires:
   AptPkg::Cache: 0
   AptPkg::Config: 0
@@ -30,6 +35,7 @@
   Module::CoreList: 0
   Module::Depends: 0
   Module::Depends::Intrusive: 0
+  Parse::DebControl: 0
   Parse::DebianChangelog: 0
   Storable: 0
   Text::Diff: 0
@@ -41,11 +47,8 @@
   YAML: 0
   perl: 5.010
   version: 0
-build_requires:
-  Test::Deep: 0
-  Test::Differences: 0
-  Test::Exception: 0
-  Test::More: 0
+configure_requires:
+  Module::Build: 0.340201
 provides:
   Debian::AptContents:
     file: lib/Debian/AptContents.pm
@@ -72,7 +75,7 @@
     file: lib/DhMakePerl/Config.pm
   DhMakePerl::PodParser:
     file: lib/DhMakePerl/PodParser.pm
-generated_by: Module::Build version 0.33
+generated_by: Module::Build version 0.340201
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4

Modified: trunk/dh-make-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Makefile.PL?rev=43566&op=diff
==============================================================================
--- trunk/dh-make-perl/Makefile.PL (original)
+++ trunk/dh-make-perl/Makefile.PL Thu Sep  3 05:59:31 2009
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.33
+# Note: this file was auto-generated by Module::Build::Compat version 0.340201
 require 5.010;
     
     unless (eval "use Module::Build::Compat 0.02; 1" ) {

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=43566&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Thu Sep  3 05:59:31 2009
@@ -5,8 +5,9 @@
   * update META.yml/MANIFEST/Makefile.PL during build, commit them to
     SVN
   * use a passthrough Makefile.PL, we use special Module::Build stuff
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 02 Sep 2009 22:11:16 -0700
+  * add missing requires for Parse::DebControl
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 02 Sep 2009 22:59:12 -0700
 
 dh-make-perl (0.59) unstable; urgency=low
 




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