[Pkg-cli-libs-commits] [SCM] clutter-sharp branch, master, updated. upstream/1.0.0_alpha3_git20090817.r1.349dba6-6-gccea79f

Chow Loong Jin hyperair at ubuntu.com
Wed Dec 29 14:17:29 UTC 2010


The following commit has been merged in the master branch:
commit f9f08aba236b8c399fcfad6644fcb5609c6f8b7b
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Wed Dec 29 07:44:52 2010 +0800

    Fix docs getting disabled when using --enable-docs

diff --git a/debian/patches/fix-enable-docs.patch b/debian/patches/fix-enable-docs.patch
new file mode 100644
index 0000000..933828d
--- /dev/null
+++ b/debian/patches/fix-enable-docs.patch
@@ -0,0 +1,13 @@
+Index: clutter-sharp/configure.ac
+===================================================================
+--- clutter-sharp.orig/configure.ac	2010-12-29 07:31:43.044111184 +0800
++++ clutter-sharp/configure.ac	2010-12-29 07:31:56.787344364 +0800
+@@ -93,7 +93,7 @@
+ 
+ dnl check for monodoc
+ AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], 
+-	[Do not build documentation]), enable_docs=no, enable_docs=yes)
++	[Do not build documentation]), enable_docs=$enableval, enable_docs=yes)
+ 
+ if test "x$enable_docs" = "xyes"; then
+ 	AC_PATH_PROG(MONODOCER, monodocer, no)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c8a5000
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-enable-docs.patch

-- 
clutter-sharp



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