[Pgp-tools-commit] r148 - in trunk: caff debian

Thijs Kinkhorst kink-guest at costa.debian.org
Wed Jul 27 10:11:21 UTC 2005


Author: kink-guest
Date: 2005-07-27 10:11:20 +0000 (Wed, 27 Jul 2005)
New Revision: 148

Modified:
   trunk/caff/caff
   trunk/debian/changelog
Log:
+ Improve error when using xargs, thanks Lior Kaplan (Closes: #319519).


Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2005-07-27 10:09:51 UTC (rev 147)
+++ trunk/caff/caff	2005-07-27 10:11:20 UTC (rev 148)
@@ -457,7 +457,7 @@
 		$answer = <STDIN>;
 		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;

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-07-27 10:09:51 UTC (rev 147)
+++ trunk/debian/changelog	2005-07-27 10:11:20 UTC (rev 148)
@@ -14,6 +14,7 @@
        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.
 





More information about the Pgp-tools-commit mailing list