|
|
@@ -133,7 +133,7 @@ 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], " \-\-diff\-ignore [=\fIregexp\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
|
|
|
@@ -155,7 +155,14 @@ 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 \-I [\fIfile-pattern\fP]
|
|
|
+.BR \-\-extend\-diff\-ignore =\fIregexp\fP
|
|
|
+The perl regular expression specified will extend the default regular
|
|
|
+expression associated to \fB\-i\fP by concatenating "\fB|\fP\fIregexp\fP"
|
|
|
+to the default regexp. This option is convenient to use in
|
|
|
+\fBdebian/source/options\fP to exclude some auto-generated files
|
|
|
+from the automatic patch generation.
|
|
|
+.TP
|
|
|
+.BR \-I "[\fIfile-pattern\fP], " \-\-tar\-ignore [=\fIfile-pattern\fP]
|
|
|
If this option is specified, the pattern will be passed to
|
|
|
.BR tar (1)'s
|
|
|
\-\-exclude
|