This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pywps.
commit e55d79e336c2973559275b0a7119f66f6c9763d1 Author: Bas Couwenberg <[email protected]> Date: Fri May 13 20:13:24 2016 +0200 Override dh_install to use --list-missing. --- debian/changelog | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 75d7c70..dc72fa3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ pywps (3.2.5-1) UNRELEASED; urgency=medium * Add upstream metadata. * Add dh-python to build dependencies. * Enable parallel builds. + * Override dh_install to use --list-missing. -- Bas Couwenberg <[email protected]> Fri, 13 May 2016 19:33:40 +0200 diff --git a/debian/rules b/debian/rules index 315bd76..31f39cc 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,7 @@ %: dh $@ --with python2 --buildsystem=pybuild --parallel + +override_dh_install: + dh_install --list-missing + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

