[Python-modules-commits] r12691 - in packages/python-wadllib/trunk/debian (changelog preinst)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Apr 20 21:18:48 UTC 2010


    Date: Tuesday, April 20, 2010 @ 21:18:48
  Author: dktrkranz
Revision: 12691

* debian/preinst:
  - Remove it, useful for Ubuntu Lucid only.

Modified:
  packages/python-wadllib/trunk/debian/changelog
Deleted:
  packages/python-wadllib/trunk/debian/preinst

Modified: packages/python-wadllib/trunk/debian/changelog
===================================================================
--- packages/python-wadllib/trunk/debian/changelog	2010-04-20 21:15:55 UTC (rev 12690)
+++ packages/python-wadllib/trunk/debian/changelog	2010-04-20 21:18:48 UTC (rev 12691)
@@ -7,10 +7,12 @@
       provided by python2.6.
     - Remove references on python-elementtree and python-celementtree.
     - Bump Standards-Version to 3.8.4, no changes required.
+  * debian/preinst:
+    - Remove it, useful for Ubuntu Lucid only.
   * debian/rules:
     - Install upstream changelog.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sun, 21 Mar 2010 13:53:15 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Tue, 20 Apr 2010 23:18:00 +0200
 
 python-wadllib (1.1.4-1) unstable; urgency=low
 

Deleted: packages/python-wadllib/trunk/debian/preinst
===================================================================
--- packages/python-wadllib/trunk/debian/preinst	2010-04-20 21:15:55 UTC (rev 12690)
+++ packages/python-wadllib/trunk/debian/preinst	2010-04-20 21:18:48 UTC (rev 12691)
@@ -1,15 +0,0 @@
-#! /bin/sh
-
-set -e
-
-# Handle removal of stale .pyc files to ease transition to
-# python-support in Ubuntu, this can be dropped in Lucid + 1.
-
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.1.4-1; then
-	pycentral pkgremove python-wadllib
-fi
-
-#DEBHELPER# 
-
-exit 0
-




More information about the Python-modules-commits mailing list