[Pkg-javascript-commits] [node-mapnik] 02/03: No need to copy mapnik-vector-tile files
Jérémy Lal
kapouer at moszumanska.debian.org
Sat Apr 9 23:41:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-mapnik.
commit e610206a5e2240adf0032b70ab16a91778f8a186
Author: Jérémy Lal <kapouer at melix.org>
Date: Sun Apr 10 01:30:10 2016 +0200
No need to copy mapnik-vector-tile files
---
debian/changelog | 1 -
debian/rules | 8 --------
2 files changed, 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b831272..4a89f66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,6 @@ node-mapnik (3.5.8+dfsg-1) UNRELEASED; urgency=medium
* Add patch to use nodejs instead of node executable.
* Reorder (build) dependencies and add node-nan to build dependencies.
* Require at least libmapnik-dev 3.0.10 & mapnik-vector-tile 1.0.6+dfsg-2.
- * Copy all mapnik-vector-tile headers to build directory.
* Add mapnik-utils to (build) dependencies for shapeindex.
-- Bas Couwenberg <sebastic at debian.org> Fri, 08 Apr 2016 10:45:50 +0200
diff --git a/debian/rules b/debian/rules
index bf5eb66..fcfefde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,23 +4,15 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-vector_tile_dir=$(CURDIR)/node_modules/mapnik-vector-tile/src
-
%:
dh $@
-override_dh_clean:
- dh_clean
- rm -rf $(vector_tile_dir)
-
override_dh_auto_configure:
node-gyp configure \
--module_name=`nodejs -e "console.log(require('./package.json').binary.module_name)"` \
--module_path=`nodejs -e "console.log(require('./package.json').binary.module_path)"`
override_dh_auto_build:
- mkdir -p $(vector_tile_dir)
- cp /usr/include/vector_tile_* $(vector_tile_dir)/
node-gyp build
override_dh_auto_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-mapnik.git
More information about the Pkg-javascript-commits
mailing list