[Python-modules-commits] r27716 - in packages/chardet/trunk/debian (3 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Sun Feb 16 18:12:48 UTC 2014
Date: Sunday, February 16, 2014 @ 18:12:47
Author: eriol-guest
Revision: 27716
Added chardet(3) symlinks to preserve old CLI script name
Added:
packages/chardet/trunk/debian/python-chardet.links
packages/chardet/trunk/debian/python3-chardet.links
Modified:
packages/chardet/trunk/debian/changelog
Modified: packages/chardet/trunk/debian/changelog
===================================================================
--- packages/chardet/trunk/debian/changelog 2014-02-16 17:58:53 UTC (rev 27715)
+++ packages/chardet/trunk/debian/changelog 2014-02-16 18:12:47 UTC (rev 27716)
@@ -20,6 +20,8 @@
- Bumped Standards-Version to 3.9.5 (no changes needed)
* debian/copyright
- Made DEP5 compliant
+ * debian/python(3)-chardet.links
+ - Added chardet(3) symlinks to preserve old CLI script name
* debian/rules
- Added export PYTHONWARNINGS=d
- Renamed chardetect CLI script to chardetect3 for python3-chardet
@@ -29,7 +31,7 @@
[ Piotr Ożarowski ]
* drop preinst file, python-central is no longer available in Debian
- -- Daniele Tricoli <eriol at mornie.org> Sun, 16 Feb 2014 18:58:12 +0100
+ -- Daniele Tricoli <eriol at mornie.org> Sun, 16 Feb 2014 19:10:52 +0100
chardet (2.0.1-2) unstable; urgency=low
Added: packages/chardet/trunk/debian/python-chardet.links
===================================================================
--- packages/chardet/trunk/debian/python-chardet.links (rev 0)
+++ packages/chardet/trunk/debian/python-chardet.links 2014-02-16 18:12:47 UTC (rev 27716)
@@ -0,0 +1 @@
+usr/bin/chardetect usr/bin/chardet
Added: packages/chardet/trunk/debian/python3-chardet.links
===================================================================
--- packages/chardet/trunk/debian/python3-chardet.links (rev 0)
+++ packages/chardet/trunk/debian/python3-chardet.links 2014-02-16 18:12:47 UTC (rev 27716)
@@ -0,0 +1 @@
+usr/bin/chardetect3 usr/bin/chardet3
More information about the Python-modules-commits
mailing list