[Python-modules-commits] r10624 - in packages/mod-wsgi/trunk/debian (2 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Nov 29 15:12:56 UTC 2009


    Date: Sunday, November 29, 2009 @ 15:12:54
  Author: piotr
Revision: 10624

Remove postrm maintainer script, no longer needed as Lenny doesn't have
mod-wsgi.{conf,load} anymore and this script was removing new files (which
is handled by dpkg, closes: 558589)

Modified:
  packages/mod-wsgi/trunk/debian/changelog
Deleted:
  packages/mod-wsgi/trunk/debian/libapache2-mod-wsgi.postrm

Modified: packages/mod-wsgi/trunk/debian/changelog
===================================================================
--- packages/mod-wsgi/trunk/debian/changelog	2009-11-29 14:19:29 UTC (rev 10623)
+++ packages/mod-wsgi/trunk/debian/changelog	2009-11-29 15:12:54 UTC (rev 10624)
@@ -1,6 +1,9 @@
 mod-wsgi (2.8-1) unstable; urgency=low
 
   * New upstream release
+  * Remove postrm maintainer script, no longer needed as Lenny doesn't have
+    mod-wsgi.{conf,load} anymore and this script was removing new files (which
+    is handled by dpkg, closes: 558589)
 
  -- Piotr Ożarowski <piotr at debian.org>  Sun, 29 Nov 2009 14:07:48 +0100
 

Deleted: packages/mod-wsgi/trunk/debian/libapache2-mod-wsgi.postrm
===================================================================
--- packages/mod-wsgi/trunk/debian/libapache2-mod-wsgi.postrm	2009-11-29 14:19:29 UTC (rev 10623)
+++ packages/mod-wsgi/trunk/debian/libapache2-mod-wsgi.postrm	2009-11-29 15:12:54 UTC (rev 10624)
@@ -1,15 +0,0 @@
-#! /bin/sh
-set -e
-
-if [ "$1" = "purge" -o "$1" = "remove" ]; then
-    # remove pseudo conffile
-    test -e /etc/apache2/mods-available/wsgi.load && rm -f /etc/apache2/mods-available/wsgi.load
-fi
-if [ "$1" = "purge" -a -e /etc/apache2/mods-available/wsgi.conf ]; then
-    # remove conffile
-    rm -f /etc/apache2/mods-available/wsgi.conf
-fi
-
-#DEBHELPER#
-
-exit 0




More information about the Python-modules-commits mailing list