diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.conf.changelog | 2 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 4 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"; } } diff --git a/debian/changelog b/debian/changelog index 0e9332f8d..3b2746e2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ apt (0.8.9ubuntu1) UNRELEASED; urgency=low * re-merged from the debian-sid bzr branch + * 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 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 Nov 2010 09:58:08 +0100 |