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

dpkg-buildpackage: Do not list supported compressors in --help output

The xz compressor was missing from the --help output for -Z, instead of
adding it, let dpkg-source have the list of supported ones, so that we
don't have to worry about out-of-dateness in the future.
Guillem Jover лет назад: 16
Родитель
Сommit
f68aa9619e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/dpkg-buildpackage.pl

+ 1 - 1
scripts/dpkg-buildpackage.pl

@@ -82,7 +82,7 @@ Options:
   -sn            force Debian native source format.      }
   -s[sAkurKUR]   see dpkg-source for explanation.        } only passed
   -z<level>      compression level of source             } to dpkg-source
-  -Z(gz|bz2|lzma) compression to use for source          }
+  -Z<compressor> compression to use for source           }
   -nc            do not clean source tree (implies -b).
   -tc            clean source tree when finished.
   -ap            add pause before starting signature process.