diff options
author | Martin Pitt <martin.pitt@canonical.com> | 2010-11-15 10:05:32 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@canonical.com> | 2010-11-15 10:05:32 +0100 |
commit | f229813f60e33ce78f8cd0733a55c36a17a9adf3 (patch) | |
tree | 78e07485383d54c75c808c7beb96638504625a8c /debian/changelog | |
parent | e0043d1d27462edd71df1a3a8005383f9a3f5616 (diff) |
* cmdline/apt-changelog: Read server name from configuration
APT::Changelog::Server instead of hardcoding it. This allows local users
to point to a local changelog mirror, or make this script work for Debian.
* Add debian/apt.conf.changelog: Configuration for apt-changelog with the
server for Ubuntu (changelogs.ubuntu.com). Install it in debian/rules.
* doc/apt-changelog.1.xml: Document the new option.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b7f290713..2f95d2e00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,12 @@ apt (0.8.8ubuntu3) UNRELEASED; urgency=low * cmdline/apt-changelog: Filter out multiple results for a source package, just take the latest one. + * cmdline/apt-changelog: Read server name from configuration + APT::Changelog::Server instead of hardcoding it. This allows local users + to point to a local changelog mirror, or make this script work for Debian. + * Add debian/apt.conf.changelog: Configuration for apt-changelog with the + server for Ubuntu (changelogs.ubuntu.com). Install it in debian/rules. + * doc/apt-changelog.1.xml: Document the new option. -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 12 Nov 2010 16:53:31 +0100 |