Bug#884826: ut99: fails to create data package from installed GOTY 432

Dmitry Eremin-Solenikov dbaryshkov at gmail.com
Wed Dec 20 03:22:44 UTC 2017


Package: game-data-packager
Version: 54
Severity: normal

g-d-p fails to build ut99-data package from installed GOTY version 432
(fresh install from CDs, no patches applied), because it contains
different version of Maps/CityIntro.unr file. Please consider applying
attached patch which provides several fixes:

 - Add support for GOTY version 432 installed files
 - Drop System/IpServer.int?gold file from UTbasePatch436nodelta
   contents. It is not present in the file.
 - Add download URLs for patches and bonus packs

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages game-data-packager depends on:
ii  dpkg            1.19.0.4
ii  fakeroot        1.22-2
ii  python3         3.6.3-2
ii  python3-debian  0.1.31
ii  python3-yaml    3.12-1+b1

Versions of packages game-data-packager recommends:
ii  game-data-packager-runtime  54

Versions of packages game-data-packager suggests:
ii  arj                   3.10.22-17
ii  binutils              2.29.1-12
ii  cabextract            1.6-1.1
ii  cdparanoia            3.10.2+debian-11.1
ii  dynamite              0.1.1-2+b2
ii  gcc                   4:7.2.0-1d1
pn  gdebi | gdebi-kde     <none>
ii  gir1.2-gdkpixbuf-2.0  2.36.11-1
ii  innoextract           1.6-1+b2
pn  lgc-pg                <none>
ii  lgogdownloader        3.3-1
ii  lhasa [lzh-archiver]  0.3.1-2+b1
ii  make                  4.1-9.1
ii  p7zip-full            16.02+dfsg-4
pn  steam                 <none>
pn  steamcmd              <none>
ii  unace-nonfree         2.5-9
pn  unar                  <none>
ii  unrar                 1:5.5.8-1
ii  unshield              1.4.2-1
ii  unzip                 6.0-21
ii  vorbis-tools          1.4.0-10.1
ii  xdelta                1.1.3-9.2

-- no debconf information
-------------- next part --------------
diff --git a/data/ut99.yaml b/data/ut99.yaml
index 1309ec66a15e..b607812b1738 100644
--- a/data/ut99.yaml
+++ b/data/ut99.yaml
@@ -126,6 +126,7 @@ files:
   Maps/CityIntro.unr:
     alternatives:
       - Maps/CityIntro.unr?goty
+      - Maps/CityIntro.unr?432-goty
       - Maps/CityIntro.unr?400
 
   Maps/CTF-High.unr:
@@ -149,6 +150,7 @@ files:
       - System/UTMenu.int?400
 
   ut-install-436.run:
+    download: http://www.ut-files.com/index.php?dir=Patches/&file=ut-install-436.run
     unpack:
       format: tar.gz
       skip: 5854
@@ -157,6 +159,7 @@ files:
       - files in 436 Linux non-GOTY installer
 
   ut-install-436-goty.run:
+    download: http://www.ut-files.com/index.php?dir=Patches/&file=ut-install-436-GOTY.run
     unpack:
       format: tar.gz
       skip: 5903
@@ -165,6 +168,7 @@ files:
       - files in 436 Linux GOTY installer
 
   UTPGPatch451.tar.bz2:
+    download: http://www.ut-files.com/index.php?dir=Patches/&file=utpgpatch451.tar.bz2
     unpack:
       format: tar.bz2
     provides:
@@ -346,6 +350,7 @@ files:
       format: umod
 
   UTBonusPack.zip:
+    download: http://www.ut-files.com/index.php?dir=Patches/&file=utbonuspack.zip
     provides:
       - UTBonusPack.umod
     unpack:
@@ -396,6 +401,7 @@ files:
       format: umod
 
   UTBonusPack4.zip:
+    download: http://www.ut-files.com/index.php?dir=Patches/&file=utbonuspack4.zip
     provides:
     - UTBonusPack4.umod
     unpack:
@@ -423,11 +429,11 @@ files:
       - System/Core.int?ut99
       - System/Editor.int?436
       - System/IpDrv.int?436
-      - System/IpServer.int?gold
     unpack:
       format: umod
 
   utpatch436nodelta.exe:
+    download: http://www.ut-files.com/index.php?dir=Patches/&file=UTPatch436nodelta.exe
     provides:
     - UTbasePatch436nodelta.exe
     unpack:
@@ -1146,6 +1152,7 @@ groups:
     group_members: |
       3320481   fdeb50aa61babaf52915f05ca8d98c92 Maps/CTF-High.unr?bp3
       2429842   93cd38c58f6a66bc116b889490accff9 Maps/CityIntro.unr?400
+      2452871   b0f2b5b67769238ba0a10656cf2105bc Maps/CityIntro.unr?432-goty
       29975     85d9948326bdbfc8b878afa30dd643e8 Maps/UTCredits.unr?400
       559       d852b189c26a246388bb594bc3039db6 System/UTMenu.int?400
 


More information about the Pkg-games-devel mailing list