r68599 - in /trunk/dh-make-perl: Build.PL Changes debian/changelog lib/DhMakePerl.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Feb 14 16:33:00 UTC 2011


Author: gregoa
Date: Mon Feb 14 16:32:44 2011
New Revision: 68599

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68599
Log:
[upstream] Build.PL: add missing modules.

Modified:
    trunk/dh-make-perl/Build.PL
    trunk/dh-make-perl/Changes
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/DhMakePerl.pm

Modified: trunk/dh-make-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Build.PL?rev=68599&op=diff
==============================================================================
--- trunk/dh-make-perl/Build.PL (original)
+++ trunk/dh-make-perl/Build.PL Mon Feb 14 16:32:44 2011
@@ -17,6 +17,7 @@
         'Cwd'                       => 0,
         'Dpkg'                      => 0,
         'Dpkg::Source::Package'     => 0,
+        'Email::Address'            => 0,
         'Email::Date::Format'       => 0,
         'File::Basename'            => 0,
         'File::Copy'                => 0,
@@ -32,8 +33,8 @@
         'Module::CoreList'          => 0,
         'Module::Depends'           => 0,
         'Module::Depends::Intrusive'=> 0,
+        'Parse::DebControl'         => 0,
         'Parse::DebianChangelog'    => 0,
-        'Parse::DebControl'         => 0,
         'Software::License::Artistic_2_0' => 0,
         'Storable'                  => 0,
         'Text::Diff'                => 0,
@@ -46,11 +47,13 @@
         'YAML'                      => 0,
     },
     build_requires      => {
+        'File::DirCompare'  => 0,
+        'File::Touch'       => 0,
+        'Test::Compile'     => 0,
         'Test::Deep'        => 0,
+        'Test::Differences' => 0,
         'Test::Exception'   => 0,
-        'Test::Differences' => 0,
         'Test::More'        => 0,
-        'File::Touch'       => 0,
     },
     no_index => { directory => [qw(privinc t xt share)] },
     add_to_cleanup      => [ 'DhMakePerl-*', 'Build', '_build' ],

Modified: trunk/dh-make-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Changes?rev=68599&op=diff
==============================================================================
--- trunk/dh-make-perl/Changes (original)
+++ trunk/dh-make-perl/Changes Mon Feb 14 16:32:44 2011
@@ -1,3 +1,9 @@
+0.73 (2011-02-14)
+
+  [ gregor herrmann ]
+  Add missing modules to Build.PL.
+
+
 0.72 (2011-02-05)
 
   [ Nicholas Bamber ]

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=68599&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon Feb 14 16:32:44 2011
@@ -1,3 +1,9 @@
+dh-make-perl (0.73-1) UNRELEASED; urgency=low
+
+  * [upstream] Build.PL: add missing modules.
+
+ -- gregor herrmann <gregoa at debian.org>  Mon, 14 Feb 2011 17:27:28 +0100
+
 dh-make-perl (0.72-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=68599&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Mon Feb 14 16:32:44 2011
@@ -14,11 +14,11 @@
 
 =head1 VERSION
 
-Version 0.72
+Version 0.73
 
 =cut
 
-our $VERSION = '0.72';
+our $VERSION = '0.73';
 
 =head1 SYNOPSIS
 




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