[Piuparts-commits] [piuparts] 12/17: p: rewrap adequate tags

Holger Levsen holger at alioth.debian.org
Wed Nov 6 09:45:54 UTC 2013


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

holger pushed a commit to branch develop
in repository piuparts.

commit 66e7cb4ca342068823c4598aed4a30616abf4070
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Nov 5 23:40:26 2013 +0100

    p: rewrap adequate tags
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 piuparts.py |   23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/piuparts.py b/piuparts.py
index ff99013..8c90fb0 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -1265,15 +1265,20 @@ class Chroot:
         """Run adequate and categorize output according to our needs. """
         packages = [p.split("=", 1)[0].strip() for p in packages if not p.endswith("=None")]
         if packages and settings.adequate and os.path.isfile('/usr/bin/adequate'):
-            adequate_tags = [ 'bin-or-sbin-binary-requires-usr-lib-library',
-                                'library-not-found',
-                                'py-file-not-bytecompiled',
-                                'pyshared-file-not-bytecompiled',
-                                'undefined-symbol',
-                                'incompatible-licenses', 'ldd' ]
-            boring_tags = [ 'obsolete-conffile',
-                            'missing-copyright-file',
-                            'broken-symlink' ]
+            adequate_tags = [
+                    'bin-or-sbin-binary-requires-usr-lib-library',
+                    'library-not-found',
+                    'py-file-not-bytecompiled',
+                    'pyshared-file-not-bytecompiled',
+                    'undefined-symbol',
+                    'incompatible-licenses',
+                    'ldd',
+                    ]
+            boring_tags = [
+                    'obsolete-conffile',
+                    'missing-copyright-file',
+                    'broken-symlink',
+                    ]
             ignored_tags = [ ]
             (status, output) = run(["adequate", "--root", self.name] + packages, ignore_errors=True)
             for tag in ignored_tags:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list