[Python-modules-commits] r19056 - in packages/gamera/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Oct 26 00:02:59 UTC 2011


    Date: Wednesday, October 26, 2011 @ 00:02:57
  Author: jwilk
Revision: 19056

Drop preinst/postrm scripts that were needed to fix #603602.

Modified:
  packages/gamera/trunk/debian/changelog
Deleted:
  packages/gamera/trunk/debian/python-gamera-dev.postrm
  packages/gamera/trunk/debian/python-gamera-dev.preinst

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2011-10-25 19:52:35 UTC (rev 19055)
+++ packages/gamera/trunk/debian/changelog	2011-10-26 00:02:57 UTC (rev 19056)
@@ -4,8 +4,9 @@
   * Move detached debugging symbols to /usr/lib/debug/.build-id/ (using a
     dedicated dh_buildid script).
   * Add pre-dependency on dpkg >= 1.15.6 (for data.tar.xz support).
+  * Drop preinst/postrm scripts that were needed to fix #603602.
 
- -- Jakub Wilk <jwilk at debian.org>  Fri, 21 Oct 2011 20:53:32 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Wed, 26 Oct 2011 01:59:36 +0200
 
 gamera (3.3.2-1) unstable; urgency=low
 

Deleted: packages/gamera/trunk/debian/python-gamera-dev.postrm
===================================================================
--- packages/gamera/trunk/debian/python-gamera-dev.postrm	2011-10-25 19:52:35 UTC (rev 19055)
+++ packages/gamera/trunk/debian/python-gamera-dev.postrm	2011-10-26 00:02:57 UTC (rev 19056)
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# TODO: remove this snippet after Squeeze release
-
-if [ "$1" = "abort-upgrade" ]
-then
-    # preinst upgrade has just failed; it might have removed some important
-    # files, so leave the package in the Half-Installed state.
-    exit 1
-fi
-
-#DEBHELPER#

Deleted: packages/gamera/trunk/debian/python-gamera-dev.preinst
===================================================================
--- packages/gamera/trunk/debian/python-gamera-dev.preinst	2011-10-25 19:52:35 UTC (rev 19055)
+++ packages/gamera/trunk/debian/python-gamera-dev.preinst	2011-10-26 00:02:57 UTC (rev 19056)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# TODO: remove this snippet after Squeeze release
-
-if [ "$1" = "upgrade" ]
-then
-    # See bug #603602
-    rm -Rf /usr/include/python2.*/gamera    
-fi
-
-#DEBHELPER#




More information about the Python-modules-commits mailing list