This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 73e1d1be3e34a4c9becd59a65bae06d74f3fc0ff Author: Arand Nash <[email protected]> Date: Mon Feb 21 18:52:11 2011 +0000 Split to 3 packages --- control | 29 ++++++++++++++++++--------- redeclipse.install => redeclipse-data.install | 0 redeclipse-server.install | 1 + 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/control b/control index 5cf2c08..b2370d2 100644 --- a/control +++ b/control @@ -1,15 +1,26 @@ Source: redeclipse -Section: unknown -Priority: extra +Section: games +Priority: optional Maintainer: Arand Nash <[email protected]> -Build-Depends: debhelper (>= 7.0.50~) +Build-Depends: debhelper (> 7.0.50~), + libsdl1.2-dev, + libsdl-mixer1.2-dev, + libsdl-image1.2-dev Standards-Version: 3.8.4 -Homepage: <insert the upstream URL, if relevant> -#Vcs-Git: git://git.debian.org/collab-maint/redeclipse.git -#Vcs-Browser: http://git.debian.org/?p=collab-maint/redeclipse.git;a=summary +Homepage: http://www.redeclipse.net Package: redeclipse Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Depends: ${shlibs:Depends}, ${misc:Depends}, redeclipse-data (= ${source:Version}) +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 + gameplay, with a general theme of agility in a variety of environments. + +Package: redeclipse-server +Architecture: any +Description: Single-player and multi-player first-person ego-shooter - server + +Package: redeclipse-data +Architecture: all +Description: Single-player and multi-player first-person ego-shooter - data diff --git a/redeclipse.install b/redeclipse-data.install similarity index 100% rename from redeclipse.install rename to redeclipse-data.install diff --git a/redeclipse-server.install b/redeclipse-server.install new file mode 100644 index 0000000..ff68d49 --- /dev/null +++ b/redeclipse-server.install @@ -0,0 +1 @@ +src/reserver usr/games -- 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

