X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=jennifer;h=2ba18ad0a56f7cc1cb993e0e1bf5e6a382a1d0ff;hb=47996bac016067f8b97ebff3d394a999d8979802;hp=2cc353ba0b5921d5394b7b7dadc6c08083cbad0d;hpb=a89c901dd16bea80cbab72d236b3ffcb28cbbee5;p=dak.git diff --git a/jennifer b/jennifer index 2cc353ba..2ba18ad0 100755 --- a/jennifer +++ b/jennifer @@ -1,8 +1,8 @@ #!/usr/bin/env python # Checks Debian packages from Incoming -# Copyright (C) 2000, 2001, 2002, 2003 James Troup -# $Id: jennifer,v 1.43 2003-11-07 01:48:58 troup Exp $ +# Copyright (C) 2000, 2001, 2002, 2003, 2004 James Troup +# $Id: jennifer,v 1.44 2004-02-27 20:07:40 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 @@ -45,7 +45,7 @@ re_valid_pkg_name = re.compile(r"^[\dA-Za-z][\dA-Za-z\+\-\.]+$"); ################################################################################ # Globals -jennifer_version = "$Revision: 1.43 $"; +jennifer_version = "$Revision: 1.44 $"; Cnf = None; Options = None; @@ -1007,7 +1007,7 @@ def process_it (changes_file): ############################################################################### def main(): - global Cnf, Options, Logger, nmu; + global Cnf, Options, Logger; changes_files = init();