[Python-modules-commits] r27715 - in packages/chardet/trunk/debian (changelog rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun Feb 16 17:58:53 UTC 2014


    Date: Sunday, February 16, 2014 @ 17:58:53
  Author: eriol-guest
Revision: 27715

Renamed chardetect CLI script to chardetect3 for python3-chardet

Modified:
  packages/chardet/trunk/debian/changelog
  packages/chardet/trunk/debian/rules

Modified: packages/chardet/trunk/debian/changelog
===================================================================
--- packages/chardet/trunk/debian/changelog	2014-02-16 17:51:12 UTC (rev 27714)
+++ packages/chardet/trunk/debian/changelog	2014-02-16 17:58:53 UTC (rev 27715)
@@ -22,13 +22,14 @@
     - Made DEP5 compliant
   * debian/rules
     - Added export PYTHONWARNINGS=d
+    - Renamed chardetect CLI script to chardetect3 for python3-chardet
   * debian/watch
     - Updated to new source code URI
 
   [ Piotr Ożarowski ]
   * drop preinst file, python-central is no longer available in Debian
 
- -- Daniele Tricoli <eriol at mornie.org>  Sun, 16 Feb 2014 14:35:14 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Sun, 16 Feb 2014 18:58:12 +0100
 
 chardet (2.0.1-2) unstable; urgency=low
 

Modified: packages/chardet/trunk/debian/rules
===================================================================
--- packages/chardet/trunk/debian/rules	2014-02-16 17:51:12 UTC (rev 27714)
+++ packages/chardet/trunk/debian/rules	2014-02-16 17:58:53 UTC (rev 27715)
@@ -5,3 +5,10 @@
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
+
+
+override_dh_auto_install:
+	dh_auto_install
+
+	mv debian/python3-chardet/usr/bin/chardetect \
+		debian/python3-chardet/usr/bin/chardetect3




More information about the Python-modules-commits mailing list