[SCM] live-build branch, debian-next, updated. debian/3.0_a40-1-17-g6bb4a22
Daniel Baumann
daniel at debian.org
Sat Jan 7 19:19:12 UTC 2012
The following commit has been merged in the debian-next branch:
commit 6bb4a22152570c4ca2d48d9efb94b5a0349c159b
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Jan 7 20:18:43 2012 +0100
Adding temporary hack with pinning to avoid squashfs-tools mismatch for artax-backports.
diff --git a/scripts/build/lb_chroot_apt b/scripts/build/lb_chroot_apt
index cf92c38..0fe45d7 100755
--- a/scripts/build/lb_chroot_apt
+++ b/scripts/build/lb_chroot_apt
@@ -181,6 +181,19 @@ EOF
done
fi
+
+ case "${LB_DISTRIBUTION}" in
+ artax-backports)
+ # Temporary hack to avoid squashfs version mismatch
+
+cat >> chroot/etc/apt/preferences.d/tmp.pref << EOF
+Package: squashfs-tools
+Pin: release n=squeeze
+Pin-Priority: 1001
+EOF
+
+ ;;
+ esac
;;
esac
--
live-build
More information about the debian-live-changes
mailing list