r38223 - in /trunk/dh-make-perl: Build.PL MANIFEST

maddingue-guest at users.alioth.debian.org maddingue-guest at users.alioth.debian.org
Thu Jun 18 20:04:15 UTC 2009


Author: maddingue-guest
Date: Thu Jun 18 20:03:49 2009
New Revision: 38223

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38223
Log:
Add all prerequisites. Fix the license. Generate the META.yml file. Make everything aligned.

Modified:
    trunk/dh-make-perl/Build.PL
    trunk/dh-make-perl/MANIFEST

Modified: trunk/dh-make-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Build.PL?rev=38223&op=diff
==============================================================================
--- trunk/dh-make-perl/Build.PL (original)
+++ trunk/dh-make-perl/Build.PL Thu Jun 18 20:03:49 2009
@@ -4,17 +4,54 @@
 
 my $builder = Module::Build->new(
     module_name         => 'DhMakePerl',
-    license             => 'gpl2',
-    build_requires => {
-        'Test::More' => 0,
+    license             => 'gpl',
+    requires            => {
+        perl    => '5.008',
+
+        'AptPkg::Cache'             => 0,
+        'AptPkg::Config'            => 0,
+        'Carp'                      => 0,
+        'CPAN'                      => 0,
+        'Cwd'                       => 0,
+        'Dpkg::Source::Package'     => 0,
+        'Email::Date::Format'       => 0,
+        'File::Basename'            => 0,
+        'File::Copy'                => 0,
+        'File::Find::Rule'          => 0,
+        'File::Spec'                => 0,
+        'File::Spec::Functions'     => 0,
+        'FindBin'                   => 0,
+        'Getopt::Long'              => 0,
+        'IO::File'                  => 0,
+        'IO::Uncompress::Gunzip'    => 0,
+        'List::MoreUtils'           => 0,
+        'Module::CoreList'          => 0,
+        'Module::Depends'           => 0,
+        'Module::Depends::Intrusive'=> 0,
+        'Parse::DebianChangelog'    => 0,
+        'Storable'                  => 0,
+        'Text::Diff'                => 0,
+        'Text::Wrap'                => 0,
+        'Tie::File'                 => 0,
+        'Tie::IxHash'               => 0,
+        'User::pwent'               => 0,
+        'version'                   => 0,
+        'WWW::Mechanize'            => 0,
+        'YAML'                      => 0,
+    },
+    build_requires      => {
+        'Test::Deep'        => 0,
+        'Test::Exception'   => 0,
+        'Test::Differences' => 0,
+        'Test::More'        => 0,
     },
     add_to_cleanup      => [ 'DhMakePerl-*' ],
-    create_makefile_pl => 'traditional',
-    script_files    => [ 'dh-make-perl' ],
-    install_path    => {
+    create_makefile_pl  => 'traditional',
+    script_files        => [ 'dh-make-perl' ],
+    install_path        => {
         share   => '/usr/share/dh-make-perl',
     },
-    share_files => { map( ( $_ => $_ ), glob 'share/*' ) },
+    share_files         => { map( ( $_ => $_ ), glob 'share/*' ) },
 );
 
 $builder->add_build_element('share');

Modified: trunk/dh-make-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/MANIFEST?rev=38223&op=diff
==============================================================================
--- trunk/dh-make-perl/MANIFEST (original)
+++ trunk/dh-make-perl/MANIFEST Thu Jun 18 20:03:49 2009
@@ -22,6 +22,7 @@
 lib/DhMakePerl/PodParser.pm
 MANIFEST
 MANIFEST.SKIP
+META.yml
 README
 share/overrides
 share/rules.dh7.noxs




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