From: Michael Vogt Date: Thu, 18 Nov 2010 11:02:56 +0000 (+0100) Subject: * merged lp:~mvo/apt/mvo, this brings two new commands: X-Git-Tag: 0.9.13.exp1ubuntu1~233 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/62e9c098df91e031913049f2011ce9bc71961a83 * 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 --- 62e9c098df91e031913049f2011ce9bc71961a83 diff --cc debian/apt.conf.changelog index 3466bb6e0,000000000..7605c97d9 mode 100644,000000..100644 --- a/debian/apt.conf.changelog +++ b/debian/apt.conf.changelog @@@ -1,6 -1,0 +1,6 @@@ +// Server information for apt-changelog +APT { - Changelog { ++ Changelogs { + Server "http://changelogs.ubuntu.com/changelogs"; + } +} diff --cc debian/changelog index 0e9332f8d,df4fc1a29..3b2746e2d --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,3 +1,12 @@@ +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 Thu, 18 Nov 2010 09:58:08 +0100 + apt (0.8.9) unstable; urgency=low [ Christian Perrier ]