r8904 - packages/trunk/supertuxkart/debian
Christoph Egger
christoph-guest at alioth.debian.org
Sat Feb 21 18:09:25 UTC 2009
Author: christoph-guest
Date: 2009-02-21 18:09:25 +0000 (Sat, 21 Feb 2009)
New Revision: 8904
Modified:
packages/trunk/supertuxkart/debian/README.source
packages/trunk/supertuxkart/debian/changelog
packages/trunk/supertuxkart/debian/copyright
packages/trunk/supertuxkart/debian/rules
packages/trunk/supertuxkart/debian/watch
Log:
* Finish 0.6.1a
* get-orig-source target is untested because of qa.d.o downtime
Modified: packages/trunk/supertuxkart/debian/README.source
===================================================================
--- packages/trunk/supertuxkart/debian/README.source 2009-02-21 18:03:21 UTC (rev 8903)
+++ packages/trunk/supertuxkart/debian/README.source 2009-02-21 18:09:25 UTC (rev 8904)
@@ -13,4 +13,4 @@
replace them with free bits. This make target will do the Job for you, leaving
an tarball in your working directory.
.
- You may need to change the path to the rules makefile.
\ No newline at end of file
+ You may need to change the path to the rules makefile.
Modified: packages/trunk/supertuxkart/debian/changelog
===================================================================
--- packages/trunk/supertuxkart/debian/changelog 2009-02-21 18:03:21 UTC (rev 8903)
+++ packages/trunk/supertuxkart/debian/changelog 2009-02-21 18:09:25 UTC (rev 8904)
@@ -1,4 +1,4 @@
-supertuxkart (0.6.1a+dfsg1-1) UNRELEASED; urgency=low
+supertuxkart (0.6.1a+dfsg1-1) unstable; urgency=low
[ Peter De Wachter ]
* Added patch to check for SDL errors and to allow the game to run on
Modified: packages/trunk/supertuxkart/debian/copyright
===================================================================
--- packages/trunk/supertuxkart/debian/copyright 2009-02-21 18:03:21 UTC (rev 8903)
+++ packages/trunk/supertuxkart/debian/copyright 2009-02-21 18:09:25 UTC (rev 8904)
@@ -57,10 +57,6 @@
From Neverball (src/widget_set.cpp and src/widget_set.hpp)
Copyright © 2003 Robert Kooima
-data/tracks/islandtrack/road_sand
- Copyright © Steve Baker
- Copyright © 2009 Christoph Egger
-
License: GNU GPL v2+
---
This program is free software; you can redistribute it and/or
@@ -114,15 +110,10 @@
==========
-data/tracks/islandtrack/rock{1,4}
+data/tracks/islandtrack/rock{1,4}.rgb
Copyright © ImageAfter
Copyright © 2009 Christoph Egger
-data/tracks/islandtrack/road_sand_side
- Copyright © ImageAfter
- Copyright © 2009 Christoph Egger
- Copyright © Gregory Schick
-
License: GNU GPL v2
---
This program is free software; you can redistribute it and/or
@@ -182,8 +173,21 @@
data/tracks/xr591/metal_ground.rgb
Copyright © 2009 MiniBjorn
-data/textures/palmtree3 is
+data/tracks/startrack/purplenebula_*
+ Copyright © 2009 Marianne Gagnon (Auria)
+
+data/tracks/islandtrack/road_sand.rgb
+ Copyright © 2009 Marianne Gagnon (Auria)
+ Copyright © 2009 MiniBjorn
+
+data/tracks/islandtrack/road_sand_side.rgb
+ Copyright © 2009 Marianne Gagnon (Auria)
+ Copyright © 2009 MiniBjorn
Copyright © 2009 Christoph Egger <debian at christoph-egger.org>
+ Copyright © Gregory Schick
+
+data/textures/palmtree3
+ Copyright © 2009 Christoph Egger <debian at christoph-egger.org>
Copyright © Gregory Schick <leadgolem at gmail.com>
License: Creative Commons by-sa 3.0
Modified: packages/trunk/supertuxkart/debian/rules
===================================================================
--- packages/trunk/supertuxkart/debian/rules 2009-02-21 18:03:21 UTC (rev 8903)
+++ packages/trunk/supertuxkart/debian/rules 2009-02-21 18:09:25 UTC (rev 8904)
@@ -35,7 +35,7 @@
get-orig-source:
TEMPDIR = $(shell mktemp -d)
- uscan --force-download --destdir $(TEMPDIR)
+ uscan --force-download --upstream-version 0.6.1a --destdir $(TEMPDIR)
wget http://alioth.debian.org/~christoph-guest/stk-0.6.1a-dfsg.tar.bz2 -O $(TEMPDIR)/replacment.tar.bz2
(cd $(TEMPDIR) && \
tar -xjf '*.tar.bz' \
@@ -82,7 +82,7 @@
# Add here commands to install the package into debian/supertuxkart.
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
- find $(CURDIR)/debian/tmp \( -iname "License.txt" -o -iname "License.Debian.txt \) -exec rm -f {} \;
+ find $(CURDIR)/debian/tmp \( -iname "License.txt" -o -iname "License.Debian.txt" -o -iname "Music_license.rtf" \) -exec rm -f {} \;
mkdir -p $(CURDIR)/debian/tmp/usr/share/pixmaps
mkdir -p $(CURDIR)/debian/tmp/usr/share/icons/hicolor/32x32/apps
mkdir -p $(CURDIR)/debian/tmp/usr/share/icons/hicolor/64x64/apps
Modified: packages/trunk/supertuxkart/debian/watch
===================================================================
--- packages/trunk/supertuxkart/debian/watch 2009-02-21 18:03:21 UTC (rev 8903)
+++ packages/trunk/supertuxkart/debian/watch 2009-02-21 18:09:25 UTC (rev 8904)
@@ -1,6 +1,6 @@
version=3
opts=dversionmangle=s/+dfsg\d+$// \
- http://sf.net/supertuxkart/supertuxkart-([\d.]+)\.tar\.bz2
+ http://sf.net/supertuxkart/supertuxkart-(.*)\.tar\.bz2
#http://sf.net/supertuxkart/supertuxkart-([\d.]+)\.tar\.bz2
More information about the Pkg-games-commits
mailing list