From: weasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Date: Thu, 28 Jul 2005 00:23:18 +0000 (+0000)
Subject: Back out revision 148
X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=7f34e1c8664e595f83414802a730988e4a07953e;p=pgp-tools.git

Back out revision 148

git-svn-id: svn://svn.debian.org/pgp-tools/trunk@153 b513b33f-fedd-0310-b452-c3deb5f4c849
---

diff --git a/caff/caff b/caff/caff
index 7583720..302bf60 100755
--- a/caff/caff
+++ b/caff/caff
@@ -466,7 +466,7 @@ sub ask($$;$$) {
 		$answer = <STDIN>;
 		chomp $answer;
 		last if ((defined $answer) && (length $answer <= 1));
-		print "Error reading from STDIN (are you using caff with xargs?).\n";
+		print "grrrrrr.\n";
 		sleep 1;
 	};
 	my $result = $default;
diff --git a/debian/changelog b/debian/changelog
index 4998053..3f0af19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,6 @@ signing-party (0.4.1-1) unstable; 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).
      + let caff import keys from file, thanks Jon Åslund (Closes: #318744).
   * Depend on libtext-template-perl as caff needs it.
   * Update to Standards-Version 3.6.2, no changes necessary.