From: James Troup Date: Tue, 19 Nov 2002 03:15:05 +0000 (+0000) Subject: run linda too X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eea97f5af0a9f237308dd915e05f3959b13ee20;p=dak run linda too --- diff --git a/fernanda.py b/fernanda.py index 0de0234b..6d290187 100755 --- a/fernanda.py +++ b/fernanda.py @@ -2,7 +2,7 @@ # Script to automate some parts of checking NEW packages # Copyright (C) 2000, 2001, 2002 James Troup -# $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);