Debian Package Tracker
Register | Log in
Subscribe

game-data-packager

Installer for game data files

Choose email to subscribe with

general
  • source: game-data-packager (contrib)
  • version: 88
  • maintainer: Debian Games Team (archive) (DMD)
  • uploaders: Simon McVittie [DMD] – Jack Coulter [DMD] – David Banks [DMD] – Jonathan Dowland [DMD] – Alexandre Detiste [DMD]
  • arch: all i386
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 67
  • oldstable: 73
  • stable: 85.1
  • testing: 88
  • unstable: 88
versioned links
  • 67: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 73: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 85.1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 88: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • etqw
  • etqw-server
  • game-data-packager (34 bugs: 0, 4, 30, 0)
  • game-data-packager-runtime
  • game-data-packager-runtime-libs
  • quake
  • quake-server
  • quake2
  • quake2-server
  • quake3
  • quake3-server
  • quake4
  • quake4-server
action needed
AppStream hints: 1 error and 16 warnings for game-data-packager-runtime,quake3,quake2,quake high
AppStream found metadata issues for packages:
  • quake: 7 warnings
  • quake2: 4 warnings
  • quake3: 3 warnings
  • game-data-packager-runtime: 1 error and 2 warnings
You should get rid of them to provide more metadata about this software.
Created: 2018-06-04 Last update: 2026-04-19 14:30
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 89, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 55dabb1a161fc0a9e04e0833aa79eb4c2c44bb82
Author: Simon McVittie <smcv@debian.org>
Date:   Mon Jun 29 09:41:32 2026 +0100

    Update changelog
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit b8691338f299286f604c6fa2225a64030e0385b3
Author: Simon McVittie <smcv@debian.org>
Date:   Mon Jun 29 09:38:59 2026 +0100

    doom3: Remove details of how to unpack obsolete rar file
    
    This means users won't be warned if unrar isn't installed.
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 8a4542393eed0b36dca4b2ba56efddd612344233
Author: Sébastien Noel <sebastien@twolife.be>
Date:   Sun Jun 28 21:34:39 2026 +0200

    doom3: install Lost Mission v1.5.7 ; it is compatible with dhewm3-d3le

commit 3c19ec8b81c73530535eca0d20ef4c4253a27c3a
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Jun 27 22:44:42 2026 +0100

    doom3: Add preliminary details of The Lost Mission v1.5.7
    
    These aren't actually installed yet: a Doom 3 player should confirm
    whether dhewm3-d3le is compatible with this version.
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit b2ab8aa8825ad32752387dc6d0ee3c5d06da5c29
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Jun 27 22:31:56 2026 +0100

    doom3: Add .zip version of Classic Doom 1.3.1
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 1faeaaa02e4bb453ad0f3566430bbf4f7aa1f9a3
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Jun 27 22:15:31 2026 +0100

    make-template: Allow for existing files to be alternatives groups
    
    Alternatives groups don't have a size or hashes, so we can't convert
    them into a HashedFile.
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 90f6eb40a26fa3e4daba79a37a570657868ba808
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Jun 27 17:16:28 2026 +0100

    Update changelog
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit de9562993434ff1e7d320bf20a2cc84e729a8b87
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Jun 27 17:14:51 2026 +0100

    tests: Make all test scripts independently runnable
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 51a9ab398cce968dcf0bc529b9b53fffc3392c31
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Jun 27 16:50:33 2026 +0100

    gdp.packaging.deb: Use namedtuple to clarify and avoid mypy warnings
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 6fbca151823e589cf5895380fe6f8dbceb5078c5
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Jun 27 16:38:40 2026 +0100

    gdp_launcher_base: Add a missing type annotation
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit db4556cbd30a1c314a85116b8231a1b62d187add
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Jun 27 16:16:16 2026 +0100

    game: Disambiguate between variables of distinct types
    
    The name `provided` was used elsewhere in this function for a
    `WantedFile` provided by an archive.
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit cb5845ffc9d9b44f09f93ef909d3de4dbf20471b
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Jun 27 15:57:23 2026 +0100

    tests: Make type of builddir consistent
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 47b8460274216ba571a543905432511477a367ac
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Jun 27 15:49:18 2026 +0100

    d/changelog: Improve wording
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 0620d0647ad1f49a4b1acdd1c997c1d6e24c7cba
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Jun 27 15:49:05 2026 +0100

    d/changelog: Add missing /var/run -> /run changes
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit f6c77642bbd4f5570160255cc213a606634086bb
Author: Sébastien Noel <sebastien@twolife.be>
Date:   Sat Jun 13 11:10:00 2026 +0200

    Update changelog

commit 6d2378b8f963af7dbcc368cd3cdd60dec0bdf16b
Author: Sébastien Noel <sebastien@twolife.be>
Date:   Wed Jun 10 15:35:51 2026 +0200

    doom3: stop building native-code game modules for cdoom & d3le mods
    
    src:dhewm3 will soon provide the necessary packages

commit 1b184e9f4a2f568caf236820d269e58f8fe1e730
Author: Sébastien Noel <sebastien@twolife.be>
Date:   Tue Jun 2 17:26:57 2026 +0200

    heretic2: enable the heretic2-music package -- an opensource engine now exists

commit ba24a583277cc55ea678ee53744bd19cbffaa2c3
Author: Alexandre Detiste <tchet@debian.org>
Date:   Mon May 18 19:02:12 2026 +0200

    sysvinit scripts: replace legacy /var/run with /run

commit f541dc8ae7763e1248ff5b527d48d5c016efe6d8
Author: Alexandre Detiste <tchet@debian.org>
Date:   Mon May 18 18:59:07 2026 +0200

    sysvinit scripts: replace legacy /var/run with /run

commit 4958dab2a6089235b4bc0e2de4d6e5935e6031fc
Author: Simon McVittie <smcv@debian.org>
Date:   Wed May 6 15:45:26 2026 +0100

    Update changelog
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit db574c06b07a5a44733458e6fa2c7a44a0127c64
Author: Alexandre Detiste <tchet@debian.org>
Date:   Sun May 3 03:46:40 2026 +0200

    dh-cruft 0.9.81 does the "rmdir --ignore-fail-on-non-empty /var/games"
    
    I do not feel this hampers the backportability of G-D-P
    where older dh-cruft does not generates the "rmdir ..."

commit d8c477ec7219d4bdbd693c47066bba16fd784649
Author: Simon McVittie <smcv@debian.org>
Date:   Tue Apr 28 11:49:55 2026 +0100

    Update changelog
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 40110d8df39dc9796ddf27ec765ba96a7741f748
Author: Simon McVittie <smcv@debian.org>
Date:   Tue Apr 28 11:47:49 2026 +0100

    d/etc/quake3-server/server.cfg: Make example config work for demo data
    
    demoq3/pak0.pk3 doesn't provide the sample map rotation config files
    such as ffa.config, but q3dm17 is one of the maps that exists in both
    the demo and the full game, so selecting that map by default gives us
    an example of server configuration that will work for both.
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 021bcef527298525c8e26a9cc1538c2bdc5ef5d7
Author: Simon McVittie <smcv@debian.org>
Date:   Mon Apr 27 23:59:30 2026 +0100

    Update changelog

commit 1a16b69d871f5834a699081ceb2a78a64301df4c
Author: Simon McVittie <smcv@debian.org>
Date:   Mon Apr 27 11:06:58 2026 +0100

    d/*-server.postinst: Ensure system users are locked during upgrade
    
    This makes them consistent with system users newly-created via
    sysusers.d(5).

commit 0a853b2f1b059dd3d82f547a893b7814f8ee4dab
Author: Simon McVittie <smcv@debian.org>
Date:   Mon Apr 27 11:02:11 2026 +0100

    d/*-server.postrm: Don't lock the system account on purge
    
    usermod isn't guaranteed to be available during purge (it's no longer
    Essential) and the system account should have been created in a locked
    state anyway.

commit b4c1b4f83dbea677dd00f30f8f2476743b654678
Author: Simon McVittie <smcv@debian.org>
Date:   Mon Apr 27 10:59:15 2026 +0100

    d/control: Remove leftover Depends on adduser

commit 42d48f21e8782f5669bea45942a39900eac75d7e
Author: Simon McVittie <smcv@debian.org>
Date:   Mon Apr 27 11:20:29 2026 +0100

    Update changelog
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 977ec20a831d996599a190ed148ae8d764aacd88
Author: Simon McVittie <smcv@debian.org>
Date:   Mon Apr 27 11:19:37 2026 +0100

    Start changelog for v89
    
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 066a899b1e8f81e08543e33b8ba515f0c13fcaac
Author: Alexandre Detiste <tchet@debian.org>
Date:   Sun Apr 19 12:06:06 2026 +0200

    add typing annotation
Created: 2026-04-19 Last update: 2026-06-29 10:49
1 open merge request in Salsa normal
There is 1 open merge request for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-09-23 Last update: 2025-10-12 12:02
news
[rss feed]
  • [2026-04-21] game-data-packager 88 MIGRATED to testing (Debian testing watch)
  • [2026-04-19] Accepted game-data-packager 88 (source) into unstable (Simon McVittie)
  • [2025-12-27] game-data-packager 87 MIGRATED to testing (Debian testing watch)
  • [2025-12-24] Accepted game-data-packager 87 (source) into unstable (Simon McVittie)
  • [2025-10-31] game-data-packager 86 MIGRATED to testing (Debian testing watch)
  • [2025-10-29] Accepted game-data-packager 86 (source) into unstable (Simon McVittie)
  • [2025-05-14] game-data-packager 85.1 MIGRATED to testing (Debian testing watch)
  • [2025-05-03] Accepted game-data-packager 85.1 (source) into unstable (Simon McVittie)
  • [2025-04-09] game-data-packager 85 MIGRATED to testing (Debian testing watch)
  • [2025-04-06] Accepted game-data-packager 85 (source) into unstable (Simon McVittie)
  • [2025-02-15] game-data-packager 84 MIGRATED to testing (Debian testing watch)
  • [2025-02-12] Accepted game-data-packager 84 (source) into unstable (Simon McVittie)
  • [2025-02-12] game-data-packager 82 MIGRATED to testing (Debian testing watch)
  • [2025-02-09] Accepted game-data-packager 83 (all i386 source) into experimental (Debian FTP Masters) (signed by: Simon McVittie)
  • [2025-02-09] Accepted game-data-packager 82 (source) into unstable (Simon McVittie)
  • [2025-01-17] game-data-packager 81 MIGRATED to testing (Debian testing watch)
  • [2025-01-15] Accepted game-data-packager 81 (source) into unstable (Simon McVittie)
  • [2024-09-24] game-data-packager 80 MIGRATED to testing (Debian testing watch)
  • [2024-09-21] Accepted game-data-packager 80 (source) into unstable (Simon McVittie)
  • [2024-08-07] game-data-packager 79 MIGRATED to testing (Debian testing watch)
  • [2024-08-04] Accepted game-data-packager 79 (source) into unstable (Simon McVittie)
  • [2024-05-05] game-data-packager 78 MIGRATED to testing (Debian testing watch)
  • [2024-05-03] Accepted game-data-packager 78 (source) into unstable (Simon McVittie)
  • [2024-02-27] game-data-packager 77 MIGRATED to testing (Debian testing watch)
  • [2024-02-25] Accepted game-data-packager 77 (source) into unstable (Simon McVittie)
  • [2023-09-15] game-data-packager 76 MIGRATED to testing (Debian testing watch)
  • [2023-09-12] Accepted game-data-packager 76 (source) into unstable (Simon McVittie)
  • [2023-07-01] game-data-packager 75 MIGRATED to testing (Debian testing watch)
  • [2023-06-28] Accepted game-data-packager 75 (source) into unstable (Simon McVittie)
  • [2023-06-26] game-data-packager 74 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 36
  • RC: 0
  • I&N: 5
  • M&W: 31
  • F&P: 0
  • patch: 0
  • NC: 7
links
  • homepage
  • lintian
  • buildd: logs, cross
  • popcon
  • browse source code
  • other distros
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 88

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing