This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lordsawar.
commit 26a370609f736a11780570881ca7372802734805 Author: Alexander Reichle-Schmehl <[email protected]> Date: Thu Jan 19 14:04:24 2012 +0000 Increase default startup resolution to 1024x768 --- debian/changelog | 3 ++- debian/rules | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6b8c2a7..2a7245d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,9 @@ lordsawar (0.2.0-2) UNRELEASED; urgency=low two a's * Add recommended targets build-arch and build-indep to debian/rules * Bump standards (no further changes needed) + * Increase default startup resolution to 1024x768 - -- Alexander Reichle-Schmehl <[email protected]> Thu, 19 Jan 2012 13:56:11 +0100 + -- Alexander Reichle-Schmehl <[email protected]> Thu, 19 Jan 2012 15:03:53 +0100 lordsawar (0.2.0-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 5280c40..c235759 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,7 @@ endif --datadir=\$${prefix}/share/games \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ + --with-resolution=1024x768 \ CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" build: build-arch build-indep -- 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

