summaryrefslogtreecommitdiff
path: root/debian/apt.conf.changelog
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@canonical.com>2010-11-15 10:05:32 +0100
committerMartin Pitt <martin.pitt@canonical.com>2010-11-15 10:05:32 +0100
commitf229813f60e33ce78f8cd0733a55c36a17a9adf3 (patch)
tree78e07485383d54c75c808c7beb96638504625a8c /debian/apt.conf.changelog
parente0043d1d27462edd71df1a3a8005383f9a3f5616 (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/apt.conf.changelog')
-rw-r--r--debian/apt.conf.changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/apt.conf.changelog b/debian/apt.conf.changelog
new file mode 100644
index 000000000..3466bb6e0
--- /dev/null
+++ b/debian/apt.conf.changelog
@@ -0,0 +1,6 @@
+// Server information for apt-changelog
+APT {
+ Changelog {
+ Server "http://changelogs.ubuntu.com/changelogs";
+ }
+}