Sfoglia il codice sorgente

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.

Eugene V. Lyubimkin 17 anni fa
parent
commit
ecd414ef61
2 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 2 0
      cmdline/apt-get.cc
  2. 3 0
      debian/changelog

+ 2 - 0
cmdline/apt-get.cc

@@ -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;

+ 3 - 0
debian/changelog

@@ -9,6 +9,9 @@ apt (0.7.19) unstable; urgency=low
   * cmdline/apt-cache.cc:
   * cmdline/apt-cache.cc:
     - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
     - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
     - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
     - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
+    - 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.
+      (Closes: #419521)
 
 
  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Sat, 08 Nov 2008 12:40:19 +0200
  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Sat, 08 Nov 2008 12:40:19 +0200