[Python-modules-commits] r24331 - in packages/python-charade/trunk (8 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Mon May 13 00:15:00 UTC 2013


    Date: Monday, May 13, 2013 @ 00:14:58
  Author: eriol-guest
Revision: 24331

Initial import

Added:
  packages/python-charade/trunk/debian/
  packages/python-charade/trunk/debian/changelog
  packages/python-charade/trunk/debian/compat
  packages/python-charade/trunk/debian/control
  packages/python-charade/trunk/debian/copyright
  packages/python-charade/trunk/debian/rules
  packages/python-charade/trunk/debian/source/
  packages/python-charade/trunk/debian/source/format


Property changes on: packages/python-charade/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-charade/trunk/debian/changelog
===================================================================
--- packages/python-charade/trunk/debian/changelog	                        (rev 0)
+++ packages/python-charade/trunk/debian/changelog	2013-05-13 00:14:58 UTC (rev 24331)
@@ -0,0 +1,5 @@
+python-charade (1.0.3-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #698258)
+
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 13 May 2013 02:14:14 +0200

Added: packages/python-charade/trunk/debian/compat
===================================================================
--- packages/python-charade/trunk/debian/compat	                        (rev 0)
+++ packages/python-charade/trunk/debian/compat	2013-05-13 00:14:58 UTC (rev 24331)
@@ -0,0 +1 @@
+7

Added: packages/python-charade/trunk/debian/control
===================================================================
--- packages/python-charade/trunk/debian/control	                        (rev 0)
+++ packages/python-charade/trunk/debian/control	2013-05-13 00:14:58 UTC (rev 24331)
@@ -0,0 +1,69 @@
+Source: python-charade
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Daniele Tricoli <eriol at mornie.org>
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 8.1),
+ python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3),
+ python3-all,
+ python3-setuptools
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.0
+Homepage: https://github.com/sigmavirus24/charade
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-charade/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-charade/trunk/
+
+Package: python-charade
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Description: universal encoding detector for Python 2
+ python-charade is a port of Mark Pilgrim's chardet with support for both
+ Python 2 and Python 3.
+ .
+ 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)
+
+Package: python3-charade
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Description: universal encoding detector for Python 3
+ python-charade is a port of Mark Pilgrim's chardet with support for both
+ Python 2 and Python 3.
+ .
+ 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 package contains the Python 3 version of the library.

Added: packages/python-charade/trunk/debian/copyright
===================================================================
--- packages/python-charade/trunk/debian/copyright	                        (rev 0)
+++ packages/python-charade/trunk/debian/copyright	2013-05-13 00:14:58 UTC (rev 24331)
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: charade
+Upstream-Contact: Ian Cordasco <graffatcolmingov at gmail.com>
+Source: http://pypi.python.org/pypi/charade
+
+Files: *
+Copyright: 1998, 2001, 2005 Netscape Communications Corporation
+           2003, Mozilla Foundation
+           2006, 2007, 2008 Mark Pilgrim
+           2012-2013, Ian Cordasco
+License: LGPL-2+
+
+Files: debian/*
+Copyright: 2013, Daniele Tricoli <eriol at mornie.org>
+License: LGPL-2+
+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of the
+ License, or (at your option) any later version.
+ .
+ See /usr/share/common-licenses/LGPL-2.1 for the full license text.

Added: packages/python-charade/trunk/debian/rules
===================================================================
--- packages/python-charade/trunk/debian/rules	                        (rev 0)
+++ packages/python-charade/trunk/debian/rules	2013-05-13 00:14:58 UTC (rev 24331)
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+
+PYVERS := $(shell pyversions -r)
+PY3VERS := $(shell py3versions -r)
+
+%:
+	dh $@ --with python2,python3
+
+override_dh_auto_build:
+	set -ex; \
+	for python in $(PYVERS) $(PY3VERS); do \
+		$$python setup.py build; \
+	done
+
+override_dh_auto_install:
+	set -ex; \
+	for python in $(PYVERS); do \
+		$$python setup.py install --skip-build --root debian/python-charade \
+			--install-layout deb; \
+	done
+
+	set -ex; \
+	for python in $(PY3VERS); do \
+		$$python setup.py install --skip-build --root debian/python3-charade \
+			--install-layout deb; \
+	done
+
+override_dh_installchangelogs:
+	dh_installchangelogs HISTORY.rst


Property changes on: packages/python-charade/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-charade/trunk/debian/source/format
===================================================================
--- packages/python-charade/trunk/debian/source/format	                        (rev 0)
+++ packages/python-charade/trunk/debian/source/format	2013-05-13 00:14:58 UTC (rev 24331)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list