Now there are more than 650 packages: http://cc.oulu.fi/~rantalai/maemo5/squeeze/repo/ Nothing very cool yet. Non-optified, may eat your phone. ---------------- Some typical problems I have encountered during dpkg-buildpackage several times: *tar: FILENAME: file changed as we read it Workaround: Read log what it tried last and run it manually, e.g. run manually: dh_builddeb -a Maybe about scratchbox? Or failing harddisk (but with same package it happens every time)? *dpkg-shlibdeps: error: no dependency information found for XXX (used by YYY) e.g: dh_shlibdeps: dpkg-shlibdeps -Tdebian/libgmpxx4ldbl.substvars debian/libgmpxx4ldbl/usr/lib/libgmpxx.so.4.1.2 returned exit code 2 Workaround: use dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info *cp: cannot open `debian/tmp/XXX/FILENAME' for reading: Too many levels of symbolic links Where FILENAME is not symlink at all. Workaround: run: dpkg --build debian/FOLDER (sometimes doesn't work)