]> git.decadent.org.uk Git - dak.git/commitdiff
run linda too
authorJames Troup <james@nocrew.org>
Tue, 19 Nov 2002 03:15:05 +0000 (03:15 +0000)
committerJames Troup <james@nocrew.org>
Tue, 19 Nov 2002 03:15:05 +0000 (03:15 +0000)
fernanda.py

index 0de0234be1522e147c79b5e216cb2c14aebfd108..6d2901879b9963c53cbd68410ccbc53b7c74fd89 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Script to automate some parts of checking NEW packages
 # Copyright (C) 2000, 2001, 2002  James Troup <james@nocrew.org>
-# $Id: fernanda.py,v 1.4 2002-10-16 02:47:32 troup Exp $
+# $Id: fernanda.py,v 1.5 2002-11-19 03:15:05 troup Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -104,6 +104,8 @@ def check_deb (deb_filename):
     else:
        print "---- lintian check for %s ----" % (filename);
         do_command ("lintian", deb_filename);
+       print "---- linda check for %s ----" % (filename);
+        do_command ("linda", deb_filename);
 
     print "---- contents of %s ----" % (filename);
     do_command ("dpkg -c", deb_filename);