From 452266f51df3be9712255eed4b62d0ee83e7b65b Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Fri, 5 Jul 2002 00:36:28 +0000 Subject: [PATCH] Remove -Z from patch call, as it makes patch warn about missing timestamps. --- ChangeLog | 5 +++++ debian/changelog | 2 ++ scripts/dpkg-source.pl | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f1ef1905..611545cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 4 19:33:20 CDT 2002 Adam Heath + + * 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 * debian/changelog, debian/control: dpkg + dpkg-static conflict dpkg-dev diff --git a/debian/changelog b/debian/changelog index 7a9e2e6e..988925cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ dpkg (1.10.2) unstable; urgency=low * 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 UNRELEASED diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index 57f15be8..a06fe7b6 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -691,7 +691,7 @@ if ($opmode eq 'build') { $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); -- 2.39.5