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

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


Author: ryan52-guest
Date: Thu Sep  3 06:05:15 2009
New Revision: 43567

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43567
Log:
add missing build_requires on File::Touch

Modified:
    trunk/dh-make-perl/Build.PL
    trunk/dh-make-perl/META.yml
    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=43567&op=diff
==============================================================================
--- trunk/dh-make-perl/Build.PL (original)
+++ trunk/dh-make-perl/Build.PL Thu Sep  3 06:05:15 2009
@@ -45,6 +45,7 @@
         'Test::Exception'   => 0,
         'Test::Differences' => 0,
         'Test::More'        => 0,
+        'File::Touch'       => 0,
     },
     add_to_cleanup      => [ 'DhMakePerl-*' ],
     create_makefile_pl  => 'passthrough',

Modified: trunk/dh-make-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/META.yml?rev=43567&op=diff
==============================================================================
--- trunk/dh-make-perl/META.yml (original)
+++ trunk/dh-make-perl/META.yml Thu Sep  3 06:05:15 2009
@@ -10,6 +10,7 @@
 resources:
   license: http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt
 build_requires:
+  File::Touch: 0
   Test::Deep: 0
   Test::Differences: 0
   Test::Exception: 0

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=43567&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Thu Sep  3 06:05:15 2009
@@ -6,8 +6,9 @@
     SVN
   * use a passthrough Makefile.PL, we use special Module::Build stuff
   * add missing requires for Parse::DebControl
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 02 Sep 2009 22:59:12 -0700
+  * add missing build_requires on File::Touch
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 02 Sep 2009 23:04:47 -0700
 
 dh-make-perl (0.59) unstable; urgency=low
 




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