This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch debian-sid in repository gweled.
commit d9585587f8fc8515a9c981e51e221f741c8a9477 Author: Ondřej Surý <[email protected]> Date: Mon Sep 6 11:04:47 2010 +0200 Add autoreconf call after patching src/Makefile.am --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index fc64a80..f6948f8 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,7 @@ export DEB_BUILD_HARDENING=1 dh --with quilt $@ override_dh_auto_configure: + autoreconf dh_auto_configure -- --bindir=\$${prefix}/games --localstatedir=/var override_dh_auto_install: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gweled.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

