Hello,
On Thu, Jul 06, 2006 at 03:58:53PM +0200, Simone Piccardi wrote:
> Nicolas François wrote:
> >
> > Does "cat debian/changelog | tail -n 40" works nicely?
> Yes, fine, [...]
Then, does:
perl -e 'open(STDIN,"< debian/changelog") || die "error1";
open(P,"tail -n 40 |") || die "error2";
while(<P>) { } close(P); print "status: $?\n"'
works too?
Also, your bug report looks like http://bugs.debian.org/338863
Do you have strange messages in /var/log/messages, or are you using fakeroot?
Kind Regards,
--
Nekral