[SCM] Packaging Template::Plugin::HTML::Strip in Debian branch, master, updated. a4e3c302b359358fe2e89f3cdfc65c2bb2c783e2

Ernesto Hernández-No?==?UTF-8?Q?vich emhnemhn at gmail.com
Sun Mar 10 21:52:14 UTC 2013


The following commit has been merged in the master branch:
commit a4e3c302b359358fe2e89f3cdfc65c2bb2c783e2
Author: Ernesto Hernández-Novich <emhnemhn at gmail.com>
Date:   Sun Mar 10 17:21:15 2013 -0430

    Fix debian/control
    
    * Lowercase short description.
    * Use module name in long description.
    * Remove perl-modules from B-D-I and Depends.

diff --git a/debian/changelog b/debian/changelog
index 5eadd55..67f2004 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,5 @@
-libtemplate-plugin-html-strip-perl (0.01-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/control:
-    + remove perl-modules from B-D-I and Depends
-      (belongs to perl)
-    + lowercase short description
-    + long description: s/This package/Template::Plugin::HTML::Strip/
+libtemplate-plugin-html-strip-perl (0.01-1) unstable; urgency=low
 
   * Initial Release (Closes: #702510).
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 08 Mar 2013 12:48:30 -0430
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Sun, 10 Mar 2013 17:21:07 -0430
diff --git a/debian/control b/debian/control
index c5e2367..f32ff48 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
- perl-modules,
  libhtml-strip-perl,
  libtest-pod-perl,
  libtest-pod-coverage-perl,
@@ -18,10 +17,9 @@ Homepage: https://metacpan.org/release/Template-Plugin-HTML-Strip/
 Package: libtemplate-plugin-html-strip-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- perl-modules,
  libhtml-strip-perl,
  libtemplate-perl
-Description: Plugin to remove HTML for the Template Toolkit
- This package provides a Template Toolkit plugin which uses HTML::Strip
- to remove markup (primarily HTML, but also SGML, XML, etc) from filtered
- content during template processing.
+Description: plugin to remove HTML for the Template Toolkit
+ Template::Plugin::HTML::Strip package provides a Template Toolkit plugin
+ which uses HTML::Strip to remove markup (primarily HTML, but also SGML,
+ XML, etc) from filtered content during template processing.

-- 
Packaging Template::Plugin::HTML::Strip in Debian



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