This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lincity-ng.
commit f9cc4b21b4621cb72424ecae5a3aa52a2bd32b85 Author: Markus Koschany <[email protected]> Date: Tue May 5 19:40:32 2015 +0200 Run autogen.sh script --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 404813d..77c200d 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all dh $@ --parallel --with autotools_dev override_dh_auto_configure: + ./autogen.sh dh_auto_configure -- \ --prefix=/usr \ --bindir=\$${prefix}/games \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lincity-ng.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

