[Python-modules-commits] r17890 - in packages/chardet/trunk/debian (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Jul 20 20:38:07 UTC 2011


    Date: Wednesday, July 20, 2011 @ 20:38:06
  Author: piotr
Revision: 17890

* Switch to dh_python2, closes: 634313, LP: #788514
* Bump Standards-Version to 3.9.2 (no changes needed)
* Source format changed to 3.0 (quilt)

Modified:
  packages/chardet/trunk/debian/changelog
  packages/chardet/trunk/debian/control
  packages/chardet/trunk/debian/rules
  packages/chardet/trunk/debian/source/format
Deleted:
  packages/chardet/trunk/debian/pycompat

Modified: packages/chardet/trunk/debian/changelog
===================================================================
--- packages/chardet/trunk/debian/changelog	2011-07-20 18:04:22 UTC (rev 17889)
+++ packages/chardet/trunk/debian/changelog	2011-07-20 20:38:06 UTC (rev 17890)
@@ -1,3 +1,14 @@
+chardet (2.0.1-2) unstable; urgency=low
+
+  [ Barry Warsaw ]
+  * Switch to dh_python2, closes: 634313, LP: #788514
+
+  [ Piotr Ożarowski ]
+  * Bump Standards-Version to 3.9.2 (no changes needed)
+  * Source format changed to 3.0 (quilt)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 20 Jul 2011 22:28:12 +0200
+
 chardet (2.0.1-1) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/chardet/trunk/debian/control
===================================================================
--- packages/chardet/trunk/debian/control	2011-07-20 18:04:22 UTC (rev 17889)
+++ packages/chardet/trunk/debian/control	2011-07-20 20:38:06 UTC (rev 17890)
@@ -3,17 +3,15 @@
 Priority: optional
 Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Mark Pilgrim <mark at diveintomark.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: python (>= 2.3.5-11), debhelper (>= 7)
-Build-Depends-Indep: python-support
-Standards-Version: 3.8.3
+Build-Depends: python (>= 2.6.6-3~), debhelper (>= 7)
+Standards-Version: 3.9.2
 Homepage: http://chardet.feedparser.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/chardet/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/chardet/trunk/
-XS-Python-Version: all
 
 Package: python-chardet
 Architecture: all
-Depends: python, ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Description: universal character encoding detector
  Chardet takes a sequence of bytes in an unknown character encoding, and
  attempts to determine the encoding.

Deleted: packages/chardet/trunk/debian/pycompat
===================================================================
--- packages/chardet/trunk/debian/pycompat	2011-07-20 18:04:22 UTC (rev 17889)
+++ packages/chardet/trunk/debian/pycompat	2011-07-20 20:38:06 UTC (rev 17890)
@@ -1 +0,0 @@
-2

Modified: packages/chardet/trunk/debian/rules
===================================================================
--- packages/chardet/trunk/debian/rules	2011-07-20 18:04:22 UTC (rev 17889)
+++ packages/chardet/trunk/debian/rules	2011-07-20 20:38:06 UTC (rev 17890)
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with python2

Modified: packages/chardet/trunk/debian/source/format
===================================================================
--- packages/chardet/trunk/debian/source/format	2011-07-20 18:04:22 UTC (rev 17889)
+++ packages/chardet/trunk/debian/source/format	2011-07-20 20:38:06 UTC (rev 17890)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list