[Pkg-mono-svn-commits] rev 2038 - in
gtksourceview-sharp2/trunk/debian: . patches
Mirco Bauer
meebey-guest at costa.debian.org
Sun Sep 25 21:10:03 UTC 2005
Author: meebey-guest
Date: 2005-09-25 21:10:02 +0000 (Sun, 25 Sep 2005)
New Revision: 2038
Added:
gtksourceview-sharp2/trunk/debian/patches/
gtksourceview-sharp2/trunk/debian/patches/00list
gtksourceview-sharp2/trunk/debian/patches/fix_docsdir.dpatch
Log:
- the patc
Added: gtksourceview-sharp2/trunk/debian/patches/00list
===================================================================
--- gtksourceview-sharp2/trunk/debian/patches/00list 2005-09-25 21:09:50 UTC (rev 2037)
+++ gtksourceview-sharp2/trunk/debian/patches/00list 2005-09-25 21:10:02 UTC (rev 2038)
@@ -0,0 +1 @@
+fix_docsdir
Added: gtksourceview-sharp2/trunk/debian/patches/fix_docsdir.dpatch
===================================================================
--- gtksourceview-sharp2/trunk/debian/patches/fix_docsdir.dpatch 2005-09-25 21:09:50 UTC (rev 2037)
+++ gtksourceview-sharp2/trunk/debian/patches/fix_docsdir.dpatch 2005-09-25 21:10:02 UTC (rev 2038)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_docsdir.dpatch by Mirco Bauer <meebey at meebey.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad gtksourceview-sharp-2.0-0.10~/doc/Makefile.in gtksourceview-sharp-2.0-0.10/doc/Makefile.in
+--- gtksourceview-sharp-2.0-0.10~/doc/Makefile.in 2005-05-14 22:58:51.000000000 +0200
++++ gtksourceview-sharp-2.0-0.10/doc/Makefile.in 2005-09-25 23:03:19.000000000 +0200
+@@ -152,7 +152,7 @@
+ @ENABLE_MONODOC_FALSE at TARGETS =
+ @ENABLE_MONODOC_TRUE at TARGETS = gtksourceview-sharp-docs.zip gtksourceview-sharp-docs.tree gtksourceview-sharp-docs.source
+ @ENABLE_MONODOC_FALSE at docsdir = $(datadir)
+- at ENABLE_MONODOC_TRUE@docsdir = `$(MONODOC) --get-sourcesdir`
++ at ENABLE_MONODOC_TRUE@docsdir = `pkg-config monodoc --variable=sourcesdir`
+ @ENABLE_MONODOC_FALSE at docs_DATA =
+ @ENABLE_MONODOC_TRUE at docs_DATA = $(TARGETS)
+ ASSEMBLER = $(MONODOC) --assemble
Property changes on: gtksourceview-sharp2/trunk/debian/patches/fix_docsdir.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-mono-svn-commits
mailing list