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 1a662b5f36dc5276e9bd4b60a98c06cb1dc5d6a3 Author: Bertrand Marc <[email protected]> Date: Sun May 22 18:53:09 2016 +0200 debian/rules: do not delete configure and Jamconfig.in in the clean target, it prevents building with the new git setup. --- debian/changelog | 2 ++ debian/rules | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f5c8bdc..3d6a40c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ trigger-rally (0.6.2+dfsg-2) UNRELEASED; urgency=medium * Moved the package to Git. + * debian/rules: do not delete configure and Jamconfig.in in the clean + target, it prevents building with the new git setup. -- Bertrand Marc <[email protected]> Sun, 22 May 2016 14:14:24 +0200 diff --git a/debian/rules b/debian/rules index d2f5138..cf1c755 100755 --- a/debian/rules +++ b/debian/rules @@ -29,8 +29,6 @@ override_dh_installman: $(MANPAGES) override_dh_auto_clean: if [ -f Jamconfig ]; then jam distclean; fi $(RM) $(MANPAGES) - $(RM) Jamconfig.in - $(RM) configure dh_auto_clean -- 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

