This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository dreamchess.
commit 49a157f1b9cf87dade8475bda43a4c62a80d5af0 Author: Gonéri Le Bouder <[email protected]> Date: Thu Dec 14 20:27:08 2006 +0000 add zlib1g-dev in builddep --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index cc0708f..6090e9c 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,14 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Gonéri Le Bouder <[email protected]>, Paul Bell <[email protected]> -Build-Depends: debhelper (>= 5.0.0), autotools-dev +Build-Depends: debhelper (>= 5.0.0), autotools-dev, libsdl-image1.2-dev, + libsdl1.2-dev, zlib1g-dev Standards-Version: 3.7.2 Package: dreamchess Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: A 3D chess game +Description: a 3D chess game DreamChess features 3D OpenGL graphics and provides various chess board sets, ranging from classic wooden to flat. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dreamchess.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

