[Pkg-javascript-commits] [SCM] bindings to the Mapnik tile rendering library for NodeJS branch, master, updated. upstream/0.5.8-5-g49da559
David Paleino
dapal at debian.org
Sun Oct 23 16:07:33 UTC 2011
The following commit has been merged in the master branch:
commit 49da559dd9b42a8e70683499c45d7430d4d77690
Author: David Paleino <dapal at debian.org>
Date: Sun Oct 23 18:02:11 2011 +0200
Fix shlib detection
diff --git a/debian/rules b/debian/rules
index 17aaebb..779d7cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,9 @@ override_dh_auto_install:
node-waf install --destdir=$(CURDIR)/debian/tmp/
override_dh_shlibdeps:
- dpkg-shlibdeps $(CURDIR)/debian/node-mapnik/usr/lib/nodejs/mapnik/_mapnik.node
+ dpkg-shlibdeps \
+ -T$(CURDIR)/debian/node-mapnik.substvars \
+ $(CURDIR)/debian/node-mapnik/usr/lib/nodejs/mapnik/_mapnik.node
override_dh_strip:
strip \
--
bindings to the Mapnik tile rendering library for NodeJS
More information about the Pkg-javascript-commits
mailing list