On Sun, 2009-03-29 at 17:08 +0200, Grammostola Rosea wrote: > Don't know if it has something to do with: > > fakeroot debian/rules > clean > test -x > debian/rules > > > dh_clean > > > /usr/bin/make -C . -k > distclean > make[1]: Entering directory > `/tmp/buildd/rumor-1.0.3b' > make[1]: *** No rule to make target > `distclean'. > make[1]: Leaving directory > `/tmp/buildd/rumor-1.0.3b' > make: [makefile-clean] Error 2 (ignored) > > when doing pbuilder build ....
That means that there is no distclean target, but you seem to be calling it from within your debian/rules file - that needs fixing. However, in theory that should be unrelated to the problem you are experiencing. Try uninstalling the old version first and then installing the new version. -- Stephan -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org