Codebase list bumprace / debian/1.5.4-2
Import Debian changes 1.5.4-2 bumprace (1.5.4-2) UNRELEASED; urgency=low * provide desktop file (closes: #737837) * fix spelling mistakes (closes: #749735) * updated Standards-Version to 3.9.3 (no changes) Christian T. Steigies 5 years ago
8 changed file(s) with 82 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
1515 \fBbumprace\fR a simple arcade game.
1616 .SH "OPTIONS"
1717 .PP
18 These programs follow the usual GNU command line syntax,
18 This program follows the usual GNU command line syntax,
1919 with long options starting with two dashes (`\-'). A summary of
2020 options is included below.
2121 .IP "\fB-f\fP \fB\-\-fullscreen\fP " 10
2323 .IP "\fB-w\fP \fB\-\-windowed\fP " 10
2424 Start in windowed mode.
2525 .IP "\fB-s\fP \fB\-\-nosound\fP " 10
26 Start in without sound.
26 Start without sound.
2727 .IP "\fB-n\fP \fB\-\-notfinal\fP " 10
28 No title screen (nice for develolopers).
28 No title screen (nice for developers).
2929 .IP "\fB-t\fP \fB\-\-noparticles\fP " 10
30 Turns of paticles. Good for slow computers.
30 Turns off particles. Good for slow computers.
3131 .IP "\fB-o\fP \fB\-\-nofadeout\fP " 10
32 No fadeout after crash (for slow coputers).
32 No fadeout after crash (for slow computers).
3333 .IP " \fB\-\-precision\fP " 10
3434 Sets the precison of the collisions (default=10).
3535 .IP "\fB-h\fP \fB\-\-help\fP " 10
6060 License, Version 1.1 or any later version published by the Free
6161 Software Foundation; with no Invariant Sections, no Front-Cover
6262 Texts and no Back-Cover Texts.
63 .\" created by instant / docbook-to-man, Mon 24 Mar 2008, 19:45
63 .\" created by instant / docbook-to-man, Sun 12 Oct 2014, 19:15
0 [Desktop Entry]
1 Version=1.0
2 Type=Application
3 Name=BumpRace
4 GenericName=race through a maze
5 Comment=1 or 2 players race through a multi-level maze
6 Exec=bumprace
7 TryExec=bumprace
8 Icon=bumprace-icon
9 StartupNotify=false
10 Terminal=false
11 Categories=Game;ActionGame;
12 Keywords=space;
8181 <refsect1>
8282 <title>OPTIONS</title>
8383
84 <para>These programs follow the usual GNU command line syntax,
84 <para>This program follows the usual GNU command line syntax,
8585 with long options starting with two dashes (`-'). A summary of
8686 options is included below.</para>
8787
110110 <option>--nosound</option>
111111 </term>
112112 <listitem>
113 <para>Start in without sound.</para>
113 <para>Start without sound.</para>
114114 </listitem>
115115 </varlistentry>
116116
119119 <option>--notfinal</option>
120120 </term>
121121 <listitem>
122 <para>No title screen (nice for develolopers).</para>
122 <para>No title screen (nice for developers).</para>
123123 </listitem>
124124 </varlistentry>
125125
128128 <option>--noparticles</option>
129129 </term>
130130 <listitem>
131 <para>Turns of paticles. Good for slow computers.</para>
131 <para>Turns off particles. Good for slow computers.</para>
132132 </listitem>
133133 </varlistentry>
134134
137137 <option>--nofadeout</option>
138138 </term>
139139 <listitem>
140 <para>No fadeout after crash (for slow coputers).</para>
140 <para>No fadeout after crash (for slow computers).</para>
141141 </listitem>
142142 </varlistentry>
143143
0 bumprace (1.5.4-2) UNRELEASED; urgency=low
1
2 * provide desktop file (closes: #737837)
3 * fix spelling mistakes (closes: #749735)
4 * updated Standards-Version to 3.9.3 (no changes)
5
6 -- Christian T. Steigies <cts@debian.org> Sun, 12 Oct 2014 18:05:19 +0200
7
08 bumprace (1.5.4-1) unstable; urgency=low
19
210 * new upstream version, sound and music have been removed (closes: #613344)
1010 libsdl1.2-dev (>=1.2.4),
1111 libtool,
1212 zlib1g-dev
13 Standards-Version: 3.9.3
13 Standards-Version: 3.9.5
1414
1515 Package: bumprace
1616 Architecture: any
0 spelling-mistakes
0 Description: fix spelling-mistakes
1 Author: Helge Kreutzmann <debian@helgefjell.de>
2 Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749735
3 Reviewed-by: Christian T. Steigies <cts@debian.org>
4 ---
5 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
6 Index: bumprace-1.5.4/src/bumprace.c
7 ===================================================================
8 --- bumprace-1.5.4.orig/src/bumprace.c
9 +++ bumprace-1.5.4/src/bumprace.c
10 @@ -884,9 +884,9 @@ void TextHelp(char *argv[])
11 puts(" [-f | --fullscreen] start in fullscreen mode (default)");
12 puts(" [-w,| --windowed] start in windowed mode");
13 puts(" [-s,| --nosound] start without sound");
14 - puts(" [-n,| --notfinal] no title screen (nice for develolopers)");
15 - puts(" [-t,| --noparticles] turns of paticles. good for slow computers.");
16 - puts(" [-o,| --nofadeout] no fadeout after crash (for slow coputers)");
17 + puts(" [-n,| --notfinal] no title screen (nice for developers)");
18 + puts(" [-t,| --noparticles] turns of particles. good for slow computers.");
19 + puts(" [-o,| --nofadeout] no fadeout after crash (for slow computers)");
20 puts(" [ --precision] sets the precison of the collisions (default=10)");
21 puts(" [-h,| --help] this text\n");
22
23 @@ -1205,7 +1205,7 @@ int main(int argc, char *argv[])
24 else break;
25 }
26 }
27 - printf("** Racer selcted **\n");
28 + printf("** Racer selected **\n");
29 for (pl=0;pl<playernum;pl++) load_racer();
30 printf("** Racer data loaded **\n");
31 // set racer abilities
32 Index: bumprace-1.5.4/README
33 ===================================================================
34 --- bumprace-1.5.4.orig/README
35 +++ bumprace-1.5.4/README
36 @@ -33,8 +33,8 @@ Last Racer: press control to stick to w
37 "--levelset 1" selects an alternative, hard level set
38 "--nofullscreen" "-f" guess
39 "--nosound" "-s" guess again
40 -"--notfinal" "-n" no title screen (nice for develolopers)
41 -"--noparticles" "-t" turns of paticles. good for slow computers.
42 +"--notfinal" "-n" no title screen (nice for developers)
43 +"--noparticles" "-t" turns off particles. good for slow computers.
44 "--pageflip" "-p" flicker-free fullscreen, slow and extremly buggy
45 "--precision [value]" sets the precison of the collisions (default=10)
46 using this is not recommended
1111 install -c -m 644 debian/bumprace.6 $(CURDIR)/debian/bumprace/usr/share/man/man6
1212 install -c -m 644 debian/bumprace-icon.xpm $(CURDIR)/debian/bumprace/usr/share/pixmaps
1313 install -c -m 755 debian/tmp/usr/games/bumprace $(CURDIR)/debian/bumprace/usr/games
14
14 install -D -m 644 debian/bumprace.desktop $(CURDIR)/debian/bumprace/usr/share/applications/bumprace.desktop