[game-data-packager] 03/03: quake3: look for foo.htm as matching any version of foo.html where there are multiple versions

Simon McVittie smcv at debian.org
Sun Nov 1 01:02:51 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 c0a6dcc62deaa366bed83f9161e0c6f20eeb6abb
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Nov 1 00:58:09 2015 +0000

    quake3: look for foo.htm as matching any version of foo.html where there are multiple versions
---
 data/quake3.yaml | 8 ++++++++
 debian/changelog | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/data/quake3.yaml b/data/quake3.yaml
index c051269..152dfd4 100644
--- a/data/quake3.yaml
+++ b/data/quake3.yaml
@@ -1249,15 +1249,21 @@ files:
     - Help/Index.html?linux
     - Help/Index.html?win
 
+  Help/Index.html?linux:
+    look_for: [Help/Index.html,Help/Index.htm]
   Help/Index.html?win:
     look_for: [Help/Index.html,Help/Index.htm]
   Help/Index.html?team:
     look_for: [Help/Index.html,Help/Index.htm]
+  Help/Index.html?demo:
+    look_for: [Help/Index.html,Help/Index.htm]
 
   Help/BotCommands.html:
     alternatives:
     - Help/BotCommands.html?linux
     - Help/BotCommands.html?win
+  Help/BotCommands.html?linux:
+    look_for: [Help/BotCommands.html,Help/BotCommands.htm]
   Help/BotCommands.html?win:
     look_for: [Help/BotCommands.html,Help/BotCommands.htm]
   Help/BotCommands.html?team:
@@ -1267,6 +1273,8 @@ files:
     alternatives:
     - Help/DedicatedServer.html?linux
     - Help/DedicatedServer.html?win
+  Help/DedicatedServer.html?linux:
+    look_for: [Help/DedicatedServer.html,Help/Dedicated Server.htm]
   Help/DedicatedServer.html?win:
     look_for: [Help/DedicatedServer.html,Help/Dedicated Server.htm]
   Help/DedicatedServer.html?team:
diff --git a/debian/changelog b/debian/changelog
index 522c5a4..ab1e853 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -132,6 +132,8 @@ game-data-packager (43) UNRELEASED; urgency=medium
   * quake3-team-arena-data: remove colliding symlink
   * quake3: always install the Index.html from the Linux or Windows
     full version, not the one from the demo if found
+  * quake3: look for foo.htm as matching any version of foo.html where there
+    are multiple versions
 
  -- Simon McVittie <smcv at debian.org>  Thu, 16 Jul 2015 09:59:23 +0200
 

-- 
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