diff options
Diffstat (limited to 'debian/apt.conf.Ubuntu')
-rw-r--r-- | debian/apt.conf.Ubuntu | 6 |
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"; + }; +}; |