]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 8 Dec 2008 17:37:09 +0000 (09:37 -0800)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 8 Dec 2008 17:37:09 +0000 (09:37 -0800)
  - fix "apt-get source pkg=ver" if binary name != source name
    (LP: #202219)
* doc/makefile:
  - add examples/apt-https-method-example.conf

cmdline/apt-get.cc
debian/changelog

index bd95e917bea71f51048d703bd2846da24a2b036e..ea7d459525deabde7e0bcab33cd31a409d16b01f 100644 (file)
@@ -1295,9 +1295,9 @@ pkgSrcRecords::Parser *FindSrc(const char *Name,pkgRecords &Recs,
    {
       string Ver = Parse->Version();
       
    {
       string Ver = Parse->Version();
       
-      // Skip name mismatches
-      if (IsMatch == true && Parse->Package() != Src)
-        continue;
+      // show name mismatches
+      if (IsMatch == true && Parse->Package() != Src) 
+        ioprintf(c1out,  _("No source package '%s' picking '%s' instead"), Parse->Package(), Src);
       
       if (VerTag.empty() == false)
       {
       
       if (VerTag.empty() == false)
       {
index 384abf64e4ae8a3e852a4d86f1e973061cc5ed55..8c69f4b344fb3368e68a4f92269123e48a5cbf81 100644 (file)
@@ -3,6 +3,9 @@ apt (0.7.19ubuntu2) jaunty; urgency=low
   [ Michael Vogt ]
   * apt-pkg/deb/dpkgpm.cc:
     - filter "ENOMEM" errors when creating apport reports 
   [ Michael Vogt ]
   * apt-pkg/deb/dpkgpm.cc:
     - filter "ENOMEM" errors when creating apport reports 
+  * cmdline/apt-get.cc:
+    - fix "apt-get source pkg=ver" if binary name != source name
+      (LP: #202219)
 
   [ Ian Weisser ]
   * /apt-pkg/deb/debsystem.cc:
 
   [ Ian Weisser ]
   * /apt-pkg/deb/debsystem.cc:
@@ -35,6 +38,8 @@ apt (0.7.19) unstable; urgency=low
 
 
   [ Michael Vogt ]
 
 
   [ Michael Vogt ]
+  * doc/makefile:
+    - add examples/apt-https-method-example.conf
     - fix SIGHUP handling (closes: #463030)
 
   [ Christian Perrier ]
     - fix SIGHUP handling (closes: #463030)
 
   [ Christian Perrier ]