From 6eea97f5af0a9f237308dd915e05f3959b13ee20 Mon Sep 17 00:00:00 2001 From: James Troup Date: Tue, 19 Nov 2002 03:15:05 +0000 Subject: [PATCH] run linda too --- fernanda.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.39.5