[mapnik] 02/04: Override dh_install to use --list-missing.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Jul 9 21:07:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository mapnik.
commit d62119ba58a0229e38a1edd85f20b1559b46976e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Jul 9 19:58:03 2015 +0200
Override dh_install to use --list-missing.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8b0cde6..84dd57d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mapnik (3.0.0+ds-2) UNRELEASED; urgency=medium
* Team upload.
* Add gbp.conf to use pristine-tar by default.
+ * Override dh_install to use --list-missing.
-- Bas Couwenberg <sebastic at debian.org> Thu, 09 Jul 2015 19:30:12 +0200
diff --git a/debian/rules b/debian/rules
index 13c2e2c..c4e17e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,9 @@ override_dh_auto_test: debian/stamps/test-python
debian/stamps/test-python:
# nothing yet
+override_dh_install:
+ dh_install --list-missing
+
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik.git
More information about the Pkg-grass-devel
mailing list