[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.10.8.1-2-5-gf372d5f

Iain Lane laney at debian.org
Wed Apr 4 22:03:53 UTC 2012


The following commit has been merged in the master branch:
commit 9e3cc4013ba43e3ec5e81254c35464d271a235b4
Author: Iain Lane <laney at debian.org>
Date:   Wed Apr 4 12:10:03 2012 +0100

    Remove monodoc-base trigger
    
    This trigger updated the monodoc search index. It ended up calling
    /usr/bin/monodoc, which is shipped in the monodoc-browser package
    (source package mono-tools). The script attempted to check that
    monodoc-browser was configured, but didn't get this right. This led to
    numerous upgrade failures when Depends of monodoc-browser were not
    satisfied when the trigger was invoked and calling monodoc to update the
    search index bombed out due to this. It's more correct to just have
    monodoc-browser ship this trigger itself.
    
    LP: #972751

diff --git a/debian/monodoc-base.install b/debian/monodoc-base.install
index 8651974..0a9c922 100644
--- a/debian/monodoc-base.install
+++ b/debian/monodoc-base.install
@@ -15,4 +15,3 @@
 /usr/lib/mono/gac/monodoc/
 /usr/lib/mono/monodoc/monodoc.dll*
 /usr/lib/pkgconfig/monodoc.pc
-debian/update-monodoc		/usr/bin/
diff --git a/debian/monodoc-base.postinst b/debian/monodoc-base.postinst
deleted file mode 100644
index c900e86..0000000
--- a/debian/monodoc-base.postinst
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
-    configure)
-        
-        if [ "$2" = "" ]; then
-            /usr/bin/dpkg-trigger --by-package=monodoc-base /usr/lib/monodoc/sources
-        fi
-
-        ;;
-
-    triggered)
-
-        /usr/bin/update-monodoc
-
-        ;;
-
-esac
-
-#DEBHELPER#
diff --git a/debian/monodoc-base.triggers b/debian/monodoc-base.triggers
deleted file mode 100644
index f94effd..0000000
--- a/debian/monodoc-base.triggers
+++ /dev/null
@@ -1 +0,0 @@
-interest /usr/lib/monodoc/sources

-- 
mono



More information about the Pkg-mono-svn-commits mailing list