This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lordsawar.
commit 1d0320750fb576301ee23fad03e543ab8212b8b7 Author: Alexander Reichle-Schmehl <[email protected]> Date: Thu Jan 19 12:55:35 2012 +0000 Add recommended targets build-arch and build-indep to debian/rules --- debian/changelog | 3 ++- debian/rules | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c030cce..eabd400 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,9 @@ lordsawar (0.2.0-2) UNRELEASED; urgency=low they are no longer used * Fix description-synopsis-starts-with-article from lintian by removing two a's + * Add recommended targets build-arch and build-indep to debian/rules - -- Alexander Reichle-Schmehl <[email protected]> Thu, 19 Jan 2012 13:52:10 +0100 + -- Alexander Reichle-Schmehl <[email protected]> Thu, 19 Jan 2012 13:54:28 +0100 lordsawar (0.2.0-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index bb0e9c1..5280c40 100755 --- a/debian/rules +++ b/debian/rules @@ -29,9 +29,9 @@ endif --infodir=\$${prefix}/share/info \ CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" - -build: build-stamp - +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: config.status dh_testdir -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lordsawar.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

