diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-03-09 16:33:39 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-03-09 16:33:39 +0100 |
commit | 5ef499349c609f5ef50bd633692faa2665f4f96f (patch) | |
tree | 8ab9efe49edfd9a7cc720ee18a4885d5c80ad83b /debian | |
parent | 494c293c524e66bdbed117954db9d0bff38c82b4 (diff) |
* cmdline/apt-get.cc
- fix "apt-get source pkg" if there is a binary package and
a source package of the same name but from different
packages (LP: #330103)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b485c36aa..bef5c3cad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ -apt (0.7.20.2ubuntu2) UNRELEASED; urgency=low +apt (0.7.20.2ubuntu2) jaunty; urgency=low * apt-pkg/deb/dpkgpm.cc: - revert termios patch (LP: #338514) + * cmdline/apt-get.cc + - fix "apt-get source pkg" if there is a binary package and + a source package of the same name but from different + packages (LP: #330103) - -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 06 Mar 2009 10:15:15 +0100 + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Mar 2009 16:33:28 +0100 apt (0.7.20.2ubuntu1) jaunty; urgency=low |