Package: apt Version: 0.5.4 Severity: normal The patch to fix the fakeroot problem with LD_LIBRARY_PATH isn't working properly. I get
... dh_installdeb -papt-utils LD_LIBRARY_PATH=\D_LIBRARY_PATH:`pwd`/debian/apt/usr/lib:`pwd`/debian/apt-utils/usr/lib dh_shlibdeps -papt-utils -- -Ldebian/shlibs.local.apt-utils /usr/bin/perl: error while loading shared libraries: libfakeroot.so.0: cannot open shared object file: No such file or directory make: *** [apt-utils] Error 127 I'm guessing you probably meant to put $$LD_LIBRARY_PATH on that line in debian/rules, not \$LD_LIBRARY_PATH.

