[pkg-java] r2997 - trunk/bouncycastle/debian
Matthias Klose
doko at alioth.debian.org
Sat Feb 10 12:09:10 CET 2007
Author: doko
Date: 2007-02-10 12:09:10 +0100 (Sat, 10 Feb 2007)
New Revision: 2997
Added:
trunk/bouncycastle/debian/libbcprov-java.postrm
Removed:
trunk/bouncycastle/debian/libbcprov-java.prerm
Modified:
trunk/bouncycastle/debian/changelog
Log:
bouncycastle (1.33-4) unstable; urgency=low
* Rebuild the database of security providers in the postrm,
not in the prerm.
-- Matthias Klose <doko at debian.org> Sat, 10 Feb 2007 12:02:19 +0100
Modified: trunk/bouncycastle/debian/changelog
===================================================================
--- trunk/bouncycastle/debian/changelog 2007-02-10 10:58:48 UTC (rev 2996)
+++ trunk/bouncycastle/debian/changelog 2007-02-10 11:09:10 UTC (rev 2997)
@@ -1,3 +1,10 @@
+bouncycastle (1.33-4) unstable; urgency=low
+
+ * Rebuild the database of security providers in the postrm,
+ not in the prerm.
+
+ -- Matthias Klose <doko at debian.org> Sat, 10 Feb 2007 12:02:19 +0100
+
bouncycastle (1.33-3) unstable; urgency=low
* Merge from Ubuntu:
Copied: trunk/bouncycastle/debian/libbcprov-java.postrm (from rev 2903, trunk/bouncycastle/debian/libbcprov-java.prerm)
===================================================================
--- trunk/bouncycastle/debian/libbcprov-java.prerm 2007-01-03 13:15:42 UTC (rev 2903)
+++ trunk/bouncycastle/debian/libbcprov-java.postrm 2007-02-10 11:09:10 UTC (rev 2997)
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+set -e
+
+case "$1" in remove|purge)
+ if which rebuild-security-providers >/dev/null; then
+ rebuild-security-providers
+ fi
+esac
+
+#DEBHELPER#
Deleted: trunk/bouncycastle/debian/libbcprov-java.prerm
===================================================================
--- trunk/bouncycastle/debian/libbcprov-java.prerm 2007-02-10 10:58:48 UTC (rev 2996)
+++ trunk/bouncycastle/debian/libbcprov-java.prerm 2007-02-10 11:09:10 UTC (rev 2997)
@@ -1,11 +0,0 @@
-#! /bin/sh
-
-set -e
-
-case "$1" in remove)
- if which rebuild-security-providers >/dev/null; then
- rebuild-security-providers
- fi
-esac
-
-#DEBHELPER#
More information about the pkg-java-commits
mailing list