[game-data-packager] 07/10: Improve diagnostics when deciding what we can package

Simon McVittie smcv at debian.org
Sun Jan 4 18:34:48 UTC 2015


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 b8645aa2af731d3022a5fee4e0381458a0c45dcd
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Jan 3 20:14:14 2015 +0000

    Improve diagnostics when deciding what we can package
---
 lib/game_data_packager/__main__.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/game_data_packager/__main__.py b/lib/game_data_packager/__main__.py
index c41fa90..8171e43 100644
--- a/lib/game_data_packager/__main__.py
+++ b/lib/game_data_packager/__main__.py
@@ -73,6 +73,8 @@ def go(argv):
             if game.fill_gaps(package, log=False):
                 logger.debug('%s is possible', package.name)
                 possible.add(package)
+            else:
+                logger.debug('%s is impossible', package.name)
 
         if not possible:
             logger.debug('No packages were possible')

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