[Python-modules-commits] r12694 - in packages/python-launchpadlib/trunk/debian (2 files)

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


    Date: Tuesday, April 20, 2010 @ 21:24:17
  Author: dktrkranz
Revision: 12694

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

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

Modified: packages/python-launchpadlib/trunk/debian/changelog
===================================================================
--- packages/python-launchpadlib/trunk/debian/changelog	2010-04-20 21:23:32 UTC (rev 12693)
+++ packages/python-launchpadlib/trunk/debian/changelog	2010-04-20 21:24:17 UTC (rev 12694)
@@ -1,3 +1,10 @@
+python-launchpadlib (1.5.7-2) UNRELEASED; urgency=low
+
+  * debian/preinst:
+    - Remove it, useful for Ubuntu Lucid only.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Tue, 20 Apr 2010 23:20:51 +0200
+
 python-launchpadlib (1.5.7-1) unstable; urgency=low
 
   * New upstream release.

Deleted: packages/python-launchpadlib/trunk/debian/preinst
===================================================================
--- packages/python-launchpadlib/trunk/debian/preinst	2010-04-20 21:23:32 UTC (rev 12693)
+++ packages/python-launchpadlib/trunk/debian/preinst	2010-04-20 21:24:17 UTC (rev 12694)
@@ -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.5.2-1; then
-	pycentral pkgremove python-launchpadlib
-fi
-
-#DEBHELPER# 
-
-exit 0
-




More information about the Python-modules-commits mailing list