[SCM] Packaging for padre-plugin-autoformat branch, master, updated. debian/1.22-4-13-gc9bf980

Dominique Dumont dod at debian.org
Sat Feb 4 10:16:29 UTC 2012


The following commit has been merged in the master branch:
commit 71c9b46ff3dc50c250d4b5946d7c318fc34f73d2
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Feb 4 10:56:24 2012 +0100

    bumped padre api number for 0.94

diff --git a/debian/changelog b/debian/changelog
index 578b47c..e83f9fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,7 +18,8 @@ libpadre-plugin-autoformat-perl (1.22-5) unstable; urgency=low
       anytime). 
     - removed dependency on padre-api
     - changed my e-mail address
-  + added patch (from upstream svn) to enable plugin with recent padre
+  + added patch to enable plugin with recent padre (just bumping compat
+    version number)
 
  -- Dominique Dumont <dod at debian.org>  Fri, 03 Feb 2012 19:22:24 +0100
 
diff --git a/debian/patches/bump-padre-compat b/debian/patches/bump-padre-compat
index f24c11d..b140e13 100644
--- a/debian/patches/bump-padre-compat
+++ b/debian/patches/bump-padre-compat
@@ -1,7 +1,6 @@
 Description: Bump padre api number for campatibilty
- This patch bumps a verion number in padre plugin to be compatible with more recent version of Padre. THis patch was taken upstream from svn source. No other change is required.
+ This patch bumps a verion number in padre plugin to be compatible with more recent version of Padre. No other change is required.
 Author: dod at debian.org
-Applied-Upstream: yes
 --- a/lib/Padre/Plugin/Autoformat.pm
 +++ b/lib/Padre/Plugin/Autoformat.pm
 @@ -30,7 +30,7 @@
@@ -9,7 +8,7 @@ Applied-Upstream: yes
  sub padre_interfaces {
      'Padre::Plugin'     => 0.68,
 -    'Padre::Wx::Editor' => 0.30,
-+    'Padre::Wx::Editor' => 0.89,
++    'Padre::Wx::Editor' => 0.94,
  }
  
  # plugin menu.

-- 
Packaging for padre-plugin-autoformat



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