[Python-modules-commits] r27745 - in packages/chardet/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon Feb 17 17:48:42 UTC 2014
Date: Monday, February 17, 2014 @ 17:48:41
Author: eriol-guest
Revision: 27745
Added python(3)-pkg-resources to Depends
Modified:
packages/chardet/trunk/debian/changelog
packages/chardet/trunk/debian/control
Modified: packages/chardet/trunk/debian/changelog
===================================================================
--- packages/chardet/trunk/debian/changelog 2014-02-17 17:40:03 UTC (rev 27744)
+++ packages/chardet/trunk/debian/changelog 2014-02-17 17:48:41 UTC (rev 27745)
@@ -23,6 +23,7 @@
- Updated Homepage
- Added X-Python-Version: >= 2.6
- Bumped Standards-Version to 3.9.5 (no changes needed)
+ - Added python(3)-pkg-resources to Depends
* debian/copyright
- Made DEP5 compliant
* debian/python(3)-chardet.links
@@ -41,7 +42,7 @@
[ Piotr Ożarowski ]
* drop preinst file, python-central is no longer available in Debian
- -- Daniele Tricoli <eriol at mornie.org> Mon, 17 Feb 2014 18:06:36 +0100
+ -- Daniele Tricoli <eriol at mornie.org> Mon, 17 Feb 2014 18:46:56 +0100
chardet (2.0.1-2) unstable; urgency=low
Modified: packages/chardet/trunk/debian/control
===================================================================
--- packages/chardet/trunk/debian/control 2014-02-17 17:40:03 UTC (rev 27744)
+++ packages/chardet/trunk/debian/control 2014-02-17 17:48:41 UTC (rev 27745)
@@ -21,7 +21,10 @@
Package: python-chardet
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends:
+ ${python:Depends},
+ ${misc:Depends},
+ python-pkg-resources
Description: universal character encoding detector for Python2
Chardet takes a sequence of bytes in an unknown character encoding, and
attempts to determine the encoding.
@@ -44,7 +47,10 @@
Package: python3-chardet
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends:
+ ${python3:Depends},
+ ${misc:Depends},
+ python3-pkg-resources
Description: universal character encoding detector for Python3
Chardet takes a sequence of bytes in an unknown character encoding, and
attempts to determine the encoding.
More information about the Python-modules-commits
mailing list