This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository openarena-data.
commit 51d703056a88833c5d990ed4122acd127cde807e Author: Simon McVittie <[email protected]> Date: Wed Apr 29 11:10:26 2015 +0100 avoid repeated build steps --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3f539f8..4683905 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,9 @@ tardir := $(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM).orig paks := $(shell cat debian/$(DEB_SOURCE).paks) build_date := $(shell dpkg-parsechangelog --show-field=Date) -build-indep: $(patsubst %,build/%,$(paks)) +override_dh_auto_build: $(patsubst %,build/%,$(paks)) + : + build/%: set -e && sed -n -e 's/#.*//; s/\.qvm$$//p;' < debian/$*.pk3.contents | \ while read crc filename; do \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openarena-data.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

