提交 b8233ca7 编写于 作者: J James Troup

Fix 'g n u m e r i c' in NVIU.

上级 96814560
......@@ -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));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册