[SCM] Debian packaging of libppix-editortools-perl branch, master, updated. debian/0.15-1-16-g166d8e6

Florian Schlichting fschlich at zedat.fu-berlin.de
Tue Oct 23 20:41:46 UTC 2012


The following commit has been merged in the master branch:
commit a76853f128a72cae6e9951c5ee527b7513780787
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Oct 23 22:17:24 2012 +0200

    Added versioned (build-)dependencies on libppi-perl and libtry-tiny-perl (new)

diff --git a/debian/control b/debian/control
index 828f8d3..a0bf376 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,10 @@ Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
                      libclass-xsaccessor-perl,
-                     libppi-perl,
+                     libppi-perl (>= 1.215),
                      libtest-differences-perl,
-                     libtest-most-perl
+                     libtest-most-perl,
+                     libtry-tiny-perl (>= 0.11)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libppix-editortools-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libppix-editortools-perl.git
@@ -23,7 +24,8 @@ Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
          libclass-xsaccessor-perl,
-         libppi-perl
+         libppi-perl (>= 1.215),
+         libtry-tiny-perl (>= 0.11)
 Description: set of tools for editors to use for manipulating Perl via PPI
  PPIx::EditorTools is a set of tools designed to be used by IDEs and Editors
  to manipulate Perl code. It provides base classes and utility methods for

-- 
Debian packaging of libppix-editortools-perl



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