[Python-modules-commits] r1092 -
/packages/chardet/trunk/debian/control
pox-guest at users.alioth.debian.org
pox-guest at users.alioth.debian.org
Wed Jun 28 11:46:28 UTC 2006
Author: pox-guest
Date: Wed Jun 28 11:46:27 2006
New Revision: 1092
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1092
Log:
fixed some lintian warnings
Modified:
packages/chardet/trunk/debian/control
Modified: packages/chardet/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/chardet/trunk/debian/control?rev=1092&op=diff
==============================================================================
--- packages/chardet/trunk/debian/control (original)
+++ packages/chardet/trunk/debian/control Wed Jun 28 11:46:27 2006
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Piotr Ozarowski <ozarow at gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>=0.4.43), python-dev (>= 2.3.5-11)
+Build-Depends: python (>= 2.3.5-11), debhelper (>= 5.0.37.2), cdbs (>=0.4.43)
Build-Depends-Indep: python-all-dev, python-central (>= 0.5)
XS-Python-Version: all
Standards-Version: 3.7.2
@@ -17,17 +17,18 @@
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)
+ * 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.
.
More information about the Python-modules-commits
mailing list