[libkml] 05/07: Include CMake files in libkml-dev.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Dec 23 11:03:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libkml.

commit 2c6377eb8969557a5359a97305e7746b091597e2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Dec 23 11:26:30 2015 +0100

    Include CMake files in libkml-dev.
---
 debian/changelog          | 1 +
 debian/libkml-dev.install | 1 +
 debian/rules              | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 27ee8f2..34dc238 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libkml (1.3.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Include CMake files in libkml-dev.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 23 Dec 2015 11:07:27 +0100
 
diff --git a/debian/libkml-dev.install b/debian/libkml-dev.install
index 58a833b..2c2a23e 100644
--- a/debian/libkml-dev.install
+++ b/debian/libkml-dev.install
@@ -1,3 +1,4 @@
 usr/include/
+usr/lib/*/cmake/
 usr/lib/*/lib*.so
 usr/lib/*/pkgconfig/
diff --git a/debian/rules b/debian/rules
index 5383641..e1d7dd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DLIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
+		-DCMAKE_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/libkml \
 		-DBUILD_TESTING=OFF \
 		-DBUILD_EXAMPLES=OFF \
 		-DINSTALL_EXAMPLES=OFF \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libkml.git



More information about the Pkg-grass-devel mailing list