merge rsyncable doc diff
authorBdale Garbee <bdale@gag.com>
Thu, 12 Apr 2012 17:48:11 +0000 (11:48 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 12 Apr 2012 17:48:11 +0000 (11:48 -0600)
debian/changelog
debian/patches/rsyncable-doc.diff [deleted file]
debian/patches/rsyncable.diff
debian/patches/series
doc/gzip.texi

index 006d5cfede8289e6250474fd42639d27df597ac9..7d35092d9b023568b5eb042e300d2d910fa1de78 100644 (file)
@@ -3,6 +3,8 @@ gzip (1.4-6) unstable; urgency=low
   * patch to restore zgrep -h from Pär-Ola Nilsson, closes: #658734
   * patch to fix pack reference in gzip man page from Stéphane Aulery,
     closes: #308522
+  * patch to add --rsyncable doc to info page from Jörgen Grahn,
+    closes: #637626
 
  -- Bdale Garbee <bdale@gag.com>  Thu, 12 Apr 2012 11:38:56 -0600
 
diff --git a/debian/patches/rsyncable-doc.diff b/debian/patches/rsyncable-doc.diff
deleted file mode 100644 (file)
index 1dac01e..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/doc/gzip.texi b/doc/gzip.texi
-index 84887c3..ecd4e00 100644
---- a/doc/gzip.texi
-+++ b/doc/gzip.texi
-@@ -207,6 +207,7 @@ Mandatory arguments to long options are mandatory for short options too.
-   -V, --version     display version number
-   -1, --fast        compress faster
-   -9, --best        compress better
-+    --rsyncable   Make rsync-friendly archive
- With no FILE, or when FILE is -, read standard input.
-@@ -361,6 +362,14 @@ in the uncompressed input when syncronizing two files compressed with
- this flag.  @code{gunzip} cannot tell the difference between a
- compressed file created with this option, and one created without it.
-+@item --rsyncable
-+While compressing, synchronize the output occasionally based on
-+the input.  This increases size by less than 1 percent most
-+cases, but means that the @command{rsync} program can much more efficiently
-+synchronize files compressed with this flag.  @command{gunzip}
-+cannot tell the difference between a compressed file created
-+with this option, and one created without it.
-+
- @item --suffix @var{suf}
- @itemx -S @var{suf}
- Use suffix @var{suf} instead of @samp{.gz}.  Any suffix can be
index 96780f3bb42381d44426cefac5afdb49880de3bb..e615d984f72ea670151dd7f3511a1defe58fc8b6 100644 (file)
@@ -254,3 +254,30 @@ index 0c3dd68..5270c56 100644
  
  extern off_t bytes_in;   /* number of input bytes */
  extern off_t bytes_out;  /* number of output bytes */
+diff --git a/doc/gzip.texi b/doc/gzip.texi
+index 84887c3..ecd4e00 100644
+--- a/doc/gzip.texi
++++ b/doc/gzip.texi
+@@ -207,6 +207,7 @@ Mandatory arguments to long options are mandatory for short options too.
+   -V, --version     display version number
+   -1, --fast        compress faster
+   -9, --best        compress better
++    --rsyncable   Make rsync-friendly archive
+ With no FILE, or when FILE is -, read standard input.
+@@ -361,6 +362,14 @@ in the uncompressed input when syncronizing two files compressed with
+ this flag.  @code{gunzip} cannot tell the difference between a
+ compressed file created with this option, and one created without it.
++@item --rsyncable
++While compressing, synchronize the output occasionally based on
++the input.  This increases size by less than 1 percent most
++cases, but means that the @command{rsync} program can much more efficiently
++synchronize files compressed with this flag.  @command{gunzip}
++cannot tell the difference between a compressed file created
++with this option, and one created without it.
++
+ @item --suffix @var{suf}
+ @itemx -S @var{suf}
+ Use suffix @var{suf} instead of @samp{.gz}.  Any suffix can be
index 51c69c0ec5a5f9b774e6fc48843a784b5a17b6b4..97e96d4ebcfe687d7b4416eeda2c86b0644d4621 100644 (file)
@@ -1,5 +1,6 @@
 getdtablesize-missing.diff
 rsyncable.diff
+rsyncable-doc.diff
 zless-LESSOPEN.diff
 sys_stat.in.h.diff
 determinism.diff
index 84887c3f0c26fa9fad564d9e26f6bad0f765577f..ecd4e00b74e6a5f74ca8bc1134671dd68a193d57 100644 (file)
@@ -207,6 +207,7 @@ Mandatory arguments to long options are mandatory for short options too.
   -V, --version     display version number
   -1, --fast        compress faster
   -9, --best        compress better
+    --rsyncable   Make rsync-friendly archive
 
 With no FILE, or when FILE is -, read standard input.
 
@@ -361,6 +362,14 @@ in the uncompressed input when syncronizing two files compressed with
 this flag.  @code{gunzip} cannot tell the difference between a
 compressed file created with this option, and one created without it.
 
+@item --rsyncable
+While compressing, synchronize the output occasionally based on
+the input.  This increases size by less than 1 percent most
+cases, but means that the @command{rsync} program can much more efficiently
+synchronize files compressed with this flag.  @command{gunzip}
+cannot tell the difference between a compressed file created
+with this option, and one created without it.
+
 @item --suffix @var{suf}
 @itemx -S @var{suf}
 Use suffix @var{suf} instead of @samp{.gz}.  Any suffix can be