Selaa lähdekoodia

Enhance dpkg-source's manual page

* man/dpkg-source.1: Improve explanation of -i when used with
VCS-based source packages.
Raphael Hertzog 18 vuotta sitten
vanhempi
commit
85fd182778
2 muutettua tiedostoa jossa 11 lisäystä ja 5 poistoa
  1. 5 0
      man/ChangeLog
  2. 6 5
      man/dpkg-source.1

+ 5 - 0
man/ChangeLog

@@ -1,3 +1,8 @@
+2008-05-05  Raphael Hertzog  <hertzog@debian.org>
+
+	* dpkg-source.1: Improve explanation of -i when used with
+	VCS-based source packages.
+
 2008-04-29  Guillem Jover  <guillem@debian.org>
 2008-04-29  Guillem Jover  <guillem@debian.org>
 
 
 	* po/dpkg-man.pot: Regenerated.
 	* po/dpkg-man.pot: Regenerated.

+ 6 - 5
man/dpkg-source.1

@@ -122,11 +122,12 @@ files. Supported values are:
 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
 generated by a find command.) (If the source package is being built as a
 generated by a find command.) (If the source package is being built as a
-version 3 source package using a VCS, this is instead used to
-ignore uncommitted files.) \fB\-i\fP by itself enables the option,
-with a default 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
+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
+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
 \fB\-i\fP options only the last one will take effect.
 \fB\-i\fP options only the last one will take effect.
 
 
 This is very helpful in cutting out extraneous files that get included
 This is very helpful in cutting out extraneous files that get included