From 043300f544d4f1bcb3f5652939d84ccac04b7a47 Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 13 Mar 2012 15:58:32 +0100 Subject: [PATCH] update TODO --- TODO | 5 +++-- default/config.armhf | 4 ---- default/multistrap.conf.armhf | 32 -------------------------------- 3 files changed, 3 insertions(+), 38 deletions(-) delete mode 100644 default/config.armhf delete mode 100644 default/multistrap.conf.armhf diff --git a/TODO b/TODO index 4f50875..ff64638 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ * create debian package * resolve fakechroot bug #611156 - * add qemu-user-static elf interpreter prefix environment variable bug #632192 (is fixed upstream) * make qemu-user not trap itself in cyclic symlinks bug #636035 - * make fakeroot multiarch #636192 + * if gconf2 is to be installed bug #636083 + * have libfakeroot-sysv.so not in the libfakeroot subdirectory (no idea why + the linker doesnt find it otherwise - it works for fakechroot.so in subdir) diff --git a/default/config.armhf b/default/config.armhf deleted file mode 100644 index 8353fd0..0000000 --- a/default/config.armhf +++ /dev/null @@ -1,4 +0,0 @@ -SUITE="sid" -ARCH="armhf" -ROOTDIR="debian-$SUITE-$ARCH-`date +%F`" -MIRROR="http://ftp.debian-ports.org/debian" diff --git a/default/multistrap.conf.armhf b/default/multistrap.conf.armhf deleted file mode 100644 index 514b46b..0000000 --- a/default/multistrap.conf.armhf +++ /dev/null @@ -1,32 +0,0 @@ -[General] -arch=$ARCH -directory=$ROOTDIR -cleanup=true -unpack=true -noauth=true -bootstrap=Debian_bootstrap Debian_unreleased -aptsources=Debian_apt Debian_apt_unreleased -allowrecommends=false -addimportant=false - -[Debian_bootstrap] -packages=debian-ports-archive-keyring $PACKAGES -source=$MIRROR -suite=$SUITE -omitdebsrc=true - -[Debian_unreleased] -packages=$PACKAGES -source=$MIRROR -suite=unreleased -omitdebsrc=true - -[Debian_apt] -source=http://ftp.debian-ports.org/debian -suite=$SUITE -omitdebsrc=true - -[Debian_apt_unreleased] -source=http://ftp.debian-ports.org/debian -suite=unreleased -omitdebsrc=true