I've NMU'd this patch as 0.9.13-3.1. The full patch between 0.9.13-3 and 0.9.13-3.1 is as follows.
Regards, Roger --- cs.orig/clearsilver-0.9.13/debian/changelog 2005-05-22 14:04:31.293617192 +0100 +++ cs.new/clearsilver-0.9.13/debian/changelog 2005-05-22 13:41:55.758689824 +0100 @@ -1,3 +1,11 @@ +clearsilver (0.9.13-3.1) unstable; urgency=high + + * Non-maintainer upload. + * Apply patch from Michael Ablassmeier to correct a build failure + due to an incorrect DEB_TAR_SRCDIR (Closes: #310073). + + -- Roger Leigh <[EMAIL PROTECTED]> Sun, 22 May 2005 13:34:23 +0100 + clearsilver (0.9.13-3) unstable; urgency=medium [ Priority set to 'medium' since it's blocking trac to move to sarge and --- cs.orig/clearsilver-0.9.13/debian/rules 2005-05-22 14:04:31.294617040 +0100 +++ cs.new/clearsilver-0.9.13/debian/rules 2005-05-22 13:41:55.758689824 +0100 @@ -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.*//' | head -1) DEB_MAKE_CHECK_TARGET=( i386 ia64 ) include /usr/share/cdbs/1/rules/tarball.mk -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourceforge.net/ Debian GNU/Linux http://www.debian.org/ GPG Public Key: 0x25BFB848. Please sign and encrypt your mail. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]