+Thu Jul 4 19:33:20 CDT 2002 Adam Heath <doogie@debian.org>
+
+ * scripts/dpkg-source.pl: Remove -Z from patch call, as it makes patch
+ warn about missing timestamps.
+
Tue Jul 2 12:11:59 CDT 2002 Adam Heath <doogie@debian.org>
* debian/changelog, debian/control: dpkg + dpkg-static conflict dpkg-dev
* Make configuration files in $HOME work again
* dpkg + dpkg-static conflict with dpkg-dev << 1.9, to fix md5sum error
in dpkg-source. Closes: #151691.
+ * Remove -Z from patch call, in dpkg-source, as it makes patch warn about
+ missing timestamps. Closes: #151965
-- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
$ENV{'LC_ALL'}= 'C';
$ENV{'LANG'}= 'C';
exec('patch','-s','-t','-F','0','-N','-p1','-u',
- '-V','never','-g0','-b','-Z','-z','.dpkg-orig');
+ '-V','never','-g0','-b','-z','.dpkg-orig');
&syserr("exec patch");
}
close(GZIP);