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 55e3fac9f2eebb92abd6be55a3fbe18c8e8d2919 Author: Stefan Potyra <[email protected]> Date: Mon Sep 25 23:44:50 2006 +0000 debian/rules: configure rule depends on apply-patches. --- debian/changelog | 5 +++-- debian/rules | 7 +------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 32d3bee..1290244 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,12 +21,13 @@ trigger (0.5.2-3) UNRELEASED; urgency=low Finally the patches are more clean. + Also delete configure, Jamconfig.in during clean (which are not deleted by jam distclean). - + Delete mk/autoconf/sdl.m4, since we use the newer macro supplied + + Delete mk/autoconf/sdl.m4, since we use the newer macro supplied by the debian sdl package instead. * Update 05_Makefile.am.patch to not link against zlib1g any longer, as trigger doesn't directly need any symbols from it. + * Make configure rule in debian/rules depend on apply-patches. - -- Stefan Potyra <[email protected]> Tue, 26 Sep 2006 01:05:30 +0200 + -- Stefan Potyra <[email protected]> Tue, 26 Sep 2006 01:33:09 +0200 trigger (0.5.2-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 6de82eb..63fdafd 100755 --- a/debian/rules +++ b/debian/rules @@ -30,12 +30,7 @@ endif $(MANPAGES): $(addsuffix .sgml,$(MANPAGES)) docbook-to-man $< > $@ -# need automake1.9 as b-d and this rule to build autotools-stuff during -# package build. -# config.status-rule must also depend on configure, and configure must -# be older than configure.ac - -configure: configure.ac +configure: configure.ac apply-patches ./autogen.sh config.status: configure -- 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

