This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository shapelib.
commit 5c7c90c5d63e29d948a2d2cd628745bb474bf673 Author: Bas Couwenberg <[email protected]> Date: Tue Dec 6 20:47:38 2016 +0100 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 308ebec..59ab8b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ shapelib (1.4.0~rc1-1) UNRELEASED; urgency=medium * Add patch to re-bump SONAME (see 1.3.0-1). * Override dh_makeshlibs to strip Debian revision from symbols version. * Update symbols for 1.4.0~rc1. + * Override dh_install to use --list-missing. -- Bas Couwenberg <[email protected]> Tue, 06 Dec 2016 19:46:29 +0100 diff --git a/debian/rules b/debian/rules index 373bbdd..c9da674 100755 --- a/debian/rules +++ b/debian/rules @@ -43,6 +43,9 @@ override_dh_auto_build: # cp contrib/$$prg debian/tmp/usr/bin/. ; \ # done +override_dh_install: + dh_install --list-missing + override_dh_makeshlibs: dh_makeshlibs -- -v$(UPSTREAM_VERSION) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/shapelib.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

