[SCM] Installer for game data files branch, gui, updated. 9092133f0b2589fd66ef16e6348f2c3989f9aa4c

Jon Dowland jmtd at debian.org
Fri Sep 25 17:28:49 UTC 2009


The following commit has been merged in the gui branch:
commit 884a401c3031b04906846675c5182d96f58c1463
Author: Jon Dowland <jmtd at debian.org>
Date:   Thu Sep 24 18:40:00 2009 +0100

    add a 'type' key to each action (currently: copy)

diff --git a/supported/doom b/supported/doom
index 9df34cb..99a6fd3 100644
--- a/supported/doom
+++ b/supported/doom
@@ -2,6 +2,7 @@ shortname: doom
 longname: "Doom"
 actions:
   - 
+    type: copy
     name: doom.wad
     destination: /usr/share/games/doom/doom.wad
     md5:
diff --git a/supported/doom2 b/supported/doom2
index bec93be..4fed91d 100644
--- a/supported/doom2
+++ b/supported/doom2
@@ -2,11 +2,13 @@ shortname: doom2
 longname: "Doom 2: Hell on Earth"
 actions:
   - 
+    type: copy
     name: doom2.wad
     destination: /usr/share/games/doom/doom2.wad
     md5: [ 25e1459ca71d321525f84628f45ca8cd ]
     depends: [ zomg ]
   -
+    type: copy
     name: zomg
     destination: /tmp/zomg
     md5: 6f5902ac237024bdd0c176cb93063dc4
diff --git a/supported/plutonia b/supported/plutonia
index b616b36..5fbda61 100644
--- a/supported/plutonia
+++ b/supported/plutonia
@@ -2,6 +2,7 @@ shortname: Plutonia
 longname: "Final Doom: The Plutonia Experiment"
 actions:
   - 
+    type: copy
     name: plutonia.wad
     destination: /usr/share/games/doom/plutonia.wad
     md5: [ 75c8cf89566741fa9d22447604053bd7 ]
diff --git a/supported/tnt b/supported/tnt
index 2f7cb05..5a4b465 100644
--- a/supported/tnt
+++ b/supported/tnt
@@ -2,6 +2,7 @@ shortname: tnt
 longname: "Final Doom: TNT: Evilution"
 actions:
   - 
+    type: copy
     name: tnt.wad
     destination: /usr/share/games/doom/tnt.wad
     md5: [ 4e158d9953c79ccf97bd0663244cc6b6 ]

-- 
Installer for game data files



More information about the Pkg-games-commits mailing list