r61670 - in /trunk/libhtml-encoding-perl/debian: changelog control

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Aug 16 18:33:23 UTC 2010


Author: periapt-guest
Date: Mon Aug 16 18:32:09 2010
New Revision: 61670

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61670
Log:
extra space for bullet points, removed version where not required

Modified:
    trunk/libhtml-encoding-perl/debian/changelog
    trunk/libhtml-encoding-perl/debian/control

Modified: trunk/libhtml-encoding-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-encoding-perl/debian/changelog?rev=61670&op=diff
==============================================================================
--- trunk/libhtml-encoding-perl/debian/changelog (original)
+++ trunk/libhtml-encoding-perl/debian/changelog Mon Aug 16 18:32:09 2010
@@ -1,10 +1,6 @@
 libhtml-encoding-perl (0.60-1) UNRELEASED; urgency=low
 
   TODO:
-  - d/control: the bullet lists need to be indented by two spaces, otherwise
-    some tools will wrap it into one paragraph
-  - d/control: no need for the version for libtest-pod-perl, there's nothing
-    older in debian
   - d/copyright: the GPL-1+ stanza should include "version 1" in the text;
     dh-make-perl refresh --only copyright
 

Modified: trunk/libhtml-encoding-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-encoding-perl/debian/control?rev=61670&op=diff
==============================================================================
--- trunk/libhtml-encoding-perl/debian/control (original)
+++ trunk/libhtml-encoding-perl/debian/control Mon Aug 16 18:32:09 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libhtml-parser-perl, libwww-perl, perl, libtest-pod-perl (>= 1.00), libtest-pod-coverage-perl
+Build-Depends-Indep: libhtml-parser-perl, libwww-perl, perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Standards-Version: 3.9.1
@@ -17,11 +17,11 @@
  HTML::Encoding helps to determine the encoding of HTML and XML/XHTML
  documents. It can export the following functions:
  .
- encoding_from_content - Extracts charset from the Content-Type header value.
- encoding_from_byte_order_mark - Read byte order mark from an octet sequence.
- encoding_from_xml_declaration - Extract encoding XML or text declaration.
- encoding_from_first_chars - Can be useful to distinguish UTF-16LE from UTF-8.
- encoding_from_meta_element - Looks at <meta http-equiv=Content-Type.....>.
- encoding_from_xml_document - A best guess from a list of suspected encodings.
- encoding_from_html_document - A best guess from a list of suspected encodings.
- encoding_from_http_message - Takes an HTTP::Message and returns the encoding.
+  encoding_from_content - Extracts charset from the Content-Type header value.
+  encoding_from_byte_order_mark - Read byte order mark from an octet sequence.
+  encoding_from_xml_declaration - Extract encoding XML or text declaration.
+  encoding_from_first_chars - Can be useful to distinguish UTF-16LE from UTF-8.
+  encoding_from_meta_element - Looks at <meta http-equiv=Content-Type.....>.
+  encoding_from_xml_document - A best guess from a list of suspected encodings.
+  encoding_from_html_document - A best guess from a list of suspected encodings.
+  encoding_from_http_message - Takes an HTTP::Message and returns the encoding.




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