[game-data-packager] 03/05: ut99: Convert icon
Simon McVittie
smcv at debian.org
Tue May 2 09:41:08 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 ee9364a8ba9ea47002983cd1a7460d221e049122
Author: Simon McVittie <smcv at debian.org>
Date: Tue May 2 08:34:21 2017 +0100
ut99: Convert icon
Gbp-Dch: ignore
---
game_data_packager/games/unreal.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/game_data_packager/games/unreal.py b/game_data_packager/games/unreal.py
index 8472ad6..55df65b 100644
--- a/game_data_packager/games/unreal.py
+++ b/game_data_packager/games/unreal.py
@@ -31,6 +31,9 @@ class UnrealTask(PackagingTask):
if package.name == 'unreal-data':
with TemporaryUmask(0o022):
self.__convert_logo(destdir, package, 'skaarj_logo.jpg')
+ elif package.name == 'ut99-data':
+ with TemporaryUmask(0o022):
+ self.__convert_logo(destdir, package, 'ut99.gif')
def __add_manifest(self, package, destdir):
# A real Manifest.ini is much larger than this, but this is
--
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