r72693 - in /trunk/libdist-zilla-plugin-run-perl/debian: changelog control patches/ patches/fix-spelling patches/series patches/use-standard-dzil-test

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Sun Apr 17 13:48:53 UTC 2011


Author: ddumont-guest
Date: Sun Apr 17 13:48:31 2011
New Revision: 72693

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72693
Log:
lintian clean, cowbuilder clean, ready for review

Added:
    trunk/libdist-zilla-plugin-run-perl/debian/patches/
    trunk/libdist-zilla-plugin-run-perl/debian/patches/fix-spelling
    trunk/libdist-zilla-plugin-run-perl/debian/patches/series
    trunk/libdist-zilla-plugin-run-perl/debian/patches/use-standard-dzil-test
Modified:
    trunk/libdist-zilla-plugin-run-perl/debian/changelog
    trunk/libdist-zilla-plugin-run-perl/debian/control

Modified: trunk/libdist-zilla-plugin-run-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/debian/changelog?rev=72693&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-run-perl/debian/changelog (original)
+++ trunk/libdist-zilla-plugin-run-perl/debian/changelog Sun Apr 17 13:48:31 2011
@@ -1,13 +1,5 @@
-libdist-zilla-plugin-run-perl (0.005-1) UNRELEASED; urgency=low
-
-  TODO:
-  - lintian reports:
-    I: libdist-zilla-plugin-run-perl: spelling-error-in-manpage usr/share/man/man3/Dist::Zilla::Plugin::Run::Role::Runner.3pm.gz dont don't
-  - debian/control: I'd explicitly add
-      libpath-class-perl, libnamespace-autoclean-perl (>= 0.11)
-    to B-D-I and Depends (currently they are pulled in, but that can change,
-    and we might want to control the versions directly)
+libdist-zilla-plugin-run-perl (0.005-1) unstable; urgency=low
 
   * Initial Release. (Closes: #620783)
 
- -- Dominique Dumont <domi.dumont at free.fr>  Tue, 05 Apr 2011 11:27:35 +0200
+ -- Dominique Dumont <domi.dumont at free.fr>  Sun, 17 Apr 2011 15:47:00 +0200

Modified: trunk/libdist-zilla-plugin-run-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/debian/control?rev=72693&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-run-perl/debian/control (original)
+++ trunk/libdist-zilla-plugin-run-perl/debian/control Sun Apr 17 13:48:31 2011
@@ -7,8 +7,10 @@
 Build-Depends-Indep: perl,
                      libdist-zilla-perl,
                      libmoose-perl,
-                     libtest-simple-perl (>= 0.94)
-Standards-Version: 3.9.1
+                     libtest-simple-perl (>= 0.94),
+                     libpath-class-perl,
+                     libnamespace-autoclean-perl (>= 0.11)
+Standards-Version: 3.9.2
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdist-zilla-plugin-run-perl/
 Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-Run/
@@ -18,7 +20,8 @@
 Depends: ${misc:Depends},
          ${perl:Depends},
          libdist-zilla-perl,
-         libmoose-perl
+         libmoose-perl,
+         libnamespace-autoclean-perl (>= 0.11)
 Description: Dist::Zilla plugin to execute external commands
  Dist::Zilla::Plugin::Run uses specific hooks of Dist::Zilla to execute 
  external command when running dzil. This module is useful to ship generated 

Added: trunk/libdist-zilla-plugin-run-perl/debian/patches/fix-spelling
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/debian/patches/fix-spelling?rev=72693&op=file
==============================================================================
--- trunk/libdist-zilla-plugin-run-perl/debian/patches/fix-spelling (added)
+++ trunk/libdist-zilla-plugin-run-perl/debian/patches/fix-spelling Sun Apr 17 13:48:31 2011
@@ -1,0 +1,11 @@
+--- a/lib/Dist/Zilla/Plugin/Run/Role/Runner.pm
++++ b/lib/Dist/Zilla/Plugin/Run/Role/Runner.pm
+@@ -76,7 +76,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-This is the base role for all the plugins L<Dist::Zilla::Plugin::Run> delivers. You dont need this.
++This is the base role for all the plugins L<Dist::Zilla::Plugin::Run> delivers. You don't need this.
+ 
+ =head1 AUTHOR
+ 

Added: trunk/libdist-zilla-plugin-run-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/debian/patches/series?rev=72693&op=file
==============================================================================
--- trunk/libdist-zilla-plugin-run-perl/debian/patches/series (added)
+++ trunk/libdist-zilla-plugin-run-perl/debian/patches/series Sun Apr 17 13:48:31 2011
@@ -1,0 +1,2 @@
+use-standard-dzil-test
+fix-spelling

Added: trunk/libdist-zilla-plugin-run-perl/debian/patches/use-standard-dzil-test
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/debian/patches/use-standard-dzil-test?rev=72693&op=file
==============================================================================
--- trunk/libdist-zilla-plugin-run-perl/debian/patches/use-standard-dzil-test (added)
+++ trunk/libdist-zilla-plugin-run-perl/debian/patches/use-standard-dzil-test Sun Apr 17 13:48:31 2011
@@ -1,0 +1,11 @@
+--- a/t/10_build_phase.t
++++ b/t/10_build_phase.t
+@@ -2,8 +2,6 @@
+ use warnings;
+ use Test::More 0.88;
+ 
+-use lib 't/lib';
+-
+ use Path::Class;
+ 
+ use Test::DZil;




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