diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-11-18 12:02:56 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-11-18 12:02:56 +0100 |
commit | 62e9c098df91e031913049f2011ce9bc71961a83 (patch) | |
tree | fc09ca10765f577debc428b03f0db1789c8bae58 /debian/apt.conf.changelog | |
parent | 7919ca7bb009b81976aad47d775d7afef67c23f3 (diff) | |
parent | 6f4574e8dbbabc6b9bb67b31edc765602b63a088 (diff) |
* merged lp:~mvo/apt/mvo, this brings two new commands:
- apt-get download binary-pkgname to download a deb
- apt-get changelog binary-pkgname to display the changelog
Diffstat (limited to 'debian/apt.conf.changelog')
-rw-r--r-- | debian/apt.conf.changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.conf.changelog b/debian/apt.conf.changelog index 3466bb6e0..7605c97d9 100644 --- a/debian/apt.conf.changelog +++ b/debian/apt.conf.changelog @@ -1,6 +1,6 @@ // Server information for apt-changelog APT { - Changelog { + Changelogs { Server "http://changelogs.ubuntu.com/changelogs"; } } |