[Pkg-javascript-commits] [node-mapnik] 08/17: Use dh_install --list-missing.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue May 10 18:16:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-mapnik.
commit 1236306c26464bf147c530753a47961be6402b21
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun May 8 23:51:41 2016 +0200
Use dh_install --list-missing.
---
debian/rules | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index fa54b80..af79ba1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,11 +19,14 @@ override_dh_auto_test:
dh_auto_test || echo "Ignoring test failures"
override_dh_install:
- dh_install
+ dh_install --list-missing
+
dh_buildinfo
+
for i in bin/*.js; do \
cp $$i $(CURDIR)/debian/node-mapnik/usr/bin/$(basename $ii .js); \
done
+
chmod 644 $(CURDIR)/debian/node-mapnik/usr/lib/nodejs/mapnik/lib/_mapnik.node
override_dh_shlibdeps:
--
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