From f6918ca12c668d3143645c3fa4ad5a047ec6a23d Mon Sep 17 00:00:00 2001 From: Tails developers Date: Mon, 12 Sep 2011 21:51:20 +0200 Subject: [PATCH] Use testing's libssl1.0.0 instead of unstable's. We previously fetched it from unstable, but now it depends on multiarch-support, which depends on unstable's libc6, which depends on... So in order to not completely mess up the time schedule for Tails 0.8 we defer that move to a later date. --- config/chroot_apt/preferences | 2 +- config/chroot_sources/testing.binary | 1 + config/chroot_sources/testing.chroot | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 config/chroot_sources/testing.binary create mode 100644 config/chroot_sources/testing.chroot diff --git a/config/chroot_apt/preferences b/config/chroot_apt/preferences index fc97bac29..c5bd2d9ad 100644 --- a/config/chroot_apt/preferences +++ b/config/chroot_apt/preferences @@ -4,7 +4,7 @@ Pin-Priority: 999 Explanation: sid's aircrack-ng dependancy Package: libssl1.0.0 -Pin: release o=Debian,a=unstable +Pin: release o=Debian,a=testing Pin-Priority: 999 Package: eatmydata diff --git a/config/chroot_sources/testing.binary b/config/chroot_sources/testing.binary new file mode 120000 index 000000000..dbddf7dea --- /dev/null +++ b/config/chroot_sources/testing.binary @@ -0,0 +1 @@ +testing.chroot \ No newline at end of file diff --git a/config/chroot_sources/testing.chroot b/config/chroot_sources/testing.chroot new file mode 100644 index 000000000..fce62d6f0 --- /dev/null +++ b/config/chroot_sources/testing.chroot @@ -0,0 +1 @@ +deb http://ftp.us.debian.org/debian/ testing main -- 2.11.4.GIT