r384 - in packages/ppracer/trunk/debian: . patches
Alexander Schmehl
tolimar-guest at costa.debian.org
Thu Mar 30 01:55:41 UTC 2006
Author: tolimar-guest
Date: 2006-03-30 01:55:38 +0000 (Thu, 30 Mar 2006)
New Revision: 384
Modified:
packages/ppracer/trunk/debian/changelog
packages/ppracer/trunk/debian/control
packages/ppracer/trunk/debian/patches/00list
packages/ppracer/trunk/debian/ppracer.desktop
packages/ppracer/trunk/debian/rules
Log:
ppracer: Fixe some bugs, new upload
Modified: packages/ppracer/trunk/debian/changelog
===================================================================
--- packages/ppracer/trunk/debian/changelog 2006-03-30 00:05:41 UTC (rev 383)
+++ packages/ppracer/trunk/debian/changelog 2006-03-30 01:55:38 UTC (rev 384)
@@ -1,10 +1,29 @@
-ppracer (0.3.1-6) UNRELEASED; urgency=low
+ppracer (0.3.1-6) unstable; urgency=low
- * changed maintainer to "Debian Games Team <pkg-games-devel at lists.alioth.debian.org>"
- * fixed typo in package description (Closes: #346465)
+ * debian/control
+ - changed maintainer to "Debian Games Team <pkg-games-devel at lists.alioth.debian.org>"
+ - changes uploaders
+ - fixed typo in package description (Closes: #346465)
+ - fixed typo: in planetpenguin-racer-gimp-dev suggested
+ planetpenguin-extras instead of planetpenguin-racer-extras
+ * debian/rules
+ - ups, the icons should be in the binary package...
+ - moved the uudecode stuff from build-indep to build-arch target
+ - moved the install stuff from install-indep to install-arch
+ * debian/patches
+ - 30_G++4.1-fix.dpatch
+ - added fix for FTBFS when using gcc 4.1, Thanks to Martin Michlmayr!
+ Closes: #356362
+ - 40_fix_keyboard_config.dpatch
+ - added fix for keyboard configuration problems, Thanks for Stefan
+ Potyra for the fix, Closes: #344697
+ * debian/ppracer.desktop
+ - Replaced Name and Comment by stuff better suiting. Thanks to
+ Lukas Sabota for reporting and Stefan Potyra for forwarding the bug
+ report from Ubuntu
+
+ -- Alexander Schmehl <tolimar at debian.org> Fri, 27 Jan 2006 18:31:41 +0100
- -- Alexander Schmehl <alexander at schmehl.info> Fri, 27 Jan 2006 18:31:41 +0100
-
ppracer (0.3.1-5) unstable; urgency=low
* debian/control:
Modified: packages/ppracer/trunk/debian/control
===================================================================
--- packages/ppracer/trunk/debian/control 2006-03-30 00:05:41 UTC (rev 383)
+++ packages/ppracer/trunk/debian/control 2006-03-30 01:55:38 UTC (rev 384)
@@ -2,7 +2,7 @@
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Alexander Schmehl <alexander at schmehl.info>, Andreas Tille <tille at debian.org>
+Uploaders: Alexander Schmehl <tolimar at debian.org>
Build-Depends: debhelper (>= 4.0.0), xlibmesa-gl-dev (>= 4.3.0), tcl8.4-dev, libxmu-dev, libglu1-xorg-dev, libpng12-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev, libfreetype6-dev, docbook-to-man, dpatch, sharutils
Standards-Version: 3.6.2
@@ -47,7 +47,7 @@
Architecture: all
Depends: gimp
Recommends: planetpenguin-racer
-Suggests: planetpenguin-extras
+Suggests: planetpenguin-racer-extras
Description: plugins for GIMP for easy development of ppracer courses
The courses of PlanetPenguins Racers, or ppracer as it is called for
short, are quite easy to create. They consist of three graphic files
Modified: packages/ppracer/trunk/debian/patches/00list
===================================================================
--- packages/ppracer/trunk/debian/patches/00list 2006-03-30 00:05:41 UTC (rev 383)
+++ packages/ppracer/trunk/debian/patches/00list 2006-03-30 01:55:38 UTC (rev 384)
@@ -1,2 +1,4 @@
10_norwegian_translation.dpatch
20_german_translation.dpatch
+30_G++4.1-fix.dpatch
+40_fix_keyboard_config.dpatch
Modified: packages/ppracer/trunk/debian/ppracer.desktop
===================================================================
--- packages/ppracer/trunk/debian/ppracer.desktop 2006-03-30 00:05:41 UTC (rev 383)
+++ packages/ppracer/trunk/debian/ppracer.desktop 2006-03-30 01:55:38 UTC (rev 384)
@@ -2,11 +2,11 @@
Version=1.0
Encoding=UTF-8
Type=Application
-Name=planetpenguin-racer
+Name=Planet Penguin Racer
GenericName=Arcade Game
GenericName[de]=Arkade-Spiel
-Comment=fast single player arcade game
-Comment[de]=schnelles einzelspieler Arkade-Spiel
+Comment=Race a penguin down a mountain
+Comment[de]=Rutsche mit einem Pinguin einen Hügel hinab
Icon=ppracer-128x128.png
FilePattern=ppracer
Modified: packages/ppracer/trunk/debian/rules
===================================================================
--- packages/ppracer/trunk/debian/rules 2006-03-30 00:05:41 UTC (rev 383)
+++ packages/ppracer/trunk/debian/rules 2006-03-30 01:55:38 UTC (rev 384)
@@ -35,15 +35,15 @@
# create the manpages
/usr/bin/docbook-to-man debian/ppracer.6.sgml > ppracer.6
/usr/bin/docbook-to-man debian/ppracer.6.de.sgml > ppracer.de.6
- touch build-arch-stamp
-
-build-indep: build-indep-stamp
-build-indep-stamp: config.status
# uudecode the menuicons
for icon in $(shell ls debian/icons/*.uu) ; do \
/usr/bin/uudecode $$icon ; \
done
mv ppracer-*.png debian/icons/
+ touch build-arch-stamp
+
+build-indep: build-indep-stamp
+build-indep-stamp: config.status
touch build-indep-stamp
@@ -98,8 +98,6 @@
cp -af data/music/readme debian/docs-data/README.music
# and now install it to the -data package
dh_installdocs -pplanetpenguin-racer-data debian/docs-data/*
- # now let's install all the icons...
- dh_install -pplanetpenguin-racer-data --exclude=.uu debian/icons/* /usr/share/pixmaps
install-arch:
@@ -113,7 +111,9 @@
dh_install -s src/ppracer /usr/games/
dh_install -s debian/ppracer.desktop /usr/share/applications/
dh_installman -s ppracer.6 ppracer.de.6
- dh_installdocs -s AUTHORS
+ dh_installdocs -s AUTHORS
+ # now let's install all the icons...
+ dh_install -s --exclude=.uu debian/icons/* /usr/share/pixmaps
binary-common:
More information about the Pkg-games-devel
mailing list