From: James Troup Date: Tue, 3 Apr 2001 10:00:52 +0000 (+0000) Subject: missing \n X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c1c915202b5afdbaf89bc50d2915fdde67ae3cb5;p=dak.git missing \n --- 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;