This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository qmapshack.
commit e29b3afc6189c1d05345b31dfae7dd61a84ffd1b Author: Bas Couwenberg <[email protected]> Date: Fri Sep 18 00:02:36 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 c7d594f..fd871ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ qmapshack (1.3.1-1) UNRELEASED; urgency=medium * New upstream release. * Drop license & copyright for 3rdparty code, no longer included. * Add build dependency on libroutino-dev. + * Override dh_install to use --list-missing. -- Bas Couwenberg <[email protected]> Mon, 14 Sep 2015 01:00:04 +0200 diff --git a/debian/rules b/debian/rules index 9359bc5..11001a3 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,9 @@ override_dh_auto_install: # Use planetsplitter from routino package instead $(RM) $(CURDIR)/debian/*/usr/bin/planetsplitter +override_dh_install: + dh_install --list-missing + override_dh_installchangelogs: dh_installchangelogs changelog.txt -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

