The following commit has been merged in the master branch:
commit 1d555432de839a06a397c731046c48c5b1bbbb37
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Mon Oct 7 18:04:58 2013 +0200

    Add patch to not build examples, msvc and xcode subprojects.

diff --git a/debian/changelog b/debian/changelog
index 49ac692..8591217 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ libkml (1.3.0~r864-1) UNRELEASED; urgency=low
   * Use dh-autoreconf for retooling.
   * Add patch to set subdir-objects automake option for forward compatibility.
   * Add patch to fix linking libtool libraries using a non-POSIX archiver.
+  * Add patch to not build examples, msvc and xcode subprojects.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Sat, 05 Oct 2013 21:15:09 +0200
 
diff --git a/debian/patches/dont-build-all.diff 
b/debian/patches/dont-build-all.diff
new file mode 100644
index 0000000..cfe2d81
--- /dev/null
+++ b/debian/patches/dont-build-all.diff
@@ -0,0 +1,11 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,7 +1,7 @@
+ ACLOCAL_AMFLAGS = -I m4
+ 
+ # Order is important:
+-SUBDIRS = third_party src testdata examples msvc xcode
++SUBDIRS = third_party src testdata
+ 
+ EXTRA_DIST = \
+       AUTHORS \
diff --git a/debian/patches/series b/debian/patches/series
index 5a24cd9..ba363d0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@ fix-ftbfs-gcc4.7.diff
 java-run-sh-shebang.diff
 automake-subdir-objects.diff
 libtool-archiver.diff
+dont-build-all.diff

-- 
A library to manipulate KML 2.2 OGC standard files

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to