[game-data-packager] 01/01: ignore result-code of lintian-like tool ... *

Alexandre Detiste detiste-guest at moszumanska.debian.org
Thu Jan 7 13:46:42 UTC 2016


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 b9ee17b06dd995113a950048780d0235adc0d207
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Thu Jan 7 14:45:39 2016 +0100

    ignore result-code of lintian-like tool ... *
    
    ouch
    
    Now running Lintian...
    W: tyrian-data: unknown-section local/games
    E: tyrian-data: non-standard-toplevel-dir $assets/
    W: tyrian-data: file-in-unusual-dir $assets/tyrian/netset.pcx
    X: tyrian-data: package-contains-broken-symlink $assets/tyrian/netset.pcx tyrset.pcx
---
 game_data_packager/build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index 6055b5f..b7eaa24 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -2126,7 +2126,7 @@ class PackagingTask(object):
         if logger.isEnabledFor(logging.DEBUG) and which(self.packaging.CHECK_CMD):
             print('Now running %s...' % self.packaging.CHECK_CMD.title())
             for deb in debs:
-                subprocess.check_call([self.packaging.CHECK_CMD, deb])
+                subprocess.call([self.packaging.CHECK_CMD, deb])
 
     def rip_cd(self, package):
         cd_device = self.cd_device

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