update TODO
This commit is contained in:
parent
2f9b465ce0
commit
043300f544
3 changed files with 3 additions and 38 deletions
5
TODO
5
TODO
|
@ -1,5 +1,6 @@
|
||||||
* create debian package
|
* create debian package
|
||||||
* resolve fakechroot bug #611156
|
* 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 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)
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
SUITE="sid"
|
|
||||||
ARCH="armhf"
|
|
||||||
ROOTDIR="debian-$SUITE-$ARCH-`date +%F`"
|
|
||||||
MIRROR="http://ftp.debian-ports.org/debian"
|
|
|
@ -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
|
|
Loading…
Reference in a new issue