|
@@ -1721,6 +1721,7 @@ bool DoInstall(CommandLine &CmdL)
|
|
|
"requested an impossible situation or if you are using the unstable\n"
|
|
"requested an impossible situation or if you are using the unstable\n"
|
|
|
"distribution that some required packages have not yet been created\n"
|
|
"distribution that some required packages have not yet been created\n"
|
|
|
"or been moved out of Incoming.") << endl;
|
|
"or been moved out of Incoming.") << endl;
|
|
|
|
|
+ /*
|
|
|
if (Packages == 1)
|
|
if (Packages == 1)
|
|
|
{
|
|
{
|
|
|
c1out << endl;
|
|
c1out << endl;
|
|
@@ -1729,6 +1730,7 @@ bool DoInstall(CommandLine &CmdL)
|
|
|
"the package is simply not installable and a bug report against\n"
|
|
"the package is simply not installable and a bug report against\n"
|
|
|
"that package should be filed.") << endl;
|
|
"that package should be filed.") << endl;
|
|
|
}
|
|
}
|
|
|
|
|
+ */
|
|
|
|
|
|
|
|
c1out << _("The following information may help to resolve the situation:") << endl;
|
|
c1out << _("The following information may help to resolve the situation:") << endl;
|
|
|
c1out << endl;
|
|
c1out << endl;
|