This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository nco.
commit a6f1045d905a6cbd40b8e3e0b2b11dd2c628e4bc Author: Bas Couwenberg <[email protected]> Date: Sun Jan 18 18:57:44 2015 +0100 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 9fed676..8cb5f12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ nco (4.4.7-1) UNRELEASED; urgency=medium * Update Vcs-Browser URL to use cgit instead of gitweb. * Update copyright file using copyright-format 1.0. * Ignore test failures instead of disabling them. + * Override dh_install to use --list-missing. -- Bas Couwenberg <[email protected]> Sun, 18 Jan 2015 16:40:05 +0100 diff --git a/debian/rules b/debian/rules index 796712b..3dba5f4 100755 --- a/debian/rules +++ b/debian/rules @@ -45,3 +45,7 @@ override_dh_auto_install: find $(CURDIR)/debian/nco -name '*.h' -delete find $(CURDIR)/debian/nco -name '*.hh' -delete rm -f debian/nco/usr/share/info/dir + +override_dh_install: + dh_install --list-missing + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/nco.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

