From: kink-guest Date: Wed, 27 Jul 2005 10:11:20 +0000 (+0000) Subject: + Improve error when using xargs, thanks Lior Kaplan (Closes: #319519). X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=56386e739220dc2e4f93013aaf93f9e3d8e8972a + Improve error when using xargs, thanks Lior Kaplan (Closes: #319519). git-svn-id: svn://svn.debian.org/pgp-tools/trunk@148 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/caff/caff b/caff/caff index 5c75332..35739f0 100755 --- a/caff/caff +++ b/caff/caff @@ -457,7 +457,7 @@ sub ask($$;$$) { $answer = ; chomp $answer; last if ((defined $answer) && (length $answer <= 1)); - print "grrrrrr.\n"; + print "Error reading from STDIN (are you using caff with xargs?).\n"; sleep 1; }; my $result = $default; diff --git a/debian/changelog b/debian/changelog index 5c3f25a..e259738 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ signing-party (0.4.1-XXX) unreleased; urgency=low thanks Christof Douma (Closes: #316129). + Create unique attachment filenames, thanks Robin H. Johnson (Closes: #318469). + + Improve error when using xargs, thanks Lior Kaplan (Closes: #319519). * Depend on libtext-template-perl as caff needs it. * Update to Standards-Version 3.6.2, no changes necessary.