This is an automated email from the git hooks/post-receive script. bbk-guest pushed a commit to branch master in repository trigger-rally.
commit 05fe249258b8b15c200778d83a01a1842e3bc25d Author: Markus Koschany <[email protected]> Date: Sun Nov 15 16:09:52 2015 +0000 Release 0.6.2+dfsg-1 --- debian/README.Debian | 4 ++-- debian/changelog | 9 ++++++++- debian/control | 20 ++++++++++---------- debian/copyright | 1 - debian/rules | 4 +++- debian/trigger-rally.6.sgml | 8 ++++---- debian/trigger-rally.desktop | 1 + 7 files changed, 28 insertions(+), 19 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 3f0c06d..00ad531 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,9 +1,9 @@ Note on installing plugins: -If you want to install any plugins, like new levels, it's sufficient +If you want to install any plugins, like new levels, it's sufficient to copy the zip files into your ~/.trigger directory. -For a system wide installation, please copy plugins to +For a system wide installation, please copy plugins to /usr/share/games/trigger/plugins. -- Stefan Potyra <[email protected]> Wed, 26 Jul 2006 17:04:18 +0200 diff --git a/debian/changelog b/debian/changelog index b07539f..2670a77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,7 +28,14 @@ trigger-rally (0.6.2+dfsg-1) unstable; urgency=medium + add dversionmangle to debian/watch to handle +dfsg. + do not remove third party code from debian/rules anymore. - -- Bertrand Marc <[email protected]> Thu, 22 Oct 2015 19:20:00 +0200 + [ Markus Koschany ] + * Vcs-Browser: Use https. + * Switch from virtual libglew1.5-dev to libglew-dev build-dependency. + * Update dh_auto_clean override and ensure trigger-rally can be built twice + in a row. + * Add keywords to desktop file. + + -- Bertrand Marc <[email protected]> Sun, 15 Nov 2015 15:23:16 +0100 trigger-rally (0.6.1-0.1) unstable; urgency=medium diff --git a/debian/control b/debian/control index f2559be..a4b1428 100644 --- a/debian/control +++ b/debian/control @@ -5,22 +5,22 @@ Maintainer: Debian Games Team <[email protected]> Build-Depends: debhelper (>= 9), dh-exec, autotools-dev, - jam, - libopenal-dev, - libalut-dev, - libphysfs-dev, - libsdl-image1.2-dev, - docbook-to-man, + jam, + libopenal-dev, + libalut-dev, + libphysfs-dev, + libsdl-image1.2-dev, + docbook-to-man, automake (>= 1.9), - libglew1.5-dev, + libglew-dev, libtinyxml-dev Standards-Version: 3.9.6 -Uploaders: Stefan Potyra <[email protected]>, +Uploaders: Stefan Potyra <[email protected]>, Barry deFreese <[email protected]>, Bertrand Marc <[email protected]> Homepage: http://sourceforge.net/projects/trigger-rally Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/trigger/ -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/trigger/ +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/trigger/ Package: trigger-rally Architecture: any @@ -35,5 +35,5 @@ Description: free 3D rally racing car game rings in sequence. You win a race if you reach the last location in time. . Trigger is highly customisable, and it's easy to add new levels and vehicles. - . + . System Requirements consist of an OpenGL accelerated video card. diff --git a/debian/copyright b/debian/copyright index 42d08bb..03216aa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Trigger Rally Upstream-Contact: Jasmine Langridge <[email protected]> Source: http://sourceforge.net/projects/trigger-rally/files/ -License: GPL-2+ Files-Excluded: src/pengine/tiny* src/glew Files: * diff --git a/debian/rules b/debian/rules index 4b810fb..d2f5138 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,8 @@ override_dh_installman: $(MANPAGES) override_dh_auto_clean: if [ -f Jamconfig ]; then jam distclean; fi $(RM) $(MANPAGES) - dh_auto_clean + $(RM) Jamconfig.in + $(RM) configure + dh_auto_clean diff --git a/debian/trigger-rally.6.sgml b/debian/trigger-rally.6.sgml index 4d4344e..3b32bce 100644 --- a/debian/trigger-rally.6.sgml +++ b/debian/trigger-rally.6.sgml @@ -64,12 +64,12 @@ <varlistentry> <term><filename>$(HOME)/.trigger/trigger.config</filename></term> <listitem> - <para>Configuration file for trigger. Among other things, screen - resolution, keyboard controls and joystick setup is + <para>Configuration file for trigger. Among other things, screen + resolution, keyboard controls and joystick setup is stored here. </para> </listitem> - </varlistentry> + </varlistentry> </variablelist> </refsect1> <refsect1> @@ -77,7 +77,7 @@ <para>This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 or any + the terms of the &gnu; General Public License, Version 2 or any later version as published by the Free Software Foundation. </para> <para> diff --git a/debian/trigger-rally.desktop b/debian/trigger-rally.desktop index 8f56dcd..60ee283 100644 --- a/debian/trigger-rally.desktop +++ b/debian/trigger-rally.desktop @@ -12,3 +12,4 @@ StartupNotify=false Type=Application TryExec=/usr/games/trigger-rally Categories=Game;ActionGame; +Keywords=rally;cars;racing;tracks; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/trigger-rally.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

