[Python-modules-commits] r27574 - in packages/python-pytils/trunk/debian (2 files)
dottedmag at users.alioth.debian.org
dottedmag at users.alioth.debian.org
Mon Feb 10 18:33:59 UTC 2014
Date: Monday, February 10, 2014 @ 18:33:58
Author: dottedmag
Revision: 27574
debian/python-pytils.preinst: Remove, not needed after Squeeze release
Modified:
packages/python-pytils/trunk/debian/changelog
Deleted:
packages/python-pytils/trunk/debian/python-pytils.preinst
Modified: packages/python-pytils/trunk/debian/changelog
===================================================================
--- packages/python-pytils/trunk/debian/changelog 2014-02-10 18:31:35 UTC (rev 27573)
+++ packages/python-pytils/trunk/debian/changelog 2014-02-10 18:33:58 UTC (rev 27574)
@@ -7,6 +7,8 @@
* debian/control:
- Update my e-mail address
- Update homepage
+ * debian/python-pytils.preinst:
+ - Remove, not needed after Squeeze release
-- Mikhail Gusarov <dottedmag at debian.org> Mon, 10 Feb 2014 19:29:05 +0100
Deleted: packages/python-pytils/trunk/debian/python-pytils.preinst
===================================================================
--- packages/python-pytils/trunk/debian/python-pytils.preinst 2014-02-10 18:31:35 UTC (rev 27573)
+++ packages/python-pytils/trunk/debian/python-pytils.preinst 2014-02-10 18:33:58 UTC (rev 27574)
@@ -1,11 +0,0 @@
-#!/bin/sh
-# TODO: remove this file after releasing Squeeze
-set -e
-if [ "$1" = upgrade ]
-then
- if dpkg --compare-versions "$2" lt 0.2.3-2; then
- pycentral pkgremove python-pytils
- fi
-fi
-
-#DEBHELPER#
More information about the Python-modules-commits
mailing list