[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:28 UTC 2012


The following commit has been merged in the master branch:
commit 83596262b334ab3bb7453f095c3cb502d6ead7ae
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Feb 3 19:15:42 2012 +0100

    added patch to enable plugin with recent padre

diff --git a/debian/patches/bump-padre-compat b/debian/patches/bump-padre-compat
new file mode 100644
index 0000000..f24c11d
--- /dev/null
+++ b/debian/patches/bump-padre-compat
@@ -0,0 +1,15 @@
+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.
+Author: dod at debian.org
+Applied-Upstream: yes
+--- a/lib/Padre/Plugin/Autoformat.pm
++++ b/lib/Padre/Plugin/Autoformat.pm
+@@ -30,7 +30,7 @@
+ # padre interfaces
+ sub padre_interfaces {
+     'Padre::Plugin'     => 0.68,
+-    'Padre::Wx::Editor' => 0.30,
++    'Padre::Wx::Editor' => 0.89,
+ }
+ 
+ # plugin menu.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e45a446
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+bump-padre-compat

-- 
Packaging for padre-plugin-autoformat



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