From c1c915202b5afdbaf89bc50d2915fdde67ae3cb5 Mon Sep 17 00:00:00 2001 From: James Troup Date: Tue, 3 Apr 2001 10:00:52 +0000 Subject: [PATCH] missing \n --- jenna | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2