From: Michael Vogt Date: Fri, 29 Jun 2007 11:06:40 +0000 (+0200) Subject: - ignore the Vcs-Browser tag (Fixes LP: #121770) X-Git-Tag: 0.7.24ubuntu1~175 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/919b4ed24108491272d463713097e47b4c4d9fc9 - ignore the Vcs-Browser tag (Fixes LP: #121770) --- 919b4ed24108491272d463713097e47b4c4d9fc9 diff --cc debian/changelog index e14f15499,41609bd74..96dfafa5a --- a/debian/changelog +++ b/debian/changelog @@@ -1,52 -1,3 +1,53 @@@ +apt (0.7.2ubuntu4) unstable; urgency=low + + * cmdline/apt-get.cc: + - make the XS-Vcs-$foo warning more copy'n'paste + friendly (thanks to Matt Zimmerman) ++ - ignore the Vcs-Browser tag (Fixes LP: #121770) + + -- + +apt (0.7.2ubuntu3) gutsy; urgency=low + + * cmdline/apt-get.cc: + - fix InstallTask code when a pkgRecord ends + with a single '\n' (thanks to Soren Hansen for reporting) + + -- Michael Vogt Wed, 27 Jun 2007 13:33:38 +0200 + +apt (0.7.2ubuntu2) gutsy; urgency=low + + * fixed compile errors with g++ 7.3 (thanks to + Daniel Burrows, closes: #429378) + * fix FTFBFS by changing build-depends to + libcurl4-gnutls-dev (closes: #428363) + + -- Michael Vogt Tue, 19 Jun 2007 13:47:03 +0200 + +apt (0.7.2ubuntu1) gutsy; urgency=low + + * apt-pkg/deb/dpkgpm.cc: + - apport integration added, this means that a apport + report is written on dpkg failures + * cmdline/apt-get.cc: + - merged http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/ + this will warn when Vcs- headers are found on apt-get source + (Fixes LP:#115959) + * merged from debian/unstable, remaining changes: + - maintainer field changed + - merged the apt--mirror branch + http://people.ubuntu.com/~mvo/bzr/apt/apt--mirror/ + - apport reporting on package install/upgrade/remove failure + - support for "Originial-Maintainer" field + - merged apt--xs-vcs-bzr branch + (http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/) + - use ubuntu archive keyring by default + - debian/apt.conf.autoremove + + install recommands for section "metapackages" + + do not mark direct dependencies of "metapackages" as autoremoved + + -- Michael Vogt Thu, 14 Jun 2007 10:38:36 +0200 + apt (0.7.2) unstable; urgency=low * merged the debian/experimental changes back