This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit ee4722e678170b821431bcbd8a731838e13652a9 Author: Martin Erik Werner <[email protected]> Date: Wed Dec 21 11:33:44 2011 +0100 ran wrap-and-sort -s --- control | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/control b/control index d64c5c5..e013b12 100644 --- a/control +++ b/control @@ -3,14 +3,21 @@ Section: contrib/games Priority: optional Uploaders: Martin Erik Werner <[email protected]> Maintainer: Debian Games Team <[email protected]> -Build-Depends: debhelper (>= 8), libsdl1.2-dev, libsdl-image1.2-dev, - libsdl-mixer1.2-dev, libx11-dev, libgl1-mesa-dev, zlib1g-dev, imagemagick +Build-Depends: + debhelper (>= 8), + imagemagick, + libgl1-mesa-dev, + libsdl-image1.2-dev, + libsdl-mixer1.2-dev, + libsdl1.2-dev, + libx11-dev, + zlib1g-dev Standards-Version: 3.9.2 Homepage: http://www.redeclipse.net Package: redeclipse Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, redeclipse-data +Depends: redeclipse-data, ${misc:Depends}, ${shlibs:Depends} Description: single-player and multi-player first-person ego-shooter A single-player and multi-player first-person ego-shooter, built as a total conversion of Cube Engine 2, which lends itself toward a balanced @@ -20,13 +27,13 @@ Package: redeclipse-dbg Section: contrib/debug Priority: extra Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, redeclipse (= ${binary:Version}) +Depends: redeclipse (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: debug symbols for the Red Eclipse FPS game This package contains the debugging symbols for the Red Eclipse FPS game. Package: redeclipse-server Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: server for the Red Eclipse FPS game This package contains the dedicated server for the Red Eclipse FPS game, it also includes some example scripts for configuring the server. It contains no @@ -36,8 +43,10 @@ Package: redeclipse-server-dbg Section: contrib/debug Priority: extra Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, - redeclipse-server (= ${binary:Version}) +Depends: + redeclipse-server (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} Description: debug symbols for the Red Eclipse dedicated server This package contains the debugging symbols for the dedicated server of the Red Eclipse FPS game. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

