[mapnik-vector-tile] 07/14: Place test/catch.hpp required by make test and clean it

Jérémy Lal kapouer at moszumanska.debian.org
Wed Aug 20 21:26:20 UTC 2014


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

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

commit 482d8f7eea5c1a8bf18bb71f89d386e16b8a18ed
Author: Jérémy Lal <kapouer at melix.org>
Date:   Wed Aug 20 23:01:32 2014 +0200

    Place test/catch.hpp required by make test and clean it
---
 debian/clean | 1 +
 debian/rules | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..e39f3d7
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+test/catch.hpp
diff --git a/debian/rules b/debian/rules
index 0c06312..bc7aaac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@
 %:
 	dh $@
 
+override_dh_auto_test:
+	ln -s /usr/include/catch.hpp test/
+	dh_auto_test

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