[game-data-packager] 21/21: Add Steam paths and long names for Q2 mission packs
Simon McVittie
smcv at debian.org
Thu Jan 22 01:10:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit 10cc409fb8a0677a4a3b94221983eab1d7f2c7a7
Author: Simon McVittie <smcv at debian.org>
Date: Thu Jan 22 01:03:03 2015 +0000
Add Steam paths and long names for Q2 mission packs
Their official titles (e.g. on Steam) just say
"Quake II Mission Pack: Whatever", but The Reckoning was released earlier,
and the "Quit? y/n" screen in Ground Zero calls it Mission Pack 2,
so it seems fairly unambiguous which one comes first.
---
data/quake2-groundzero-data.control.in | 2 +-
data/quake2-reckoning-data.control.in | 2 +-
data/quake2.yaml | 9 +++++++++
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/data/quake2-groundzero-data.control.in b/data/quake2-groundzero-data.control.in
index 12d7850..8ce319a 100644
--- a/data/quake2-groundzero-data.control.in
+++ b/data/quake2-groundzero-data.control.in
@@ -1,4 +1,4 @@
-Description: Quake II: Ground Zero data files
+Description: Quake II Mission Pack 2: Ground Zero data files
Quake II: Ground Zero is a Mission Pack for Quake II created by Rogue
Entertainment. This package was generated using the "game-data-packager"
program from the Debian package of the same name.
diff --git a/data/quake2-reckoning-data.control.in b/data/quake2-reckoning-data.control.in
index d9cb9a3..cc06d19 100644
--- a/data/quake2-reckoning-data.control.in
+++ b/data/quake2-reckoning-data.control.in
@@ -1,4 +1,4 @@
-Description: Quake II: The Reckoning data files
+Description: Quake II Mission Pack 1: The Reckoning data files
Quake II: The Reckoning is a Mission Pack for Quake II created by Xatrix
Entertainment. This package was generated using the "game-data-packager"
program from the Debian package of the same name.
diff --git a/data/quake2.yaml b/data/quake2.yaml
index 6b9e904..c32f05e 100644
--- a/data/quake2.yaml
+++ b/data/quake2.yaml
@@ -186,6 +186,7 @@ packages:
- quake2_manual/top_nav.html
quake2-demo-data:
+ longname: "Quake II (demo)"
demo_for: quake2-full-data
debian:
engine: quake2 | quake2-server
@@ -331,6 +332,10 @@ packages:
first_track: 2
quake2-reckoning-data:
+ longname: "Quake II Mission Pack 1: The Reckoning"
+ steam:
+ id: 2330
+ path: "common/Quake 2"
debian:
provides: quake2-xatrix
conflicts: quake2-xatrix
@@ -373,6 +378,10 @@ packages:
first_track: 2
quake2-groundzero-data:
+ longname: "Quake II Mission Pack 2: Ground Zero"
+ steam:
+ id: 2340
+ path: "common/Quake 2"
debian:
provides: quake2-rogue
conflicts: quake2-rogue
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list