This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository springlobby.
commit 95b150126eb5d8e54bdeb73c9cdf664baba1d662 Author: Markus Koschany <[email protected]> Date: Mon Apr 11 02:40:48 2016 +0200 Use dh_install override instead of dh_auto_install. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index d5a2eb7..3275650 100755 --- a/debian/rules +++ b/debian/rules @@ -17,8 +17,8 @@ override_dh_auto_build: dh_auto_build $(MAKE) -C debian/manpages -override_dh_auto_install: - dh_auto_install +override_dh_install: + dh_install cd $(PROGDIR)/usr/share/doc/springlobby && \ rm -fv COPYING AUTHORS $(RM) $(PROGDIR)/usr/bin/springlobby -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/springlobby.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

