[SCM] Packaging of padre perl editor branch, master, updated. debian/0.84.ds1-1-23-g79b4148

Damyan Ivanov dmn at debian.org
Mon Aug 29 19:25:03 UTC 2011


The following commit has been merged in the master branch:
commit 9fe194f423a9e0641af32c8524936354a632d7ea
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun Aug 28 18:49:47 2011 +0300

    Revert "bump plugin API version"
    
    This reverts commit ba290ccb6ecd6b7c813a42690f3c94f29bc3dd5f.
    
    We abandon the idea of having a virtual padre-api-$ver package provided by
    padre, so that plugins can depend on it. Thing is, padre provides about a dozen
    of APIs, and tracking each would be a nightmare. Instead, we'll test plugins
    that run with each Padre release and Break those who are broken. Additionaly, a
    padre plugin package should depend on the version of padre it was built with.
    
    Once all pligins have the explicit padre >= dependency we'll drop the virtual
    Provides:

diff --git a/debian/control b/debian/control
index 7c67943..c06ea52 100644
--- a/debian/control
+++ b/debian/control
@@ -121,7 +121,7 @@ Depends: perl (>= 5.10.1),
  libwx-perl-processstream-perl (>= 0.29),
  libyaml-tiny-perl (>= 1.32)
 Recommends: libformat-human-bytes-perl (>= 0.06)
-Provides: padre-plugin-api-3
+Provides: padre-plugin-api-2
 Description: Perl Application Development and Refactoring Environment
  Padre is a Perl IDE that is simple to use for new Perl programmers but also
  supports large multi-lingual and multi-technology projects.

-- 
Packaging of padre perl editor



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