[Pkg-cli-libs-commits] [SCM] semweb branch, master, updated. upstream/1.05+dfsg-21-g1d6301e

David Paleino d.paleino at gmail.com
Fri Sep 25 22:02:20 UTC 2009


The following commit has been merged in the master branch:
commit 1d6301ee57317ade4a79a82bb5d67a3928e7c8b7
Author: David Paleino <d.paleino at gmail.com>
Date:   Sat Sep 26 00:01:06 2009 +0200

    debian/monodoc-semweb-manual.postinst: removed old hack

diff --git a/debian/changelog b/debian/changelog
index 2d34ca8..e0f6531 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,10 +18,11 @@ semweb (1.05+dfsg-3) UNRELEASED; urgency=low
       debian/control)
     + added DEP-3 headers
   * debian/copyright: updated FSF postal address
-  * debian/monodoc-semweb-manual.post*: fix monodoc calls
+  * debian/monodoc-semweb-manual.post*: fix monodoc calls, removed
+    old postinst hack
   * debian/README.source added
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 25 Sep 2009 23:58:03 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sat, 26 Sep 2009 00:00:42 +0200
 
 semweb (1.05+dfsg-2) unstable; urgency=low
 
diff --git a/debian/monodoc-semweb-manual.postinst b/debian/monodoc-semweb-manual.postinst
index 209bb26..3006108 100644
--- a/debian/monodoc-semweb-manual.postinst
+++ b/debian/monodoc-semweb-manual.postinst
@@ -2,13 +2,6 @@
 set -e
 
 if [ "$1" = "configure" ]; then
-	# Add the node entry
-	grep -v semweb /usr/lib/monodoc/monodoc.xml \
-	           | sed 's@  <node label="Various" name="various">@  <node label="Various" name="various">\n    <node label="SemWeb" name="semweb"/>@' \
-	           > /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..."

-- 
semweb



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