[libkml] 04/06: Don't include build files for examples.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Jul 25 23:41:19 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 449d76d07a21bf0412b7658ef196101ababfb5d2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jul 26 01:12:10 2015 +0200

    Don't include build files for examples.
---
 debian/changelog | 1 +
 debian/rules     | 6 +-----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c2a69e0..8a5a136 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libkml (1.3.0~r864+git20150723-0fa2f22-1~exp2) UNRELEASED; urgency=medium
 
   * Update install-paths.patch with upstream changes to fix header installation.
+  * Don't include build files for examples.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 26 Jul 2015 00:22:12 +0200
 
diff --git a/debian/rules b/debian/rules
index 7b0a2d4..55d8063 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,11 +23,7 @@ override_dh_auto_install:
 	dh_auto_install
 
 	# Remove autotools stuff
-	#find $(CURDIR)/examples/ -type f -name "Makefile*" -delete
-
-	# 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/
+	find $(CURDIR)/examples/ -type f -name "Makefile*" -or -name "CMakeLists.txt" -delete
 
 override_dh_install:
 	dh_install --autodest --list-missing

-- 
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