[quake] 04/04: Simplify advice on obtaining game data, and point to game-data-packager's new declarative data files for checksums and exact sizes (Closes: #762823)
Simon McVittie
smcv at debian.org
Fri Jan 23 01:05:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository quake.
commit f6c341102b8529586cea49774b5df50379d46c58
Author: Simon McVittie <smcv at debian.org>
Date: Fri Jan 23 01:04:11 2015 +0000
Simplify advice on obtaining game data, and point to game-data-packager's new declarative data files for checksums and exact sizes (Closes: #762823)
---
README.quake3-data | 25 ++++++-------------------
debian/changelog | 3 +++
debian/quake-server.README.Debian | 14 ++++++++++++++
debian/quake.README.Debian | 11 +++++++----
debian/quake2-server.README.Debian | 15 +++++++++++++++
debian/quake2.README.Debian | 9 +++++++++
6 files changed, 54 insertions(+), 23 deletions(-)
diff --git a/README.quake3-data b/README.quake3-data
index d46709e..68299d5 100644
--- a/README.quake3-data
+++ b/README.quake3-data
@@ -1,21 +1,8 @@
-Use game-data-packager to build and install the quake3-data package.
-You will need these two files:
+Use game-data-packager to build and install the quake3-data
+or quake3-demo-data package.
---------------- baseq3/pak0.pk3
+For quake3-data you will need at least baseq3/pak0.pk3 (479493658 bytes)
+from a Quake III Arena CD or installation.
+game-data-packager can download all other necessary files.
-From a Quake III Arena CD-ROM or installation
-
-size: 479493658 bytes
-md5sum: 1197ca3df1e65f3c380f8abc10ca43bf
-sha1sum: 9d588ea65e92944d3e23eeb6ec08f1dd666f4658
-sha256sum: 7ce8b3910620cd50a09e4f1100f426e8c6180f68895d589f80e6bd95af54bcae
-
---------------- linuxq3apoint-1.32b-3.x86.run
-
-From any mirror of ftp.idsoftware.com, Gentoo or FreeBSD: for instance try
-http://www.filewatcher.com/m/linuxq3apoint-1.32b-3.x86.run.30923961.0.0.html
-
-size: 30923961 bytes
-md5sum: c71fdddccb20e8fc393d846e9c61d685
-sha1sum: 802d84af0d515db50a496c4c55d1f1c4f40a9239
-sha256sum: c36132c5556b35e01950f1e9c646235033a5130f87ad776ba2bc7becf4f4f186
+For quake3-demo-data (experimental) only downloadable files are required.
diff --git a/debian/changelog b/debian/changelog
index efda9e9..c96efff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ quake (10) UNRELEASED; urgency=medium
* quake3: experimental support for loading the demo data
- the same requirements apply
* Standards-Version 3.9.6 (no changes)
+ * Simplify advice on obtaining game data, and point to
+ game-data-packager's new declarative data files for checksums and
+ exact sizes (Closes: #762823)
-- Simon McVittie <smcv at debian.org> Thu, 22 Jan 2015 23:48:36 +0000
diff --git a/debian/quake-server.README.Debian b/debian/quake-server.README.Debian
index 1f31c28..52d8313 100644
--- a/debian/quake-server.README.Debian
+++ b/debian/quake-server.README.Debian
@@ -1,6 +1,20 @@
Quake dedicated server for Debian
=================================
+Game data
+---------
+
+The Quake engine requires game data to run. The data is not freely
+redistributable. You should use the 'game-data-packager' tool to install it.
+
+For the full game, you will need at least id1/pak1.pak
+from a Quake II installation or CD-ROM; game-data-packager can download
+the rest. See /usr/share/games/game-data-packager/quake.yaml for full details,
+including the sizes and checksums of the required files.
+
+The shareware episode of Quake is freely downloadable and can also be
+packaged using game-data-packager.
+
Running the server via the init script
--------------------------------------
diff --git a/debian/quake.README.Debian b/debian/quake.README.Debian
index fc7ccd5..b377936 100644
--- a/debian/quake.README.Debian
+++ b/debian/quake.README.Debian
@@ -6,11 +6,14 @@ Game data
The Quake engine requires game data to run. The data is not freely
redistributable. You should use the 'game-data-packager' tool to install it.
-'game-data-packager' supports many different versions of Quake.
-If you just want to use data you already have unpacked on your disk, you can
-copy the .pak files to /usr/share/games/quake/id1/ (pak0.pak for shareware
-Quake, pak0.pak and pak1.pak for the full game).
+For the full game, you will need at least id1/pak1.pak
+from a Quake II installation or CD-ROM; game-data-packager can download
+the rest. See /usr/share/games/game-data-packager/quake.yaml for full details,
+including the sizes and checksums of the required files.
+
+The shareware episode of Quake is freely downloadable and can also be
+packaged using game-data-packager.
Switching engines
-----------------
diff --git a/debian/quake2-server.README.Debian b/debian/quake2-server.README.Debian
index 4dbd35f..7298b5c 100644
--- a/debian/quake2-server.README.Debian
+++ b/debian/quake2-server.README.Debian
@@ -1,6 +1,21 @@
Quake II dedicated server for Debian
====================================
+Game data
+---------
+
+The Quake II engine requires game data to run. The data is not freely
+redistributable. You should use the 'game-data-packager' tool to install it.
+
+For the full game, you will need at least baseq2/pak0.pak and
+baseq2/videos/ from a Quake II installation or CD-ROM; everything
+else can be downloaded by game-data-packager. See
+/usr/share/games/game-data-packager/quake2.yaml for full details,
+including the sizes and checksums of the required files.
+
+Demo files are freely downloadable and can also be packaged using
+game-data-packager.
+
Running the server via the init script
--------------------------------------
diff --git a/debian/quake2.README.Debian b/debian/quake2.README.Debian
index cefcd4f..59fa214 100644
--- a/debian/quake2.README.Debian
+++ b/debian/quake2.README.Debian
@@ -7,6 +7,15 @@ Game data
The Quake II engine requires game data to run. The data is not freely
redistributable. You should use the 'game-data-packager' tool to install it.
+For the full game, you will need at least baseq2/pak0.pak and
+baseq2/videos/ from a Quake II installation or CD-ROM; everything
+else can be downloaded by game-data-packager. See
+/usr/share/games/game-data-packager/quake2.yaml for full details,
+including the sizes and checksums of the required files.
+
+Demo files are freely downloadable and can also be packaged using
+game-data-packager.
+
Switching engines
-----------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quake.git
More information about the Pkg-games-commits
mailing list