summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-27 17:33:21 +0000
committerSimon McVittie <smcv@debian.org>2018-01-27 17:33:21 +0000
commit3e7ff248a302824b6875754ae63cee1749aec5a6 (patch)
tree5248b23c33aaed89dacb7eb3913283a77aa83a04
parent715641e0e0442b62812afc03c00a52b7723d05ac (diff)
data: Help text doesn't need dots to escape blank lines
YAML literal blocks work by indentation, so this isn't necessary. Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--data/baldurs-gate-1.yaml3
-rw-r--r--data/baldurs-gate-2.yaml5
-rw-r--r--data/icewind-dale-1.yaml2
-rw-r--r--data/icewind-dale-2.yaml2
-rw-r--r--data/morrowind.yaml9
-rw-r--r--data/noahs-ark.yaml2
-rw-r--r--data/planescape-torment.yaml2
-rw-r--r--data/rott.yaml2
-rw-r--r--debian/changelog2
9 files changed, 14 insertions, 15 deletions
diff --git a/data/baldurs-gate-1.yaml b/data/baldurs-gate-1.yaml
index d864c6b5..1dfda1a7 100644
--- a/data/baldurs-gate-1.yaml
+++ b/data/baldurs-gate-1.yaml
@@ -13,11 +13,10 @@ help_text: |
Data for Baldur's Gate - The Original Saga can be downloaded from gog.com
automatically. You can skip the download by providing the English Linux
installer, gog_baldur_s_gate_the_original_saga_2.0.0.9.sh.
- .
+
Please use /usr/share/gemrb/baldurs-gate-1-en as GamePath in your
/etc/gemrb/*.conf files.
-
packages:
baldurs-gate-1-en-data:
gog:
diff --git a/data/baldurs-gate-2.yaml b/data/baldurs-gate-2.yaml
index 392815e5..3ae9c434 100644
--- a/data/baldurs-gate-2.yaml
+++ b/data/baldurs-gate-2.yaml
@@ -13,13 +13,12 @@ help_text: |
Data for Baldur's Gate 2 can be downloaded from gog.com. Please download the
English Linux installer and run it manually. Copy all files into a directory
of your choice and then run
- .
+
game-data-packager baldurs-gate-2 <path-to-your-directory>
- .
+
Please use /usr/share/gemrb/baldurs-gate-2-en as GamePath in your
/etc/gemrb/*.conf files.
-
packages:
baldurs-gate-2-en-data:
longname: Baldur's Gate 2 (English)
diff --git a/data/icewind-dale-1.yaml b/data/icewind-dale-1.yaml
index c46fc572..2e9ad1c8 100644
--- a/data/icewind-dale-1.yaml
+++ b/data/icewind-dale-1.yaml
@@ -10,7 +10,7 @@ help_text: |
Data for Icewind Dale can be downloaded from gog.com automatically.
You can skip the download by providing
setup_icewind_dale_complete_2.0.0.11.exe
- .
+
Please use /usr/share/gemrb/icewind-dale-1-en as GamePath in your
/etc/gemrb/*.conf files.
diff --git a/data/icewind-dale-2.yaml b/data/icewind-dale-2.yaml
index 52a0016b..8090a839 100644
--- a/data/icewind-dale-2.yaml
+++ b/data/icewind-dale-2.yaml
@@ -9,7 +9,7 @@ missing_langs: [de,fr,pl,ru]
help_text: |
Data for Icewind Dale 2 can be downloaded from gog.com automatically.
You can skip the download by providing setup_icewind_dale2_2.0.0.11.exe.
- .
+
Please use /usr/share/gemrb/icewind-dale-2-en as GamePath in your
/etc/gemrb/*.conf files.
diff --git a/data/morrowind.yaml b/data/morrowind.yaml
index 1b1c99f8..ed53dcdc 100644
--- a/data/morrowind.yaml
+++ b/data/morrowind.yaml
@@ -20,16 +20,15 @@ gog:
help_text: |
game-data-packager currently supports English and French.
- .
+
Both GOG and Steam sell English, German & French versions.
- .
+
To let OpenMW know of this data package,
you must run these commands in a shell.
- .
+
$ mkdir -p ~/.config/openmw/
$ cp /usr/share/games/morrowind-*/openmw.cfg ~/.config/openmw/
- .
- .
+
Alternatively, you can point the openmw-wizard graphical tool
provided by the openmw-launcher package to the
/usr/share/games/morrowind-* directory.
diff --git a/data/noahs-ark.yaml b/data/noahs-ark.yaml
index 4727a11e..59a47db6 100644
--- a/data/noahs-ark.yaml
+++ b/data/noahs-ark.yaml
@@ -6,7 +6,7 @@ plugin: ecwolf_common
help_text: |
This game can be bought online here:
http://wisdomtree.itch.io/s3dna
- .
+
The physical CD is also still on sale:
http://wisdomtreegames.com/games/super3dnoahsark/
diff --git a/data/planescape-torment.yaml b/data/planescape-torment.yaml
index ae442feb..a38895a4 100644
--- a/data/planescape-torment.yaml
+++ b/data/planescape-torment.yaml
@@ -8,7 +8,7 @@ missing_langs: [de,fr,pl]
help_text: |
Data for Planescape Torment can be downloaded from gog.com automatically.
You can skip the download by providing setup_planescape_torment_1.01_(a)_(10597).exe.
- .
+
Please use /usr/share/gemrb/planescape-torment-en as GamePath and
/usr/share/gemrb/planescape-torment-en/data as value for CD1 in your
/etc/gemrb/*.conf files.
diff --git a/data/rott.yaml b/data/rott.yaml
index ecfbbb34..9e3c4e9a 100644
--- a/data/rott.yaml
+++ b/data/rott.yaml
@@ -9,7 +9,7 @@ genre: First-person shooter
help_text: |
The GOG.com & Steam packages don't include
the first - shareware - episode "The HUNT begins".
- .
+
HUNTBGIN.WAD will be downloaded if not supplied.
steam:
diff --git a/debian/changelog b/debian/changelog
index c5426fdf..175b2967 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ game-data-packager (58) UNRELEASED; urgency=medium
- data: Use https in more places [smcv]
* Internal changes:
- build: Add support for xdelta3 patches [smcv, adetiste]
+ - data: Blank lines in help text don't need escaping with a dot
+ [smcv]
- tools: Improve robustness of mirror.py [adetiste]
-- Simon McVittie <smcv@debian.org> Wed, 24 Jan 2018 23:54:22 +0000