Package: mono
Version: 2.4.2.3+dfsg-2
Severity: normal
Tags: patch

Hi,

I've prepared an NMU for mono (versioned as 2.4.2.3+dfsg-2.1) and
uploaded it to DELAYED/2.

It adds a call to ldconfig to the postinsts of libmono-profiler and
mono-runtime.  An alternative approach would be to call dh_makeshlibs
for these packages, which would automatically add the call, but I
wanted to make the minimal change.

-- 
Matt                                            http://ftbfs.org/kraai
diff -u mono-2.4.2.3+dfsg/debian/changelog mono-2.4.2.3+dfsg/debian/changelog
--- mono-2.4.2.3+dfsg/debian/changelog
+++ mono-2.4.2.3+dfsg/debian/changelog
@@ -1,3 +1,13 @@
+mono (2.4.2.3+dfsg-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/libmono-profiler.postinst:
+    + Run ldconfig. (Closes: #553104)
+  * debian/mono-runtime.postinst:
+    + Run ldconfig. (Closes: #553008)
+
+ -- Matt Kraai <kr...@debian.org>  Tue, 17 Nov 2009 01:13:41 -0800
+
 mono (2.4.2.3+dfsg-2) unstable; urgency=medium
 
   * debian/control:
diff -u mono-2.4.2.3+dfsg/debian/mono-runtime.postinst mono-2.4.2.3+dfsg/debian/mono-runtime.postinst
--- mono-2.4.2.3+dfsg/debian/mono-runtime.postinst
+++ mono-2.4.2.3+dfsg/debian/mono-runtime.postinst
@@ -22,2 +22,6 @@
 
+if [ configure = "$1" ]; then
+	ldconfig
+fi
+
 #DEBHELPER#
only in patch2:
unchanged:
--- mono-2.4.2.3+dfsg.orig/debian/libmono-profiler.postinst
+++ mono-2.4.2.3+dfsg/debian/libmono-profiler.postinst
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+if [ configure = "$1" ]; then
+	ldconfig
+fi
+
+#DEBHELPER#

Reply via email to