From f518d827bb0f8114baec3f07d0517f07dc2068eb Mon Sep 17 00:00:00 2001
From: Tails developers <amnesia@boum.org>
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 fc97bac29bb..c5bd2d9adca 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 00000000000..dbddf7dea9f
--- /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 00000000000..fce62d6f01d
--- /dev/null
+++ b/config/chroot_sources/testing.chroot
@@ -0,0 +1 @@
+deb http://ftp.us.debian.org/debian/ testing main
-- 
GitLab