From 7c6cc6ad4e997df510690820206deb5777a7e12b Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 1 Mar 2011 14:17:09 +0000 Subject: For sid and gutsy (a.k.a. natty), install /var/lib/dpkg/info/$(dpkg --print-architecture) -> . symlink, to cope with multiarch dpkg. --- debian/changelog | 5 +++++ scripts/gutsy | 1 + scripts/sid | 1 + 3 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index b18753e..e6b00da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ debootstrap (1.0.29) UNRELEASED; urgency=low + [ Joey Hess ] * Support bootstrapping oldstable. (Lenny could already be bootstrapped using that suite name.) + [ Colin Watson ] + * For sid and gutsy (a.k.a. natty), install /var/lib/dpkg/info/$(dpkg + --print-architecture) -> . symlink, to cope with multiarch dpkg. + -- Joey Hess Fri, 25 Feb 2011 16:10:44 -0400 debootstrap (1.0.28) unstable; urgency=low diff --git a/scripts/gutsy b/scripts/gutsy index 24c6a3f..307de25 100644 --- a/scripts/gutsy +++ b/scripts/gutsy @@ -69,6 +69,7 @@ first_stage_install () { local ver="$(extract_deb_field "$TARGET/$deb" Version)" mkdir -p "$TARGET/var/lib/dpkg/info" + ln -nsf . "$TARGET/var/lib/dpkg/info/$ARCH" echo \ "Package: $pkg diff --git a/scripts/sid b/scripts/sid index 5febdcc..442755a 100644 --- a/scripts/sid +++ b/scripts/sid @@ -58,6 +58,7 @@ first_stage_install () { local ver="$(extract_deb_field "$TARGET/$deb" Version)" mkdir -p "$TARGET/var/lib/dpkg/info" + ln -nsf . "$TARGET/var/lib/dpkg/info/$ARCH" echo \ "Package: $pkg -- cgit v0.12