@@ -1,3 +1,8 @@
+Sat Jun 2 15:04:09 CDT 2001 Adam Heath <doogie@debian.org>
+
+ * scripts/dpkg-source.pl: Reset SIGPIPE back to a default handler, for
+ callers that have it masked off.
Sat Jun 2 14:48:35 CDT 2001 Adam Heath <doogie@debian.org>
* scripts/dpkg-checkbuilddeps.pl: Handle varied use of spaces.
@@ -98,6 +98,8 @@ while (@ARGV && $ARGV[0] =~ m/^-/) {
defined($opmode) || &usageerr("need -x or -b");
+$SIG{'PIPE'} = 'DEFAULT';
if ($opmode eq 'build') {
$sourcestyle =~ y/X/A/;