~ubuntu-branches/ubuntu/jaunty/dd2/jaunty

« back to all changes in this revision

Viewing changes to debian/patches/01_update_readme.patch

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2007-12-13 10:34:46 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20071213103446-tenqs2lnb27p1r71
Tags: 0.2.2-1
[ Barry deFreese ]
* New maintainer (Closes: #453751).
  + Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
* Add myself to uploaders.
* New upstream release.
  + License bump to make it LGPLv3 compatible.
* Make distclean not ignore errors.
* Add watch file.
* Add desktop file.
* Change menu section from Arcade to Action.
* Move config.{sub,guess} handling to configure target.
* Bump debhelper build-dep and compat to 5.
* Bump Standards Version to 3.7.3.
  + Menu policy transition.
* Add quilt patching system.
  + Move source changes to patches:
    + 001_configure.patch - Automake init dodgindiamond2 not dd2.
    + 01_update_readme.patch - Remove cruft from upstream README.
    + 02_makefile_scores.patch - Install scores file in $(DESTDIR).
    + 03_hiscore_file.patch - Add real users (No idea why).
    + 04_hiscore_patches.patch - main.c and engine.h - path for hiscore file.
* Add autoconf, automake build-deps to reconfigure on build.
* Fix up debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -urN dd2-0.2.2.orig/README dd2-0.2.2/README
 
2
--- dd2-0.2.2.orig/README       2004-07-02 11:34:03.000000000 -0400
 
3
+++ dd2-0.2.2/README    2008-01-03 12:09:47.000000000 -0500
 
4
@@ -5,35 +5,10 @@
 
5
 
 
6
 ** Required **
 
7
 
 
8
-DD2 needs SDL 1.2.x and SDL_Mixer.
 
9
-
 
10
-You can find both needed libraries at http://www.libsdl.org/
 
11
-
 
12
 You can get newest version of this package at:
 
13
 
 
14
    http://www.usebox.net/jjm/dd2/
 
15
 
 
16
-** Install **
 
17
-
 
18
-UNIX Instructions
 
19
-
 
20
-In the root directory of DD2 package:
 
21
-
 
22
-$ ./configure
 
23
-$ make
 
24
-$ su
 
25
-$ make install
 
26
-$ exit
 
27
-$ dd2
 
28
-
 
29
-You may read the generic INSTALL file.
 
30
-
 
31
-Win32 Instructions
 
32
-
 
33
-The game doesn't need any installation. Just unzip the
 
34
-package and run dd2.exe. In case of error (eg. the game
 
35
-doesn't start), check stderr.txt file in dd2.exe directory.
 
36
-
 
37
 ** Configuration **
 
38
 
 
39
 You can change player control, sound and graphic mode in
 
40
@@ -44,15 +19,9 @@
 
41
 
 
42
 ** Keyboard **
 
43
 
 
44
-Player 1: UP, DOWN, LEFT, RIGHT, RIGHT CONTROL
 
45
+Player 1: UP, DOWN, LEFT, RIGHT, M
 
46
 Player 2: w, s, a, d, LEFT CONTROL
 
47
 
 
48
-There are reports of systems with just one control key. In those
 
49
-systems you should use 'm' key instead RIGHT CONTROL. To enable
 
50
-this alternative fire key, configure with:
 
51
-
 
52
-$ ./configure --enable-alternate-fire-key 
 
53
-
 
54
 ** Joystick **
 
55
 
 
56
 Player 1: Joystick 1 (if available)
 
57
@@ -106,7 +75,7 @@
 
58
 
 
59
  In order to use esd driver, execute in a bash alike shell:
 
60
 
 
61
-       SDL_AUDIODRIVER="esd" dd2
 
62
+       SDL_AUDIODRIVER="esd" dodgindiamon2
 
63
 
 
64
  Check the FAQ about using SDL: http://www.libsdl.org/faq.php.
 
65
 
 
66
@@ -124,14 +93,7 @@
 
67
 
 
68
  By now the best way to avoid this problem is to not press alt+tab!
 
69
 
 
70
-7. The game doesn't work on MAC OS X.
 
71
-
 
72
- DD2 uses SDL_DOUBLEBUF and that feature is not supported on MAC OS X.
 
73
-
 
74
- However since version 1.2.6 SDL has experimental code that should make
 
75
- it work, but I have no reports about it working.
 
76
-
 
77
-8. I have a problem that is not listed here!
 
78
+7. I have a problem that is not listed here!
 
79
 
 
80
  Check the FAQ about using SDL: http://www.libsdl.org/faq.php.
 
81