This is an automated email from the git hooks/post-receive script. bbk-guest pushed a commit to branch master in repository trigger-rally.
commit 9f659c415f7bb3846ccfb84c666be6c3abde2cbe Author: Bertrand Marc <[email protected]> Date: Sun Oct 18 13:43:37 2015 +0000 Replace depreciated dh_clean -k with dh_prep. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 31e40d9..99f2812 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ trigger-rally (0.6.2-1) UNRELEASED; urgency=medium * New upstream release. * Update watchfile, thanks to Tobias Frost (Closes: #789268). * Add myself as uploader. + * debian/rules: replace depreciated dh_clean -k with dh_prep. -- Bertrand Marc <[email protected]> Sun, 18 Oct 2015 12:08:57 +0200 diff --git a/debian/rules b/debian/rules index 05693f3..2b8444b 100755 --- a/debian/rules +++ b/debian/rules @@ -71,7 +71,7 @@ clean:: install: build $(MANPAGES) dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # yay, we do it by hand :) cp trigger debian/$(PACKAGE)/usr/games/trigger-rally -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/trigger-rally.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

