X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=jenna;h=5579cfd862670d4d56dfb4f81e0d73d6857874f5;hb=efed042a00ba9dd5ff54fcf59773dffe0959df1b;hp=e214156c55d2901d0c2617664982c07ea4023a47;hpb=8ac80d15017f577f900496e8c8124d4bc6b46f44;p=dak.git diff --git a/jenna b/jenna index e214156c..5579cfd8 100755 --- a/jenna +++ b/jenna @@ -2,7 +2,7 @@ # Generate file list which is then fed to apt-ftparchive to generate Packages and Sources files # Copyright (C) 2000, 2001 James Troup -# $Id: jenna,v 1.8 2001-03-22 04:28:21 troup Exp $ +# $Id: jenna,v 1.9 2001-04-03 10:00:52 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 @@ -52,7 +52,7 @@ def generate_src_list(suite, component, output, dislocated_files): else: filename = path + filename; if sources.has_key(source): - sys.stderr.write("E: %s in %s / %s / source is duplicated. Gravity wins!" % (package, suite, component)); + sys.stderr.write("E: %s in %s / %s / source is duplicated. Gravity wins!\n" % (package, suite, component)); else: sources[source] = filename;