[mapnik-vector-tile] 02/02: Build-Depends gyp

Jérémy Lal kapouer at moszumanska.debian.org
Wed May 27 20:41:48 UTC 2015


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 5c3560a30cc07a3bf12eadee1a3e01daaaaf4273
Author: Jérémy Lal <kapouer at melix.org>
Date:   Wed May 27 22:41:27 2015 +0200

    Build-Depends gyp
---
 debian/control |  1 +
 debian/rules   | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/control b/debian/control
index 157d09a..d7d8ac2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Jérémy Lal <kapouer at melix.org>
 Build-Depends:
  debhelper (>= 9),
+ gyp,
  protobuf-compiler,
  libprotobuf-dev,
  catch,
diff --git a/debian/rules b/debian/rules
index 26c5662..0505c8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,14 @@ override_dh_auto_test:
 	ln -s /usr/include/catch.hpp test/
 	python debian/create-raster.py
 	dh_auto_test
+
+override_dh_auto_build:
+	-mkdir -p deps/gyp
+	-ln -s /usr/bin/gyp deps/gyp/gyp
+	dh_auto_build
+
+override_dh_auto_clean:
+	rm -f deps/gyp/gyp
+	-rmdir deps/gyp
+	-rmdir deps
+	dh_clean

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