[Python-modules-commits] r8091 - in packages/ldaptor/trunk/debian (changelog prerm)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Mar 28 15:46:34 UTC 2009
Date: Saturday, March 28, 2009 @ 15:46:34
Author: morph
Revision: 8091
* debian/prerm
- removed since no more needed
Modified:
packages/ldaptor/trunk/debian/changelog
Deleted:
packages/ldaptor/trunk/debian/prerm
Modified: packages/ldaptor/trunk/debian/changelog
===================================================================
--- packages/ldaptor/trunk/debian/changelog 2009-03-28 15:15:51 UTC (rev 8090)
+++ packages/ldaptor/trunk/debian/changelog 2009-03-28 15:46:34 UTC (rev 8091)
@@ -14,6 +14,8 @@
- removed since not needed
* debian/{control, pyversions}
- removed pyversions, superseeded by XS-Python-Version
+ * debian/prerm
+ - removed since no more needed
[ Ansgar Burchardt ]
* debian/control:
@@ -45,7 +47,7 @@
debian/ldaptor-rename.1, debian/ldaptor-search.1,
debian/ldaptor-webui.1
- -- Jan Dittberner <jan at dittberner.info> Sat, 28 Mar 2009 15:28:24 +0100
+ -- Sandro Tosi <morph at debian.org> Sat, 28 Mar 2009 16:01:30 +0100
ldaptor (0.0.43-2) unstable; urgency=low
Deleted: packages/ldaptor/trunk/debian/prerm
===================================================================
--- packages/ldaptor/trunk/debian/prerm 2009-03-28 15:15:51 UTC (rev 8090)
+++ packages/ldaptor/trunk/debian/prerm 2009-03-28 15:46:34 UTC (rev 8091)
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-PACKAGE=ldaptor
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) \
- -a -L /usr/doc/$PACKAGE ]; then
- rm -f /usr/doc/$PACKAGE
-fi
-
-#DEBHELPER#
More information about the Python-modules-commits
mailing list