tags 310073 patch thanks debian/rules has a rather unwise definition of DEB_TAR_SRCDIR that means the build directory isn't determined consistently. This seems to fix it:
--- debian/rules~ +++ debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -DEB_TAR_SRCDIR=$(shell ls clearsilver-* | sed -e 's/\.tar.*//') +DEB_TAR_SRCDIR:=$(shell ls clearsilver-* | sed -e 's/\.tar.*//;q') DEB_MAKE_CHECK_TARGET=( i386 ia64 ) include /usr/share/cdbs/1/rules/tarball.mk -- Ben Hutchings If more than one person is responsible for a bug, no one is at fault. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]