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 64ff42c0153a0be687f5dd936d801f1464a379bb Author: Stefan Potyra <[email protected]> Date: Fri Nov 18 20:53:51 2011 +0000 Add build-arch/build-indep target. --- debian/changelog | 6 +++--- debian/rules | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 56dd9db..f10706e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,18 +5,18 @@ trigger-rally (0.6.0-1) UNRELEASED; urgency=low * Refresh debian/patches/10_system_glew.patch. * debian/control: drop transitional package * debian/trigger-rally.6.sgml: Fix grammar error in copyright description. + * debian/rules: add build-arch/build-indep target. [More work TODO...] * shipped tinyxml should go * debian/control: fix description (it's not 6 courses any longer!) - * debian/rules: add build-arch target (did TC vote on this yet? - Nevertheless sounds like a good idea) * Check if changes are needed for new standars-version (don't think so). * Find out if /usr/bin is the new /usr/games (I recall there was some discussion). * Test all new courses ... :) + * - -- Stefan Potyra <[email protected]> Fri, 11 Nov 2011 23:12:41 +0100 + -- Stefan Potyra <[email protected]> Fri, 18 Nov 2011 21:52:23 +0100 trigger-rally (0.5.2.1-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index aee9af0..e5e6fbd 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ config.status: configure --datadir=$(DATADIR) -build: build-stamp +build: build-arch build-indep build-stamp: config.status dh_testdir @@ -93,5 +93,9 @@ binary-arch: build install dh_md5sums dh_builddeb +build-arch: build-stamp +build-indep: build-stamp + binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: build clean binary-indep binary-arch binary install build-arch \ + build-indep -- 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

