[mapnik-vector-tile] 03/05: Install upstream examples too.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Sep 12 23:28:06 UTC 2015


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

sebastic pushed a commit to branch master
in repository mapnik-vector-tile.

commit f34276309923baf07b2f8fbe6bbca31b4174f377
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Sep 13 00:31:33 2015 +0200

    Install upstream examples too.
---
 debian/changelog | 1 +
 debian/examples  | 1 +
 debian/rules     | 4 ++++
 3 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 73be065..fa1938e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ mapnik-vector-tile (0.10.0+dfsg-1) UNRELEASED; urgency=medium
   * Include all .cpp & .ipp files as examples.
   * Enable parallel builds.
   * Include clipper.{c,h}pp copies to not require a separate package.
+  * Install upstream examples too.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 11 Sep 2015 23:04:17 +0200
 
diff --git a/debian/examples b/debian/examples
index e9309aa..1b069b3 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1,2 +1,3 @@
 src/*.cpp
 src/*.ipp
+examples/*
diff --git a/debian/rules b/debian/rules
index a9aa8ed..fc8f80e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,3 +30,7 @@ override_dh_auto_test:
 	python debian/create-raster.py
 	dh_auto_test || echo "Ignoring test failures"
 
+override_dh_installexamples:
+	dh_installexamples
+	chmod 644 debian/*/usr/share/doc/*/examples/*/Makefile
+

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



More information about the Pkg-grass-devel mailing list