diff options
| author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-11 21:47:04 +0200 |
|---|---|---|
| committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-11 21:47:04 +0200 |
| commit | ecd414ef61a325e8596e6a541696e350cb956753 (patch) | |
| tree | c4a753c5e6e7492fa03e93c2a0816c55ade9d667 /cmdline | |
| parent | 2c120e24097b1f495658d5b06c62dfe19028b6da (diff) | |
Removed asking to file a release-critical bug against a package if there is a request to install only one package and it is not installable.
Diffstat (limited to 'cmdline')
| -rw-r--r-- | cmdline/apt-get.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 104baba8a..5fbe21eed 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1721,6 +1721,7 @@ bool DoInstall(CommandLine &CmdL) "requested an impossible situation or if you are using the unstable\n" "distribution that some required packages have not yet been created\n" "or been moved out of Incoming.") << endl; + /* if (Packages == 1) { c1out << endl; @@ -1729,6 +1730,7 @@ bool DoInstall(CommandLine &CmdL) "the package is simply not installable and a bug report against\n" "that package should be filed.") << endl; } + */ c1out << _("The following information may help to resolve the situation:") << endl; c1out << endl; |
