On Thu, 2011-08-18 at 01:29:03 +0200, Guillem Jover wrote: > On Thu, 2011-08-18 at 01:56:49 +0300, Timo Juhani Lindfors wrote: > > diff --git a/man/dpkg-source.1 b/man/dpkg-source.1 > > index fb6f377..d6af2b4 100644 > > --- a/man/dpkg-source.1 > > +++ b/man/dpkg-source.1 > > @@ -153,7 +153,7 @@ dpkg-dev 1.15.5. > > 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. > > +The default is \fI9\fP for gzip and bzip2 and \fI6\fP for lzma and xz. > > .TP > > .BR \-i "[\fIregexp\fP], " \-\-diff\-ignore [=\fIregexp\fP] > > You may specify a perl regular expression to match files you want
> I had already this similar change for dpkg-deb(1), in any case applied > locally, will be included in my next push. Thanks! Actually I was too fast, the global default in the perl code is 9 for all compression methods, I'll modify it so that it changes depending on the compressor being used. regards, guillem -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

