summaryrefslogtreecommitdiff
path: root/debian/apt.conf.Ubuntu
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-04-25 18:18:28 +0200
committerMichael Vogt <mvo@debian.org>2014-04-25 18:18:28 +0200
commit12701ee3e5a637e5e45c633dc9aa2b16b81df0b8 (patch)
tree8cf529268e9a8a297ffcbe0e412a25a9e81be462 /debian/apt.conf.Ubuntu
parent697c9314c8ba24f3e393b5de11a3fad7adae4bfc (diff)
provide support for debian/apt.conf.$(lsb_release -i -s) vendor specific config files
Diffstat (limited to 'debian/apt.conf.Ubuntu')
-rw-r--r--debian/apt.conf.Ubuntu6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/apt.conf.Ubuntu b/debian/apt.conf.Ubuntu
new file mode 100644
index 000000000..c4092ff44
--- /dev/null
+++ b/debian/apt.conf.Ubuntu
@@ -0,0 +1,6 @@
+// Server information for apt-changelog
+APT {
+ Changelogs {
+ Server "http://changelogs.ubuntu.com/changelogs";
+ };
+};