[SCM] Debian packaging of libdist-zilla-plugin-run-perl branch, master, updated. upstream/0.006-12-g74ff5d1

gregor herrmann gregoa at debian.org
Sat Aug 27 17:25:32 UTC 2011


The following commit has been merged in the master branch:
commit c96aaca04801ab49d531edaac13995c81d32481e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 27 19:17:53 2011 +0200

    Add (build) dependency on libstring-formatter-perl.

diff --git a/debian/control b/debian/control
index 80c0ea0..3da69ba 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends-Indep: perl,
                      libmoose-perl,
                      libtest-simple-perl (>= 0.94),
                      libpath-class-perl,
-                     libnamespace-autoclean-perl (>= 0.11)
+                     libnamespace-autoclean-perl (>= 0.11),
+                     libstring-formatter-perl (>= 0.102082)
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdist-zilla-plugin-run-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdist-zilla-plugin-run-perl.git
@@ -18,11 +19,11 @@ Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-Run/
 
 Package: libdist-zilla-plugin-run-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
+Depends: ${misc:Depends}, ${perl:Depends},
          libdist-zilla-perl,
          libmoose-perl,
-         libnamespace-autoclean-perl (>= 0.11)
+         libnamespace-autoclean-perl (>= 0.11),
+         libstring-formatter-perl (>= 0.102082)
 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 

-- 
Debian packaging of libdist-zilla-plugin-run-perl



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