summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-12-08 09:33:43 -0800
committerMichael Vogt <michael.vogt@ubuntu.com>2008-12-08 09:33:43 -0800
commit99921bf936f050c77f424f85a658fcdbef98326e (patch)
treec4f7546dd5d41c72e65209fb4f70abad8d4c9dce /debian
parente306ec4728557675680115af4470d16159f22ab1 (diff)
- fix "apt-get source pkg=ver" if binary name != source name
(LP: #202219) * doc/makefile: - add examples/apt-https-method-example.conf
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0f20db8a3..1ab8e0968 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,10 @@ apt (0.7.17) UNRELEASED; urgency=low
* cmdline/apt-cache.cc:
- remove the gettext from a string that consists entirely
of variables (LP: #56792)
+ - fix "apt-get source pkg=ver" if binary name != source name
+ (LP: #202219)
+ * doc/makefile:
+ - add examples/apt-https-method-example.conf
* apt-pkg/cacheiterators.h:
- add missing checks for Owner == 0 in end()
* apt-pkg/deb/dpkgpm.cc: