]> git.decadent.org.uk Git - dak.git/commitdiff
Fix 'g n u m e r i c' in NVIU.
authorJames Troup <james@nocrew.org>
Mon, 10 Feb 2003 18:24:25 +0000 (18:24 +0000)
committerJames Troup <james@nocrew.org>
Mon, 10 Feb 2003 18:24:25 +0000 (18:24 +0000)
rene

diff --git a/rene b/rene
index 62d7da40934f448f3d03b83541f962b20648867c..9d77f1fbd901a0518ec0c0e1365bfd385eb8f3a0 100755 (executable)
--- a/rene
+++ b/rene
@@ -2,7 +2,7 @@
 
 # Check for obsolete binary packages
 # Copyright (C) 2000, 2001, 2002, 2003  James Troup <james@nocrew.org>
-# $Id: rene,v 1.18 2003-02-07 14:53:45 troup Exp $
+# $Id: rene,v 1.19 2003-02-10 18:24:25 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
@@ -238,7 +238,7 @@ SELECT s.source, s.version AS experimental, s2.version AS unstable
         for i in ql:
             (source, experimental_version, unstable_version) = i;
             print " o %s (%s, %s)" % (source, experimental_version, unstable_version);
-            nviu_to_remove.extend(source);
+            nviu_to_remove.append(source);
         print
         print "Suggested command:"
         print " melanie -m \"[rene] NVIU\" -s experimental %s" % (" ".join(nviu_to_remove));