X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=jennifer;h=a7fec143b1b7f37102b386c3ecdeb6d35bc8ca72;hb=5b1244957793ec103b80d2c5516e1744324806ea;hp=1f1016bcc285eb8f60d100e070d57adda097ecf1;hpb=cd4e8043f530e38f975d877438bdd2707477487e;p=dak.git diff --git a/jennifer b/jennifer index 1f1016bc..a7fec143 100755 --- a/jennifer +++ b/jennifer @@ -2,7 +2,7 @@ # Checks Debian packages from Incoming # Copyright (C) 2000, 2001, 2002 James Troup -# $Id: jennifer,v 1.16 2002-05-08 11:52:31 troup Exp $ +# $Id: jennifer,v 1.17 2002-05-10 00:24:33 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 @@ -43,7 +43,7 @@ re_is_changes = re.compile (r"(.+?)_(.+?)_(.+?)\.changes$"); ################################################################################ # Globals -jennifer_version = "$Revision: 1.16 $"; +jennifer_version = "$Revision: 1.17 $"; Cnf = None; Options = None; @@ -693,6 +693,10 @@ def check_dsc (): global reprocess; for file in files.keys(): + # The .orig.tar.gz can disappear out from under us is it's a + # duplicate of one in the archive. + if not files.has_key(file): + continue; if files[file]["type"] == "dsc": # Parse the .dsc file try: