[game-data-packager] 01/01: Make more use of activated_by as requested in #884354

Simon McVittie smcv at debian.org
Fri Dec 15 21:55:13 UTC 2017


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 9ddae1f80d13d8fd1c4e7b3b3e1a4bea1225778a
Author: Simon McVittie <smcv at debian.org>
Date:   Fri Dec 15 21:55:01 2017 +0000

    Make more use of activated_by as requested in #884354
    
    Signed-off-by: Simon McVittie <smcv at debian.org>
---
 data/doom.yaml   | 6 ++++++
 data/quake.yaml  | 3 +++
 debian/changelog | 6 ++++++
 3 files changed, 15 insertions(+)

diff --git a/data/doom.yaml b/data/doom.yaml
index 2e1926c..94ac189 100644
--- a/data/doom.yaml
+++ b/data/doom.yaml
@@ -55,6 +55,9 @@ packages:
         args: -iwad doom.wad -file %s -warp 1 4
     install:
     - e1m4b.wad
+    activated_by:
+    - e1m4b.wad
+    - e1m4b.zip
     license:
     - e1m4b.txt
 
@@ -72,6 +75,9 @@ packages:
         args: -iwad doom.wad -file %s -warp 1 8
     install:
     - e1m8b.wad
+    activated_by:
+    - e1m8b.wad
+    - e1m8b.zip
     license:
     - e1m8b.txt
 
diff --git a/data/quake.yaml b/data/quake.yaml
index 25495c5..9785b3d 100644
--- a/data/quake.yaml
+++ b/data/quake.yaml
@@ -112,6 +112,9 @@ packages:
     - pak0.pak?dopa
     - AUTOEXEC.CFG?dopa
     - config.cfg?dopa
+    activated_by:
+    - dopa.rar
+    - pak0.pak?dopa
     doc:
     - dopa_readme.txt
     symlinks:
diff --git a/debian/changelog b/debian/changelog
index 23e1be9..364bd96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,14 @@ game-data-packager (55) UNRELEASED; urgency=medium
     - Add support for expansions that are only downloaded if specifically
       requested, or if an important file from that expansion is found
       (Closes: #775080) [smcv]
+    - doom: Only package John Romero's 2016 levels Tech Gone Bad and
+      Phobos Mission Control if specifically requested or if the wad file
+      or zip archive is found (Closes: #884354) [smcv]
     - hexen2: Allow auto-download of hexen2-hexenworld-data, but only if
       specifically requested or if the pak file or tarball is found [smcv]
+    - quake: Only package semi-official Episode 5: Dimensions of the Past
+      if specifically requested or if the pak file or rar archive is found
+      [smcv]
     - Review of the French manpage [nyav]
     - unreal, ut99: adjust to web.archive.org behaviour changes
       (Closes: #882712) [smcv]

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