[Python-modules-commits] r27680 - in packages/chardet/trunk/debian (changelog control rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat Feb 15 13:06:36 UTC 2014


    Date: Saturday, February 15, 2014 @ 13:06:35
  Author: eriol-guest
Revision: 27680

Builded Python3 package

Modified:
  packages/chardet/trunk/debian/changelog
  packages/chardet/trunk/debian/control
  packages/chardet/trunk/debian/rules

Modified: packages/chardet/trunk/debian/changelog
===================================================================
--- packages/chardet/trunk/debian/changelog	2014-02-15 12:52:41 UTC (rev 27679)
+++ packages/chardet/trunk/debian/changelog	2014-02-15 13:06:35 UTC (rev 27680)
@@ -6,14 +6,16 @@
   [ Daniele Tricoli ]
   * New upstream release
   * Switched to pybuild
+  * Builded Python3 package
   * debian/control
     - Added myself to Uploaders with Piotr Ożarowski's permission
-    - Added python-setuptools to B-D
+    - Added python3-all and python(3)-setuptools to B-D
     - Switched to python-all in B-D
+    - Added stanza for python3-chardet
   * debian/watch
     - Updated to new source code URI
 
- -- Daniele Tricoli <eriol at mornie.org>  Sat, 15 Feb 2014 13:35:59 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Sat, 15 Feb 2014 14:01:13 +0100
 
 chardet (2.0.1-2) unstable; urgency=low
 

Modified: packages/chardet/trunk/debian/control
===================================================================
--- packages/chardet/trunk/debian/control	2014-02-15 12:52:41 UTC (rev 27679)
+++ packages/chardet/trunk/debian/control	2014-02-15 13:06:35 UTC (rev 27680)
@@ -11,6 +11,8 @@
  dh-python,
  python-all (>= 2.6.6-3),
  python-setuptools (>= 0.6b3),
+ python3-all,
+ python3-setuptools
 Standards-Version: 3.9.2
 Homepage: http://chardet.feedparser.org/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/chardet/trunk/
@@ -19,7 +21,7 @@
 Package: python-chardet
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Description: universal character encoding detector
+Description: universal character encoding detector for Python2
  Chardet takes a sequence of bytes in an unknown character encoding, and
  attempts to determine the encoding.
  .
@@ -38,3 +40,28 @@
   * TIS-620 (Thai)
  .
  This library is a port of the auto-detection code in Mozilla.
+
+Package: python3-chardet
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: universal character encoding detector for Python3
+ 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 Python 3 version of the library.

Modified: packages/chardet/trunk/debian/rules
===================================================================
--- packages/chardet/trunk/debian/rules	2014-02-15 12:52:41 UTC (rev 27679)
+++ packages/chardet/trunk/debian/rules	2014-02-15 13:06:35 UTC (rev 27680)
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
+
+export PYBUILD_NAME=chardet
+
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild




More information about the Python-modules-commits mailing list