This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 7bc361a7a84d08fd48dc713fbc1ce408505be0af Author: Arand Nash <[email protected]> Date: Sun Jun 12 14:51:09 2011 +0200 Various corrections * Set enhances instead of suggests for -data package * Refere to "above" instead of "d/copyright" in itself * remove unused dirs file * FD v1.0 and absolute paths in .desktop file - likewise .menu * Remove unneccesary quotes in get-orig-source --- control | 2 +- copyright | 2 +- dirs | 2 -- redeclipse.desktop | 5 ++--- redeclipse.menu | 2 +- rules | 10 +++++----- 6 files changed, 10 insertions(+), 13 deletions(-) diff --git a/control b/control index b08da42..c49d331 100644 --- a/control +++ b/control @@ -42,7 +42,7 @@ Description: server for the Red Eclipse FPS game Package: redeclipse-data Architecture: all Depends: ${misc:Depends} -Recommends: redeclipse, redeclipse-server +Enhances: redeclipse, redeclipse-server Description: data for the Red Eclipse FPS game 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 diff --git a/copyright b/copyright index e8ac0a1..0fe5725 100644 --- a/copyright +++ b/copyright @@ -39,7 +39,7 @@ License: * To modify the Red Eclipse logo for use in the client binary package, to supply menu icons. * To redistribute the packaged work under similar terms as that of the - original license, see debian/copyright. + original license, see above. Files: src/* Copyright: Copyright (C) 2009-2011 Quinton Reeves, Lee Salzman diff --git a/dirs b/dirs deleted file mode 100644 index a1f3056..0000000 --- a/dirs +++ /dev/null @@ -1,2 +0,0 @@ -# usr/games -# usr/share/games/redeclipse diff --git a/redeclipse.desktop b/redeclipse.desktop index 1fff4d8..b8df004 100644 --- a/redeclipse.desktop +++ b/redeclipse.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=1.1 +Version=1.0 Name=Red Eclipse Name[es]=Eclipse rojo Name[gl]=Eclipse vermello @@ -14,6 +14,5 @@ Comment[es]=Juego de tiros en primera persona con editor incorporado Comment[gl]=Xogo de tiros en primeira persoa con editor incorporado Comment[se]=Förstapersonsskjutare med rörlig spelstil och inbyggd baneditor Icon=redeclipse -TryExec=redeclipse -Exec=redeclipse +Exec=/usr/games/redeclipse Categories=Game;ActionGame; diff --git a/redeclipse.menu b/redeclipse.menu index 73550ed..70f67a4 100644 --- a/redeclipse.menu +++ b/redeclipse.menu @@ -3,4 +3,4 @@ icon="/usr/share/pixmaps/redeclipse.xpm" \ title="Red Eclipse" \ longtitle="Single-player and multi-player first-person ego-shooter" \ - command="redeclipse" + command="/usr/games/redeclipse" diff --git a/rules b/rules index 641e075..8b55065 100755 --- a/rules +++ b/rules @@ -17,11 +17,11 @@ override_dh_strip: dh_strip -predeclipse --dbg-package=redeclipse-dbg dh_strip -URL="https://redeclipse.svn.sourceforge.net/svnroot/redeclipse" -REV="$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*[+~]svn([0-9]+).*,\1,p')" -VER="$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')" -DIR="redeclipse-$(VER).orig" -TARBALL="$(DIR).tar.gz" +URL=https://redeclipse.svn.sourceforge.net/svnroot/redeclipse +REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*[+~]svn([0-9]+).*,\1,p') +VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') +DIR=redeclipse-$(VER).orig +TARBALL=redeclipse_$(VER).orig.tar.gz get-orig-source: rm -rf $(DIR) svn -q export -r $(REV) $(URL) $(DIR) -- 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

