tools/apt-selection: pass APT::Architectures:: when calling apt;

otherwise if we're running on a multi-arch system apt will break
This commit is contained in:
Steve McIntyre 2014-01-19 23:55:56 +00:00
parent 93b35677fe
commit 6ed69fe7e9
2 changed files with 9 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
debian-cd (3.1.15) UNRELEASED; urgency=medium
[ Steve McIntyre ]
* tools/apt-selection: pass APT::Architectures:: when calling apt;
otherwise if we're running on a multi-arch system apt will break
-- Steve McIntyre <93sam@debian.org> Tue, 14 Jan 2014 17:19:22 +0100
debian-cd (3.1.14) unstable; urgency=medium debian-cd (3.1.14) unstable; urgency=medium
[ Steve McIntyre ] [ Steve McIntyre ]

View File

@ -34,6 +34,7 @@ options=" -q -o Dir::State::status=$APTTMP/$CODENAME-$ARCH/status \
-o APT::Cache::AllVersions=0 \ -o APT::Cache::AllVersions=0 \
-o APT::Cache::ShowVersion=1 \ -o APT::Cache::ShowVersion=1 \
-o APT::Architecture=$ARCH \ -o APT::Architecture=$ARCH \
-o APT::Architectures::=$ARCH \
-o Acquire::Languages=none" -o Acquire::Languages=none"
sections=main sections=main