]> err.no Git - dpkg/commitdiff
Remove -Z from patch call, as it makes patch warn about missing timestamps.
authorAdam Heath <doogie@debian.org>
Fri, 5 Jul 2002 00:36:28 +0000 (00:36 +0000)
committerAdam Heath <doogie@debian.org>
Fri, 5 Jul 2002 00:36:28 +0000 (00:36 +0000)
ChangeLog
debian/changelog
scripts/dpkg-source.pl

index f1ef1905157fb6b0430ca42dc167b5f8e96f7ba6..611545cfea0e519d023511db1599999392606b20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 7a9e2e6e8fdc3f7946af7d6b4f7cf26c97439bcf..988925cde194df3e1abcb4eb52a6077f8c5453ff 100644 (file)
@@ -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 <wakkerma@debian.org>  UNRELEASED
 
index 57f15be87abaa96e67b2a7f6e3c9b725b1fd427f..a06fe7b6af82a1234990236c5647abe7bf4cf249 100755 (executable)
@@ -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);