[Pkg-cli-libs-commits] [SCM] semweb branch, master, updated. debian/1.05+dfsg-4

Jo Shields directhex at apebox.org
Mon Aug 9 10:03:28 UTC 2010


The following commit has been merged in the master branch:
commit a927ccd396d39a8d85cdf9a59670955e7ae2188f
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Aug 9 10:47:49 2010 +0100

    Don't manually fiddle the monodoc manual, a dpkg trigger handles it

diff --git a/debian/changelog b/debian/changelog
index c8dd20e..d113a75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ semweb (1.05+dfsg-4) UNRELEASED; urgency=low
     + Fix typo in monodoc-semweb-manual description (Closes: #557701)
     + Update build-deps to Mono 2.4.3 standards, and fix broken MySQL
       Connector/NET build-dep
+  * debian/monodoc-semweb-manual.postinst,
+    debian/monodoc-semweb-manual.postrm:
+    + Don't manually fiddle the search index (this is handled by a
+      DPKG trigger)
 
  -- Jo Shields <directhex at apebox.org>  Mon, 09 Aug 2010 10:37:05 +0100
 
diff --git a/debian/monodoc-semweb-manual.postinst b/debian/monodoc-semweb-manual.postinst
deleted file mode 100644
index 3006108..0000000
--- a/debian/monodoc-semweb-manual.postinst
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ "$1" = "configure" ]; then
-	# Rebuild the index
-	if [ -n "$(which monodoc)" ]; then
-		echo "generating monodoc search index..."
-		monodoc --make-index > /dev/null
-	fi
-fi
-
-#DEBHELPER#
diff --git a/debian/monodoc-semweb-manual.postrm b/debian/monodoc-semweb-manual.postrm
deleted file mode 100644
index ff36bf8..0000000
--- a/debian/monodoc-semweb-manual.postrm
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ "$1" = "remove" ]; then
-	# Remove the node entry
-	grep -v semweb /usr/lib/monodoc/monodoc.xml \
-	           > /usr/lib/monodoc/monodoc.xml.new
-	mv /usr/lib/monodoc/monodoc.xml.new \
-	   /usr/lib/monodoc/monodoc.xml
-
-	# Rebuild the index
-	if [ -n "$(which monodoc)" ]; then
-		echo "generating monodoc search index..."
-		monodoc --make-index > /dev/null
-	fi
-fi
-
-#DEBHELPER#

-- 
semweb



More information about the Pkg-cli-libs-commits mailing list