r61499 - in /trunk/libhtml-encoding-perl/debian: changelog control copyright

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Aug 10 12:07:29 UTC 2010


Author: periapt-guest
Date: Tue Aug 10 12:06:56 2010
New Revision: 61499

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61499
Log:
Acted on comments in changelog

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

Modified: trunk/libhtml-encoding-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-encoding-perl/debian/changelog?rev=61499&op=diff
==============================================================================
--- trunk/libhtml-encoding-perl/debian/changelog (original)
+++ trunk/libhtml-encoding-perl/debian/changelog Tue Aug 10 12:06:56 2010
@@ -1,8 +1,7 @@
-libhtml-encoding-perl (0.60-1) UNRELEASED; urgency=low
-
-  TODO: debian/control: longer long Description! See Dev Ref 6.2.3
-  debian/copyright: Point to .../common-licenses/GPL-1 rather than GPL.
+libhtml-encoding-perl (0.60-1) unstable; urgency=low
 
   * Initial Release. (Closes: #590059)
+  * debian/copyright: Point to .../common-licenses/GPL-1 rather than GPL.
+  * Added more information to Description.
 
- -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 06 Aug 2010 12:11:27 +0100
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 10 Aug 2010 13:06:28 +0100

Modified: trunk/libhtml-encoding-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-encoding-perl/debian/control?rev=61499&op=diff
==============================================================================
--- trunk/libhtml-encoding-perl/debian/control (original)
+++ trunk/libhtml-encoding-perl/debian/control Tue Aug 10 12:06:56 2010
@@ -16,4 +16,13 @@
  perl
 Description: perl module determining the encoding of HTML/XML/XHTML documents
  HTML::Encoding helps to determine the encoding of HTML and XML/XHTML
- documents.
+ 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.

Modified: trunk/libhtml-encoding-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-encoding-perl/debian/copyright?rev=61499&op=diff
==============================================================================
--- trunk/libhtml-encoding-perl/debian/copyright (original)
+++ trunk/libhtml-encoding-perl/debian/copyright Tue Aug 10 12:06:56 2010
@@ -25,4 +25,4 @@
  any later version.
  .
  On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
+ Public License can be found in `/usr/share/common-licenses/GPL-1'




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