[Python-modules-commits] r27690 - in packages/chardet/trunk/debian (changelog preinst)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Feb 15 16:48:26 UTC 2014
Date: Saturday, February 15, 2014 @ 16:48:25
Author: piotr
Revision: 27690
drop preinst file, python-central is no longer available in Debian
Modified:
packages/chardet/trunk/debian/changelog
Deleted:
packages/chardet/trunk/debian/preinst
Modified: packages/chardet/trunk/debian/changelog
===================================================================
--- packages/chardet/trunk/debian/changelog 2014-02-15 16:44:11 UTC (rev 27689)
+++ packages/chardet/trunk/debian/changelog 2014-02-15 16:48:25 UTC (rev 27690)
@@ -21,6 +21,9 @@
* 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> Sat, 15 Feb 2014 17:35:50 +0100
chardet (2.0.1-2) unstable; urgency=low
Deleted: packages/chardet/trunk/debian/preinst
===================================================================
--- packages/chardet/trunk/debian/preinst 2014-02-15 16:44:11 UTC (rev 27689)
+++ packages/chardet/trunk/debian/preinst 2014-02-15 16:48:25 UTC (rev 27690)
@@ -1,8 +0,0 @@
-#!/bin/sh
-# TODO: remove this file after releasing Squeeze
-set -e
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.2-3
-then
- pycentral pkgremove python-chardet
-fi
-#DEBHELPER#
More information about the Python-modules-commits
mailing list