tags 411844 + patch thanks Hi,
Attached is the diff for my sendfile 2.1b-3.1 NMU.
diff -u sendfile-2.1b/debian/changelog sendfile-2.1b/debian/changelog --- sendfile-2.1b/debian/changelog +++ sendfile-2.1b/debian/changelog @@ -1,3 +1,14 @@ +sendfile (2.1b-3.1) unstable; urgency=high + + * Non-maintainer upload. + * Remove extraneous commands from clean target; we do not need to duplicate + actions in clean that are already present in the .orig.tar.gz. This fixes + an FTBFS, since doc/NEWS now seems to be a pure copy of doc/LIESMICH.neu + and not a symlink, and the .diff.gz can't represent a file becoming a + symlink. (Closes: #411844) + + -- Steinar H. Gunderson <[EMAIL PROTECTED]> Wed, 28 Feb 2007 17:59:15 +0100 + sendfile (2.1b-3) unstable; urgency=low * Upstream: correct exit code now on error [src/sendmsg.c] diff -u sendfile-2.1b/debian/rules sendfile-2.1b/debian/rules --- sendfile-2.1b/debian/rules +++ sendfile-2.1b/debian/rules @@ -40,11 +40,6 @@ clean: debclean rm -rf stamp-build $(MAKE) clean - rm -rf *~ - ln -sf doc/README - ln -sf doc/LIESMICH - ln -sf doc/COPYING - (cd doc; ln -sf LIESMICH.neu NEWS) debclean: # Cleans debian binary directories to allow binary creation