[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.36-169-g43dfbf2

Damyan Ivanov dmn at debian.org
Fri Jun 5 08:08:07 UTC 2009


The following commit has been merged in the master branch:
commit 43dfbf262cdb8935dd88237c161f84bcfcc7e170
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Jun 5 11:07:56 2009 +0300

    add explicit dependency on libfile-path-perl 2.07
    
    the version in core perl has no make_path() subroutine

diff --git a/debian/changelog b/debian/changelog
index 67a6dfd..53b4331 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 padre (0.36-1) UNRELEASED; urgency=low
 
+    NEEDS (core) File::Path 2.07
+        (make_path() not available in earlier versions)
+
   * New Upstream Version
   * drop libclass-autouse-perl from (build-)dependencies
   * bump libclass-xsaccessor[-array]-perl [build-]dependency to 1.02
diff --git a/debian/control b/debian/control
index da6bf30..c439f35 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends-Indep: perl (>= 5.10.0),
  libfile-copy-recursive-perl (>= 0.37),
  libfile-find-rule-perl (>= 0.30),
  libfile-homedir-perl (>= 0.82),
+ libfile-path-perl (>= 2.07),
  libfile-sharedir-par-perl (>= 0.04),
  libfile-sharedir-perl (>= 1.00),
  libfile-spec-perl (>= 3.2701),
@@ -69,6 +70,7 @@ Depends: perl (>= 5.10.0),
  libfile-copy-recursive-perl (>= 0.37),
  libfile-find-rule-perl (>= 0.30),
  libfile-homedir-perl (>= 0.82),
+ libfile-path-perl (>= 2.07),
  libfile-sharedir-par-perl (>= 0.04),
  libfile-sharedir-perl (>= 1.00),
  libfile-spec-perl (>= 3.2701),

-- 
Packaging of padre perl editor



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