[Python-modules-commits] r1088 - in /packages/chardet/trunk/debian: ./ changelog compat control copyright docs pycompat rules watch

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Wed Jun 28 10:14:05 UTC 2006


Author: pox-guest
Date: Wed Jun 28 10:14:05 2006
New Revision: 1088

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1088
Log:
Load newtrunk into packages/chardet/trunk.

Added:
    packages/chardet/trunk/debian/
    packages/chardet/trunk/debian/changelog
    packages/chardet/trunk/debian/compat
    packages/chardet/trunk/debian/control
    packages/chardet/trunk/debian/copyright
    packages/chardet/trunk/debian/docs
    packages/chardet/trunk/debian/pycompat
    packages/chardet/trunk/debian/rules   (with props)
    packages/chardet/trunk/debian/watch

Added: packages/chardet/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/chardet/trunk/debian/changelog?rev=1088&op=file
==============================================================================
--- packages/chardet/trunk/debian/changelog (added)
+++ packages/chardet/trunk/debian/changelog Wed Jun 28 10:14:05 2006
@@ -1,0 +1,6 @@
+chardet (1.0-1) unstable; urgency=low
+
+  * Initial release (closes: #375809)
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Wed, 28 Jun 2006 11:37:39 +0200
+

Added: packages/chardet/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/chardet/trunk/debian/compat?rev=1088&op=file
==============================================================================
--- packages/chardet/trunk/debian/compat (added)
+++ packages/chardet/trunk/debian/compat Wed Jun 28 10:14:05 2006
@@ -1,0 +1,1 @@
+5

Added: packages/chardet/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/chardet/trunk/debian/control?rev=1088&op=file
==============================================================================
--- packages/chardet/trunk/debian/control (added)
+++ packages/chardet/trunk/debian/control Wed Jun 28 10:14:05 2006
@@ -1,0 +1,33 @@
+Source: chardet
+Section: python
+Priority: optional
+Maintainer: Piotr Ozarowski <ozarow at gmail.com>
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>=0.4.43), python-dev (>= 2.3.5-11)
+Build-Depends-Indep: python-all-dev, python-central (>= 0.5)
+XS-Python-Version: all
+Standards-Version: 3.7.2
+
+Package: python-chardet
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}
+Description: universal character encoding detector
+ 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.
+ .
+  Homepage: http://chardet.feedparser.org/

Added: packages/chardet/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/chardet/trunk/debian/copyright?rev=1088&op=file
==============================================================================
--- packages/chardet/trunk/debian/copyright (added)
+++ packages/chardet/trunk/debian/copyright Wed Jun 28 10:14:05 2006
@@ -1,0 +1,58 @@
+This package was debianized by Piotr Ozarowski <ozarow at gmail.com> on
+Tue, 28 Jun 2006 11:34:00 +0200.
+
+It was downloaded from http://chardet.feedparser.org/
+
+Upstream Author: Mark Pilgrim <mark at diveintomark.org>
+
+Copyright (C) 2006 Mark Pilgrim
+
+ 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.
+ 
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ 
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301  USA
+
+
+ The Original Code is mozilla.org code.
+
+ The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 1998, 2005
+ the Initial Developer. All Rights Reserved.
+
+ Contributor(s):
+   Mark Pilgrim - port to Python
+
+ 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.
+ 
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ 
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301  USA
+
+On Debian systems, the complete text of the GNU Library General Public
+License can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
+
+The Debian packaging is (C) 2006, Piotr Ozarowski <ozarow at gmail.com> and
+is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public
+License, version 2, can be found in /usr/share/common-licenses/GPL-2.

Added: packages/chardet/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/chardet/trunk/debian/docs?rev=1088&op=file
==============================================================================
--- packages/chardet/trunk/debian/docs (added)
+++ packages/chardet/trunk/debian/docs Wed Jun 28 10:14:05 2006
@@ -1,0 +1,1 @@
+docs/*

Added: packages/chardet/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/chardet/trunk/debian/pycompat?rev=1088&op=file
==============================================================================
--- packages/chardet/trunk/debian/pycompat (added)
+++ packages/chardet/trunk/debian/pycompat Wed Jun 28 10:14:05 2006
@@ -1,0 +1,1 @@
+2

Added: packages/chardet/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/chardet/trunk/debian/rules?rev=1088&op=file
==============================================================================
--- packages/chardet/trunk/debian/rules (added)
+++ packages/chardet/trunk/debian/rules Wed Jun 28 10:14:05 2006
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+# -*- mode: makefile -*-
+DEB_PYTHON_SYSTEM = pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk

Propchange: packages/chardet/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/chardet/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/chardet/trunk/debian/watch?rev=1088&op=file
==============================================================================
--- packages/chardet/trunk/debian/watch (added)
+++ packages/chardet/trunk/debian/watch Wed Jun 28 10:14:05 2006
@@ -1,0 +1,2 @@
+version=3
+http://chardet.feedparser.org/download/ chardet-(.*)\.tgz




More information about the Python-modules-commits mailing list