]> git.decadent.org.uk Git - dak.git/commitdiff
missing \n
authorJames Troup <james@nocrew.org>
Tue, 3 Apr 2001 10:00:52 +0000 (10:00 +0000)
committerJames Troup <james@nocrew.org>
Tue, 3 Apr 2001 10:00:52 +0000 (10:00 +0000)
jenna

diff --git a/jenna b/jenna
index e214156c55d2901d0c2617664982c07ea4023a47..5579cfd862670d4d56dfb4f81e0d73d6857874f5 100755 (executable)
--- 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 <james@nocrew.org>
-# $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;