summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Carrillo <ben@futeisha.org>2013-10-10 20:33:10 -0300
committerKali Kaneko <kali@futeisha.org>2013-10-11 11:05:22 -0300
commit0c19a7304a44bfce3e88f43665c4f1edccbbb61c (patch)
tree2959b590ec24ec76c04eff280b32ed6761ee66fd
parent9094792c6220801c43a3ed6dd614dea4b138af05 (diff)
Imported Debian patch 0.3.5-1
-rw-r--r--debian/changelog5
-rw-r--r--debian/clean1
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/copyright1
-rwxr-xr-xdebian/rules9
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
8 files changed, 37 insertions, 0 deletions
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 <ben@futeisha.org> 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 <ben@futeisha.org>
+Section: python
+Priority: optional
+Uploaders: Micah Anderson <micah@debian.org>
+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