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


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

    removing padre-api dep is fine, but padre is still needed

diff --git a/debian/control b/debian/control
index 044f5a7..0a50942 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends-Indep: gettext,
                      libtest-pod-coverage-perl,
                      libtest-pod-perl,
                      libtext-autoformat-perl,
+                     padre,
                      perl,
                      xauth,
                      xvfb
@@ -21,9 +22,10 @@ Homepage: http://search.cpan.org/dist/Padre-Plugin-Autoformat/
 
 Package: libpadre-plugin-autoformat-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
-         libtext-autoformat-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libtext-autoformat-perl,
+         padre
 Enhances: padre
 Description: plugin to reformat your text within Padre
  This plugin allows one to reformat her text automatically with Ctrl+Shift+J.

-- 
Packaging for padre-plugin-autoformat



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