This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository tecnoballz.
commit 83af8105f5c0686da61fced0bb43d52f7e6eba89 Author: Barry deFreese <[email protected]> Date: Thu Apr 16 16:06:09 2009 +0000 * Add myself to uploaders. * Move desktop file and icon under debian/ dir. * Bump debhelper build-dep and compat to 5. * Bump Standards Version to 3.8.1. + Menu policy transition. Packaging and svn dirs cleanup. Refresh changelog. --- debian/changelog | 14 ++++++++++++-- debian/compat | 2 +- debian/control | 6 +++--- debian/patches/00list | 1 - debian/tecnoballz.desktop | 10 ++++++++++ debian/tecnoballz.menu | 2 +- tecnoballz.xpm => debian/tecnoballz.xpm | 0 tecnoballz.desktop | 10 ---------- 8 files changed, 27 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2c5145c..c61b672 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,23 @@ -tecnoballz (0.92-3) UNRELEASED; urgency=low +tecnoballz (0.92-3) unstable; urgency=low + [ Ansgar Burchardt ] * debian/control: Set Maintainer to Debian Games Team + + With permission from maintainer. + + Thanks to Alexis Sukrieh for all the previous work. * debian/control: Add Vcs-* fields * debian/control: Add Homepage field * tecnoballs.postinst: make scorefile writable by games group (Closes: #409718) * add watch file - -- Ansgar Burchardt <[email protected]> Thu, 29 May 2008 20:29:41 +0200 + [ Barry deFreese ] + * Add myself to uploaders. + * Move desktop file and icon under debian/ dir. + * Bump debhelper build-dep and compat to 5. + * Bump Standards Version to 3.8.1. + + Menu policy transition. + + -- Barry deFreese <[email protected]> Thu, 16 Apr 2009 11:58:47 -0400 tecnoballz (0.92-2.1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index b8626c4..7ed6ff8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index b9e7a04..ec3d15c 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: tecnoballz Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Alexis Sukrieh <[email protected]> -Build-Depends: debhelper (>= 4.0.0), libsdl-mixer1.2-dev, +Uploaders: Alexis Sukrieh <[email protected]>, Barry deFreese <[email protected]> +Build-Depends: debhelper (>= 5.0.0), libsdl-mixer1.2-dev, libmikmod2-dev, libxext-dev, libvorbis-dev, libogg-dev, libsmpeg-dev, libxxf86dga-dev, libxxf86vm-dev, quilt, autotools-dev, libsdl-image1.2-dev -Standards-Version: 3.7.2 +Standards-Version: 3.8.1 Homepage: http://linux.tlk.fr/games/TecnoballZ/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/tecnoballz/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/tecnoballz/?op=log diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 34c896c..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1 +0,0 @@ -001_hiscore.dpatch diff --git a/debian/tecnoballz.desktop b/debian/tecnoballz.desktop new file mode 100644 index 0000000..9b1124d --- /dev/null +++ b/debian/tecnoballz.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Name=TecnoballZ +GenericName=tecnoballz +Comment=Play an Arkanoid-like game +Icon=tecnoballz.xpm +Exec=tecnoballz +Terminal=false +Categories=Game;ArcadeGame; + diff --git a/debian/tecnoballz.menu b/debian/tecnoballz.menu index a837ddb..a54a3c0 100644 --- a/debian/tecnoballz.menu +++ b/debian/tecnoballz.menu @@ -1,3 +1,3 @@ -?package(tecnoballz):needs="X11" section="Games/Arcade" \ +?package(tecnoballz):needs="X11" section="Games/Action" \ title="Tecnoballz" command="/usr/games/tecnoballz" \ icon="/usr/share/games/tecnoballz/tecnoballz.xpm" diff --git a/tecnoballz.xpm b/debian/tecnoballz.xpm similarity index 100% rename from tecnoballz.xpm rename to debian/tecnoballz.xpm diff --git a/tecnoballz.desktop b/tecnoballz.desktop deleted file mode 100644 index b7491a2..0000000 --- a/tecnoballz.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=Application -Name=TecnoballZ -GenericName= -Comment=Arkanoid-like game -Icon=/usr/share/games/tecnoballz/tecnoballz.xpm -Exec=tecnoballz -Terminal=false -Categories=X-Debian-Games-Arcade; - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tecnoballz.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

