[game-data-packager] 01/01: remove dead code, added in ae8d53d68cece528ba785283d7be7cb96d1be911 ...

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue Oct 6 21:36:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit b3fb4e42fcc12dc8faf5cdc177c6a640efe58e91
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Tue Oct 6 23:35:28 2015 +0200

    remove dead code, added in ae8d53d68cece528ba785283d7be7cb96d1be911 ...
    
    but then innoextract was reworked to use regular provides/unpack
---
 game_data_packager/__init__.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index 5719a43..21d685c 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -815,9 +815,6 @@ class GameData(object):
                     assert len(wanted.provides) == 1, filename
                     assert isinstance(wanted.unpack['other_parts'],
                             list), filename
-                if 'include' in wanted.unpack:
-                    assert isinstance(wanted.unpack['include'],
-                            list), filename
 
             if wanted.alternatives:
                 for alt in wanted.alternatives:

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