This is an automated email from the git hooks/post-receive script. ana.c-guest pushed a commit to branch master in repository vor.
commit 7ae6c68567eea3eeb7130c74de648ca20b27562c Author: Ana Custura <[email protected]> Date: Fri Apr 29 12:45:12 2016 +0100 Shortens description and fixes install directory --- debian/control | 2 +- debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index fbdb057..852b8d0 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: http://sametwice.com/vor Package: vor Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Simple, fast-paced action game about dodging rocks in space. +Description: 2D action game about dodging rocks in space VoR is a simple, fast-paced action game that will challenge your reflexes. It has excellent gameplay, great physics, good graphics, and a retro/synthoid thumpy beat to help put you in the mood for old-school 2D gaming. diff --git a/debian/rules b/debian/rules index 5b93ed0..9567667 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,6 @@ # dh_make generated override targets # This is example for Cmake (See https://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) +override_dh_auto_configure: + dh_auto_configure -- --bindir=/usr/games -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/vor.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

