Просмотр исходного кода

dpkg-source.1: Document -Z and -z

Frank Lichtenheld лет назад: 19
Родитель
Сommit
8fb7086829
2 измененных файлов с 17 добавлено и 0 удалено
  1. 4 0
      man/ChangeLog
  2. 13 0
      man/dpkg-source.1

+ 4 - 0
man/ChangeLog

@@ -1,3 +1,7 @@
+2007-10-09  Frank Lichtenheld  <djpig@debian.org>
+	
+	* dpkg-source.1: Document -Z and -z.
+
 2007-10-08  Robert Luberda  <robert@debian.org>
 2007-10-08  Robert Luberda  <robert@debian.org>
 
 
 	* po/pl.po: Update to 1183t19f101u.
 	* po/pl.po: Update to 1183t19f101u.

+ 13 - 0
man/dpkg-source.1

@@ -106,6 +106,19 @@ This option turns certain errors into warnings.
 This option negates a previously set
 This option negates a previously set
 .BR \-W "."
 .BR \-W "."
 .TP
 .TP
+.BR \-Z \fIcompression\fP
+Specify the compression to use for created files (tarballs and diffs).
+Note that this option will not cause existing tarballs to be recompressed,
+it only affects new files. Supported values are:
+.IR gz ", " bz2 ", and " lzma .
+\fIgz\fP is the default.
+.TP
+.BR \-z \fIlevel\fP
+Compression level to use. As with \fB\-Z\fP it only affects newly created
+files. Supported values are:
+.IR 1 " to " 9 ", " best ", and " fast .
+\fI9\fP is the default.
+.TP
 .BR \-i [\fIregexp\fP]
 .BR \-i [\fIregexp\fP]
 You may specify a perl regular expression to match files you want
 You may specify a perl regular expression to match files you want
 filtered out of the list of files for the diff. (This list is
 filtered out of the list of files for the diff. (This list is