From 0c19a7304a44bfce3e88f43665c4f1edccbbb61c Mon Sep 17 00:00:00 2001 From: Ben Carrillo Date: Thu, 10 Oct 2013 20:33:10 -0300 Subject: Imported Debian patch 0.3.5-1 --- debian/changelog | 5 +++++ debian/clean | 1 + debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 1 + debian/rules | 9 +++++++++ debian/source/format | 1 + debian/watch | 2 ++ 8 files changed, 37 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/clean create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f8d912a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-cchardet (0.3.5-1) unstable; urgency=low + + * Initial release. Closes: #XXXX + + -- Ben Carrillo Thu, 10 Oct 2013 20:33:10 -0300 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..7d6ac79 --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +src/cchardet.egg-info/* diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d03895d --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: python-cchardet +Maintainer: Ben Carrillo +Section: python +Priority: optional +Uploaders: Micah Anderson +Homepage: https://github.com/PyYoshi/cChardet +Build-Depends: python-setuptools (>= 0.6b3), python-all-dev (>= 2.6.6-3), debhelper (>= 7), + libuchardet-dev +Standards-Version: 3.9.4 + +Package: python-cchardet +Architecture: any +Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libuchardet0 +Provides: ${python:Provides}, cchardet +Description: Universal encoding detector. + cChardet is high speed universal character encoding detector. - python binding to libuchardet + . diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6a4d558 --- /dev/null +++ b/debian/copyright @@ -0,0 +1 @@ +# XXX FIXME!!! diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b2042bf --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.6.0+git at +# Thu, 10 Oct 2013 20:33:10 -0300 + +%: + dh $@ --with python2 --buildsystem=python_distutils + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e191823 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/c/cchardet/cchardet-([0-9.]*).tar.gz -- cgit v1.2.3