[game-data-packager] 04/08: Reassure user that something is still happening when generating .deb

Simon McVittie smcv at debian.org
Thu Apr 30 13:25:04 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 5949b6c68e3b270c5897f1b3f486904df7a264ab
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Apr 30 09:32:16 2015 +0100

    Reassure user that something is still happening when generating .deb
---
 game_data_packager/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index e481348..fb5de0e 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -2600,6 +2600,7 @@ class GameData(object):
             dpkg_deb_args = self.compress_deb
 
         try:
+            logger.info('generating package %s', package.name)
             subprocess.check_output(['fakeroot', 'dpkg-deb'] +
                     dpkg_deb_args +
                     ['-b', '%s.deb.d' % package.name, outfile],

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