Hello, a friend of mine always builds the Debian Packages from unstable for Debian Etch. I have on all my machines the following line in /etc/apt/sources.list: deb http://rmdir.de/~michael/git/ ./ apt-get update; apt-get dist-upgrade and you're up2speed. If you don't trust that packages it is very easy to build them yourself: wget http://ftp.debian.org/debian/pool/main/g/git-core/git-core_1.5.2.1-1.dsc wget http://ftp.debian.org/debian/pool/main/g/git-core/git-core_1.5.2.1.orig.tar.gz wget http://ftp.debian.org/debian/pool/main/g/git-core/git-core_1.5.2.1-1.diff.gz dpkg-source -x git-core_1.5.2.1-1.dsc cd git-core-1.5.2.1/ fakeroot debian/rules binary It runs the whole test suite and only contiues producing debs if they're good to go. It might be possible that you have to install some build dependencies by yourself. If some new git version hits unstable you can get the references for the three files above from: http://packages.debian.org/git-core => unstable => scroll to end of page => Source Packages => Source Package: git-core, Download: [dsc] ... Thomas - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html