[Python-modules-commits] r27742 - in packages/chardet/trunk/debian (6 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Mon Feb 17 17:09:34 UTC 2014


    Date: Monday, February 17, 2014 @ 17:09:34
  Author: eriol-guest
Revision: 27742

Moved documentation into python-chardet-doc and registered it using doc-base

Added:
  packages/chardet/trunk/debian/python-chardet-doc.doc-base
  packages/chardet/trunk/debian/python-chardet-doc.docs
    (from rev 27691, packages/chardet/trunk/debian/docs)
Modified:
  packages/chardet/trunk/debian/changelog
  packages/chardet/trunk/debian/chardet.1
  packages/chardet/trunk/debian/control
Deleted:
  packages/chardet/trunk/debian/docs

Modified: packages/chardet/trunk/debian/changelog
===================================================================
--- packages/chardet/trunk/debian/changelog	2014-02-17 16:20:33 UTC (rev 27741)
+++ packages/chardet/trunk/debian/changelog	2014-02-17 17:09:34 UTC (rev 27742)
@@ -8,6 +8,8 @@
   * Switched to pybuild
   * Builded Python3 package
   * Removed embedded chardet CLI script since upstream is providing it
+  * Moved documentation into python-chardet-doc and registered it using
+    doc-base
   * debian/clean
     - Clean debian/chardet3.1 manpage
   * debian/compat
@@ -39,7 +41,7 @@
   [ Piotr Ożarowski ]
   * drop preinst file, python-central is no longer available in Debian
 
- -- Daniele Tricoli <eriol at mornie.org>  Mon, 17 Feb 2014 01:22:12 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 17 Feb 2014 18:06:36 +0100
 
 chardet (2.0.1-2) unstable; urgency=low
 

Modified: packages/chardet/trunk/debian/chardet.1
===================================================================
--- packages/chardet/trunk/debian/chardet.1	2014-02-17 16:20:33 UTC (rev 27741)
+++ packages/chardet/trunk/debian/chardet.1	2014-02-17 17:09:34 UTC (rev 27742)
@@ -12,7 +12,7 @@
 content. Reports the name and confidence level for each file's
 detected character encoding.
 .SH "SEE ALSO"
-/usr/share/doc/python-chardet/index.html
+/usr/share/doc/python-chardet-doc/index.html
 .SH AUTHOR
 chardet module was written by Mark Pilgrim <mark at diveintomark.org>
 .PP

Modified: packages/chardet/trunk/debian/control
===================================================================
--- packages/chardet/trunk/debian/control	2014-02-17 16:20:33 UTC (rev 27741)
+++ packages/chardet/trunk/debian/control	2014-02-17 17:09:34 UTC (rev 27742)
@@ -66,3 +66,29 @@
  This library is a port of the auto-detection code in Mozilla.
  .
  This package contains the Python 3 version of the library.
+
+Package: python-chardet-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: universal character encoding detector for Python (documentation)
+ Chardet takes a sequence of bytes in an unknown character encoding, and
+ attempts to determine the encoding.
+ .
+ Supported encodings:
+  * ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
+  * Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified
+    Chinese)
+  * EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese)
+  * EUC-KR, ISO-2022-KR (Korean)
+  * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
+  * ISO-8859-2, windows-1250 (Hungarian)
+  * ISO-8859-5, windows-1251 (Bulgarian)
+  * windows-1252 (English)
+  * ISO-8859-7, windows-1253 (Greek)
+  * ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
+  * TIS-620 (Thai)
+ .
+ This library is a port of the auto-detection code in Mozilla.
+ .
+ This package contains the HTML documentation for Chardet.

Deleted: packages/chardet/trunk/debian/docs
===================================================================
--- packages/chardet/trunk/debian/docs	2014-02-17 16:20:33 UTC (rev 27741)
+++ packages/chardet/trunk/debian/docs	2014-02-17 17:09:34 UTC (rev 27742)
@@ -1 +0,0 @@
-docs/*

Added: packages/chardet/trunk/debian/python-chardet-doc.doc-base
===================================================================
--- packages/chardet/trunk/debian/python-chardet-doc.doc-base	                        (rev 0)
+++ packages/chardet/trunk/debian/python-chardet-doc.doc-base	2014-02-17 17:09:34 UTC (rev 27742)
@@ -0,0 +1,8 @@
+Document: chardet-documentation
+Title: Chardet documentation
+Author: Mark Pilgrim
+Section: Text
+
+Format: HTML
+Index: /usr/share/doc/python-chardet-doc/index.html
+Files: /usr/share/doc/python-chardet-doc/*.html

Copied: packages/chardet/trunk/debian/python-chardet-doc.docs (from rev 27691, packages/chardet/trunk/debian/docs)
===================================================================
--- packages/chardet/trunk/debian/python-chardet-doc.docs	                        (rev 0)
+++ packages/chardet/trunk/debian/python-chardet-doc.docs	2014-02-17 17:09:34 UTC (rev 27742)
@@ -0,0 +1 @@
+docs/*




More information about the Python-modules-commits mailing list