[libosmium] 01/02: Update dh_installexamples override for -arch only. (closes: #838463)

Bas Couwenberg sebastic at debian.org
Wed Sep 21 11:18:44 UTC 2016


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

sebastic pushed a commit to branch master
in repository libosmium.

commit 40e0a70341775b3c66cc35605489c8973850ebec
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Sep 21 12:48:43 2016 +0200

    Update dh_installexamples override for -arch only. (closes: #838463)
---
 debian/changelog | 7 +++++++
 debian/rules     | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4300663..666a2db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libosmium (2.9.0-2) UNRELEASED; urgency=medium
+
+  * Update dh_installexamples override for -arch only.
+    (closes: #838463)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 21 Sep 2016 12:48:06 +0200
+
 libosmium (2.9.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 755aa91..efaa1fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,8 +43,8 @@ override_dh_installdocs:
 	# Remove useless autogenerated doxygen file
 	$(RM) debian/*/usr/share/doc/*/html/*.md5
 
-override_dh_installexamples:
-	dh_installexamples
+override_dh_installexamples-arch:
+	dh_installexamples --arch
 	
 	# Remove executable bit from .cpp files
 	chmod 0644 debian/*/usr/share/doc/*/examples/*.cpp

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



More information about the Pkg-grass-devel mailing list