From: Steve Langasek Date: Sat, 28 Jan 2012 22:25:42 +0000 (+0000) Subject: Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH. X-Git-Tag: 0.9.13.exp1ubuntu1~103 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/485dd783f11097de8e5cd60cd8829d7960ab25b2?hp=--cc Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH. Closes: #646288. --- 485dd783f11097de8e5cd60cd8829d7960ab25b2 diff --cc debian/changelog index 69f272750,31ae93525..a03fa733a --- a/debian/changelog +++ b/debian/changelog @@@ -1,19 -1,9 +1,21 @@@ -apt (0.8.16~exp13) UNRELEASED; urgency=low +apt (0.8.16~exp12ubuntu1) UNRELEASED; urgency=low + [ Michael Vogt ] + * merge from debian/experimental: + - new ABI + + [ Steve Langasek ] + * apt-pkg/algorithms.cc: iterate Breaks the same way as Conflicts, so that + we resolve virtual package Breaks more effectively. Thanks to Colin + Watson for the patch. Closes: #657695, LP: #922485. + * apt-pkg/algorithms.{cc,h}: use an int to represent resolver scores, not + a signed short, because large upgrades can result in an overflow for + core packages. Thanks again to Colin Watson. Closes: #657732, + LP: #917173. + * Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH. + Closes: #646288. - -- Steve Langasek Sat, 28 Jan 2012 21:23:06 +0000 + -- Steve Langasek Sat, 28 Jan 2012 11:40:53 -0800 apt (0.8.16~exp12) experimental; urgency=low