[Python-modules-commits] r15741 - in packages/sphinx/branches/1.0/debian (changelog preinst)

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


    Date: Wednesday, February 16, 2011 @ 22:20:12
  Author: jwilk
Revision: 15741

Drop preinst script to remove python-central leftovers.

Modified:
  packages/sphinx/branches/1.0/debian/changelog
Deleted:
  packages/sphinx/branches/1.0/debian/preinst

Modified: packages/sphinx/branches/1.0/debian/changelog
===================================================================
--- packages/sphinx/branches/1.0/debian/changelog	2011-02-16 22:17:34 UTC (rev 15740)
+++ packages/sphinx/branches/1.0/debian/changelog	2011-02-16 22:20:12 UTC (rev 15741)
@@ -7,8 +7,10 @@
   * Stop embedding Python version in filename of grammar pickle.
   * Ship grammar pickle in the binary package (closes: #613412). Thanks to
     Frederic-Emmanuel Picca for the bug report.
+  * Drop preinst script to remove python-central leftovers; not needed
+    anymore.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 16 Feb 2011 23:11:09 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Wed, 16 Feb 2011 23:18:44 +0100
 
 sphinx (1.0.7-1) experimental; urgency=low
 

Deleted: packages/sphinx/branches/1.0/debian/preinst
===================================================================
--- packages/sphinx/branches/1.0/debian/preinst	2011-02-16 22:17:34 UTC (rev 15740)
+++ packages/sphinx/branches/1.0/debian/preinst	2011-02-16 22:20:12 UTC (rev 15741)
@@ -1,10 +0,0 @@
-#!/bin/sh
-# TODO: remove this file after releasing Squeeze
-set -e
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt-nl 1.0~b1-2~;
-then
-	pycentral pkgremove python-sphinx || true
-	rm -rf /usr/lib/python2.*/*-packages/sphinx/
-fi
-
-#DEBHELPER#




More information about the Python-modules-commits mailing list