X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rene;h=04d89a5cb1cb623fbe47679a732b599859ee391f;hb=6d72ae4bca15c0ed410798e62d3e367cf7abcdb6;hp=2d12ec31a905e479143832d934fb4f89f617a29e;hpb=9a529dd9de83f8b7125cc455a3da132091566387;p=dak.git diff --git a/rene b/rene index 2d12ec31..04d89a5c 100755 --- a/rene +++ b/rene @@ -2,7 +2,7 @@ # Check for obsolete binary packages # Copyright (C) 2000, 2001 James Troup -# $Id: rene,v 1.6 2001-06-20 18:46:35 troup Exp $ +# $Id: rene,v 1.7 2001-07-25 15:51:15 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 @@ -109,6 +109,9 @@ def main (): version = i[1]; if not architectures.has_key(arch): print "[%s]: %s appears for %s (vs. '%s')" % (source, binary, arch, architecture), + if not latest_version: + print "** mwaap, mwapp! Ignore me **"; + continue; if apt_pkg.VersionCompare(latest_version, version) != -1: print "- out of date.", else: