[libkml] 01/04: Apply patch by Chris Lamb to fix find call. (closes: #876721)
Bas Couwenberg
sebastic at debian.org
Mon Sep 25 16:43:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libkml.
commit 211024f2bfd107a7bd26ade3e32e6f2b5d3e20f7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Sep 25 18:15:02 2017 +0200
Apply patch by Chris Lamb to fix find call. (closes: #876721)
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 185b5da..314e7d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libkml (1.3.0-5) UNRELEASED; urgency=medium
+
+ * Apply patch by Chris Lamb to fix find call.
+ (closes: #876721)
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 25 Sep 2017 18:14:14 +0200
+
libkml (1.3.0-4) unstable; urgency=medium
* Bump Standards-Version to 4.0.0, no changes.
diff --git a/debian/rules b/debian/rules
index cc19320..6452227 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_auto_install:
dh_auto_install
# Remove autotools stuff
- find $(CURDIR)/examples/ -type f -name "Makefile*" -or -name "CMakeLists.txt" -delete
+ 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