[Python-apps-commits] r6918 - in packages/synopsis/trunk/debian (changelog synopsis.preinst)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Apr 9 18:22:39 UTC 2011


    Date: Saturday, April 9, 2011 @ 18:22:33
  Author: jwilk
Revision: 6918

Drop preinst script to remove python-central leftovers.

Modified:
  packages/synopsis/trunk/debian/changelog
Deleted:
  packages/synopsis/trunk/debian/synopsis.preinst

Modified: packages/synopsis/trunk/debian/changelog
===================================================================
--- packages/synopsis/trunk/debian/changelog	2011-04-09 18:20:32 UTC (rev 6917)
+++ packages/synopsis/trunk/debian/changelog	2011-04-09 18:22:33 UTC (rev 6918)
@@ -3,8 +3,10 @@
   * Fix FTBFS with GCC 4.5 (closes: #565051). Thanks to Matthias Klose for the
     bug report and the patch.
   * Bump standards version to 3.9.2 (no changes needed).
+  * Drop preinst script to remove python-central leftovers; not needed
+    anymore.
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 09 Apr 2011 20:19:58 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 09 Apr 2011 20:21:30 +0200
 
 synopsis (0.12-6) unstable; urgency=low
 

Deleted: packages/synopsis/trunk/debian/synopsis.preinst
===================================================================
--- packages/synopsis/trunk/debian/synopsis.preinst	2011-04-09 18:20:32 UTC (rev 6917)
+++ packages/synopsis/trunk/debian/synopsis.preinst	2011-04-09 18:22:33 UTC (rev 6918)
@@ -1,10 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.12-4; then
-	pycentral pkgremove synopsis
-fi
-
-#DEBHELPER#
-
-exit 0




More information about the Python-apps-commits mailing list