]> git.saurik.com Git - apt.git/commitdiff
* merged lp:~mvo/apt/mvo, this brings two new commands:
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 18 Nov 2010 11:02:56 +0000 (12:02 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 18 Nov 2010 11:02:56 +0000 (12:02 +0100)
  - apt-get download binary-pkgname to download a deb
  - apt-get changelog binary-pkgname to display the changelog

1  2 
debian/apt.conf.changelog
debian/changelog

index 3466bb6e013f5a2816a6e948e9207d8dceb68d0b,0000000000000000000000000000000000000000..7605c97d91402a89b17c95e87586e8cc77129f3c
mode 100644,000000..100644
--- /dev/null
@@@ -1,6 -1,0 +1,6 @@@
-   Changelog {
 +// Server information for apt-changelog
 +APT {
++  Changelogs {
 +    Server "http://changelogs.ubuntu.com/changelogs";
 +  }
 +}
index 0e9332f8dc22831dfdb1e47af1888086f30c11ef,df4fc1a29d4eee9247a209d478696e3511ad5d67..3b2746e2dca6555c506e92b9e05e2730a6bfc317
@@@ -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 <michael.vogt@ubuntu.com>  Thu, 18 Nov 2010 09:58:08 +0100
 +
  apt (0.8.9) unstable; urgency=low
  
    [ Christian Perrier ]