This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pycsw.
commit 5ca7dcaaedbfe6f30739e0dfbec7b8d578fd9508 Author: Bas Couwenberg <[email protected]> Date: Wed Jul 6 20:59:57 2016 +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 cef0962..71be704 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ pycsw (2.0.0~rc1+dfsg-1) UNRELEASED; urgency=medium - Drop 0007-Use-geolinks-0.2.0.patch, included upstream. - Refresh remaining patches. * Use dh_installdocs to install doc-base file. + * Override dh_install to use --list-missing. -- Bas Couwenberg <[email protected]> Wed, 06 Jul 2016 17:46:22 +0200 diff --git a/debian/rules b/debian/rules index 73b94b8..1f711db 100755 --- a/debian/rules +++ b/debian/rules @@ -13,5 +13,8 @@ override_dh_auto_build: PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html # HTML generator ronn debian/man/pycsw-admin.md +override_dh_install: + dh_install --list-missing + get-orig-source: uscan --verbose --force-download --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

