diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-02-10 19:34:35 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-02-10 19:34:35 +0100 |
commit | 6fddb156b51b443781aa376e60e443eda09d1cad (patch) | |
tree | c3ac5bcf49eb4f0dc3ebd8936960a0d3ed36aa09 /debian | |
parent | 53ea1b56efc41e6b1bea6157f01f90ac552db82e (diff) |
* cmdline/apt-mark.cc:
- detect if dpkg has multiarch support before calling --set-selections
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8f550cdae..fa8f396eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ apt (0.8.16~exp13) UNRELEASED; urgency=low * apt-pkg/aptconfiguration.cc: - chroot if needed before calling dpkg --print-foreign-architectures - ensure that architectures are not added multiple times + * cmdline/apt-mark.cc: + - detect if dpkg has multiarch support before calling --set-selections [ Steve Langasek ] * cmdline/apt-get.cc: @@ -39,7 +41,7 @@ apt (0.8.16~exp13) UNRELEASED; urgency=low * apt-pkg/contrib/fileutl.h: - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode - -- David Kalnischkies <kalnischkies@gmail.com> Fri, 10 Feb 2012 15:00:10 +0100 + -- David Kalnischkies <kalnischkies@gmail.com> Fri, 10 Feb 2012 19:33:38 +0100 apt (0.8.16~exp12) experimental; urgency=low |