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 /doc | |
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 'doc')
-rw-r--r-- | doc/apt-changelog.1.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/apt-changelog.1.xml b/doc/apt-changelog.1.xml index 2f545bb68..f881dad8a 100644 --- a/doc/apt-changelog.1.xml +++ b/doc/apt-changelog.1.xml @@ -51,9 +51,12 @@ <refsect1><title>Description</title> <para> - <command>apt-changelog</command> downloads a package changelog from - <ulink>http://changelogs.ubuntu.com</ulink> and displays it through - <command>sensible-pager</command>. + <command>apt-changelog</command> downloads a package changelog and displays + it through <command>sensible-pager</command>. The server name and base + directory is defined in the <literal>APT::Changelog::Server</literal> + variable (e. g. <ulink>http://packages.debian.org/changelogs</ulink> for + Debian or <ulink>http://changelogs.ubuntu.com/changelogs</ulink> for + Ubuntu). </para> <para> |