diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-06-28 20:07:38 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-06-28 20:07:38 +0800 |
commit | a7f3cf73edc9bae4208a4ea9d61dd25b753dced5 (patch) | |
tree | 8d1eba78e75ae108b308961d8c887c9ccc1a1f6c /NEWS | |
parent | faedc8178b90b77e030344dfc368e3fa3d88f050 (diff) | |
download | aptitude-a7f3cf73edc9bae4208a4ea9d61dd25b753dced5.tar.gz |
Guess changelog URI for third-party sites
Contruct a changelog file path for third party sites that
do not use packages.debian.org/changelogs
This simply uses the ArchiveURI() of the source pkg and
looks for a .changelog file there.
LP: #563155
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -126,6 +126,9 @@ behaviour is desirable for two reasons: in Debian Policy § 11.1 “Architecture specification strings”. + * [all]: Support downloading changelogs for packages on + third-party sites by guessing the URI. (LP: #563155) + - Minor bugs: * handle "-qq" like other apt-utils |