[Python-modules-commits] r15742 - in packages/python-docutils/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Feb 16 22:20:59 UTC 2011


    Date: Wednesday, February 16, 2011 @ 22:20:55
  Author: jwilk
Revision: 15742

Drop preinst scripts to remove python-central leftovers.

Modified:
  packages/python-docutils/trunk/debian/changelog
Deleted:
  packages/python-docutils/trunk/debian/python-docutils.preinst
  packages/python-docutils/trunk/debian/python-roman.preinst

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2011-02-16 22:20:12 UTC (rev 15741)
+++ packages/python-docutils/trunk/debian/changelog	2011-02-16 22:20:55 UTC (rev 15742)
@@ -4,8 +4,10 @@
     longer needed.
   * Bump standards version to 3.9.1, no changes needed.
   * Strip ‘debian/tmp’ prefix from debian/*.install files.
+  * Drop preinst scripts to remove python-central leftovers; not needed
+    anymore.
 
- -- Jakub Wilk <jwilk at debian.org>  Thu, 27 Jan 2011 15:34:18 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Wed, 16 Feb 2011 23:20:07 +0100
 
 python-docutils (0.7-2) unstable; urgency=low
 

Deleted: packages/python-docutils/trunk/debian/python-docutils.preinst
===================================================================
--- packages/python-docutils/trunk/debian/python-docutils.preinst	2011-02-16 22:20:12 UTC (rev 15741)
+++ packages/python-docutils/trunk/debian/python-docutils.preinst	2011-02-16 22:20:55 UTC (rev 15742)
@@ -1,11 +0,0 @@
-#!/bin/sh
-set -e
-
-# TODO: remove this snippet after releasing Squeeze
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.6-5~
-then
-	pycentral pkgremove python-docutils || true
-	rm -Rf /usr/lib/python2.*/*-packages/docutils/
-fi
-
-#DEBHELPER#

Deleted: packages/python-docutils/trunk/debian/python-roman.preinst
===================================================================
--- packages/python-docutils/trunk/debian/python-roman.preinst	2011-02-16 22:20:12 UTC (rev 15741)
+++ packages/python-docutils/trunk/debian/python-roman.preinst	2011-02-16 22:20:55 UTC (rev 15742)
@@ -1,10 +0,0 @@
-#!/bin/sh
-set -e
-
-# TODO: remove this snippet after releasing Squeeze
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.5-3~
-then
-        pycentral pkgremove python-roman || true
-fi
-
-#DEBHELPER#




More information about the Python-modules-commits mailing list