[SCM] libkml branch, master, updated. upstream/1.3.0_r863-46-g977fc73

Bas Couwenberg sebastic at xs4all.nl
Wed Oct 9 00:34:19 UTC 2013


The following commit has been merged in the master branch:
commit 977fc73c45d270c273f875ebadcff3a1b1b86162
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Oct 9 02:33:50 2013 +0200

    Also install libminizip headers.

diff --git a/debian/changelog b/debian/changelog
index 6e0e2a9..5223c29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ libkml (1.3.0~r864-1) unstable; urgency=low
   * Bump Standards-Version to 3.9.4, changes: Vcs-* fields, copyright,
     minimal dh rules.
   * Build depend on libcurl4-gnutls-dev instead of libcurl4-openssl-dev.
+  * Also install libminizip headers.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sat, 05 Oct 2013 21:15:09 +0200
 
diff --git a/debian/rules b/debian/rules
index 94242dc..a295754 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,10 @@ override_dh_auto_install:
 	# Move libraries from libkml subdirectory
 	mv $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libkml/* $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
 
+	# libminizip headers
+	install -m755 -d $(CURDIR)/debian/tmp/usr/include/minizip
+	install -m644 $(CURDIR)/third_party/zlib-*/contrib/minizip/*h $(CURDIR)/debian/tmp/usr/include/minizip/
+
 override_dh_install:
 	dh_install --autodest --list-missing
 

-- 
A library to manipulate KML 2.2 OGC standard files



More information about the Pkg-grass-devel mailing list