Back out revision 148
authorweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Thu, 28 Jul 2005 00:23:18 +0000 (00:23 +0000)
committerweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Thu, 28 Jul 2005 00:23:18 +0000 (00:23 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@153 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/caff
debian/changelog

index 7583720ee6fdd18bc9d2dc80cfa93ad8bf1d84c9..302bf60c8dbcccd10696f39d8a59ced03b81dacd 100755 (executable)
--- 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;
index 4998053651dfbf08f0622c2ca2cb9ae22b22c9da..3f0af19792edb59dc8f815463b2c05b37c73775a 100644 (file)
@@ -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.