diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:02 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:02 +0000 |
commit | dca1e241d1160635329c87ec987c47717bfce4a8 (patch) | |
tree | 70caaa1ed994179e3465dae7e793f253b757c905 /cmdline | |
parent | 61d6a8de486f2262acbb47cea24f5dae143be8d1 (diff) |
Improved message
Author: jgg
Date: 1999-10-27 05:00:25 GMT
Improved message
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 2448f5707..0706d1c74 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.85 1999/10/27 04:38:28 jgg Exp $ +// $Id: apt-get.cc,v 1.86 1999/10/27 05:00:25 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -813,7 +813,8 @@ bool TryToInstall(pkgCache::PkgIterator Pkg,pkgDepCache &Cache, { c1out << "Package " << Pkg.Name() << " has no available version, but exists in the database." << endl; c1out << "This typically means that the package was mentioned in a dependency and " << endl; - c1out << "never uploaded, or that it is an obsolete package." << endl; + c1out << "never uploaded, has been obsoleted or is not available with the contents " << endl; + c1out << "of sources.list" << endl; string List; pkgCache::DepIterator Dep = Pkg.RevDependsList(); |