|
|
@@ -176,32 +176,32 @@ files. Supported values are:
|
|
|
.IR 1 " to " 9 ", " best ", and " fast .
|
|
|
The default is \fI9\fP for gzip and bzip2, \fI6\fP for xz and lzma.
|
|
|
.TP
|
|
|
-.BR \-i "[\fIregexp\fP], " \-\-diff\-ignore [=\fIregexp\fP]
|
|
|
+.BR \-i "[\fIregex\fP], " \-\-diff\-ignore [=\fIregex\fP]
|
|
|
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
|
|
|
generated by a find command.) (If the source package is being built as a
|
|
|
version 3 source package using a VCS, this can be used to ignore
|
|
|
uncommited changes on specific files. Using \-i.* will ignore all of them.)
|
|
|
-\fB\-i\fP by itself enables the option, with a default regexp that will
|
|
|
+\fB\-i\fP by itself enables the option, with a default regex that will
|
|
|
filter out control files and directories of the most common revision
|
|
|
control systems, backup and swap files and Libtool build output
|
|
|
-directories. There can only be one active regexp, of multiple
|
|
|
+directories. There can only be one active regex, of multiple
|
|
|
\fB\-i\fP options only the last one will take effect.
|
|
|
|
|
|
This is very helpful in cutting out extraneous files that get included
|
|
|
in the diff, e.g. if you maintain your source in a revision control
|
|
|
system and want to use a checkout to build a source package without
|
|
|
including the additional files and directories that it will usually
|
|
|
-contain (e.g. CVS/, .cvsignore, .svn/). The default regexp is already
|
|
|
+contain (e.g. CVS/, .cvsignore, .svn/). The default regex is already
|
|
|
very exhaustive, but if you need to replace it, please note that by
|
|
|
default it can match any part of a path, so if you want to match the
|
|
|
begin of a filename or only full filenames, you will need to provide
|
|
|
the necessary anchors (e.g. '(^|/)', '($|/)') yourself.
|
|
|
.TP
|
|
|
-.BR \-\-extend\-diff\-ignore =\fIregexp\fP
|
|
|
+.BR \-\-extend\-diff\-ignore =\fIregex\fP
|
|
|
The perl regular expression specified will extend the default value
|
|
|
of \fB\-\-diff\-ignore\fP and its current value (if set). It does this
|
|
|
-by concatenating "\fB|\fP\fIregexp\fP" to the existing value.
|
|
|
+by concatenating "\fB|\fP\fIregex\fP" to the existing value.
|
|
|
This option is convenient to use in \fBdebian/source/options\fP to exclude
|
|
|
some auto-generated files from the automatic patch generation.
|
|
|
.TP
|
|
|
@@ -231,7 +231,7 @@ to each part of the path individually. The exact semantic of tar's
|
|
|
http://www.gnu.org/software/tar/manual/tar.html#wildcards for a full
|
|
|
documentation.
|
|
|
|
|
|
-The default regexp and patterns for both options can be seen
|
|
|
+The default regex and patterns for both options can be seen
|
|
|
in the output of the \fB\-\-help\fP command.
|
|
|
.SS Generic extract options
|
|
|
.TP
|