... |
... |
@@ -137,6 +137,12 @@ In the configuration file, this option is enabled by using B<verbose> |
137
|
137
|
variable. The B<verbose> and B<quiet> variables may not both appear
|
138
|
138
|
in the config file.
|
139
|
139
|
|
|
140
|
+=item B<-d>, B<--debug>
|
|
141
|
+
|
|
142
|
+Display debug messages.
|
|
143
|
+
|
|
144
|
+This option implies B<--verbose>.
|
|
145
|
+
|
140
|
146
|
=item B<-V>, B<--version>
|
141
|
147
|
|
142
|
148
|
Display lintian version number and exit.
|
... |
... |
@@ -562,14 +568,20 @@ Utility scripts used by the other lintian scripts. |
562
|
568
|
=back
|
563
|
569
|
|
564
|
570
|
For binary packages, Lintian looks for overrides in a file named
|
565
|
|
-I<usr/share/lintian/overrides/E<lt>packageE<gt>> inside the binary
|
566
|
|
-package, where I<E<lt>packageE<gt>> is the name of the binary
|
567
|
|
-package. For source packages, Lintian looks for overrides in
|
|
571
|
+I<usr/share/lintian/overrides/E<lt>packageE<gt>> inside the binary package,
|
|
572
|
+where I<E<lt>packageE<gt>> is the name of the binary package. This is usually
|
|
573
|
+created automatically by debhelper from the
|
|
574
|
+I<debian/E<lt>packageE<gt>.lintian-overrides> file.
|
|
575
|
+
|
|
576
|
+For source packages, Lintian looks for overrides in
|
568
|
577
|
I<debian/source/lintian-overrides> and then in
|
569
|
578
|
I<debian/source.lintian-overrides> if the first file is not found.
|
570
|
579
|
The first path is preferred. See the Lintian User's Manual for the
|
571
|
580
|
syntax of overrides.
|
572
|
581
|
|
|
582
|
+Lintian errors in automatically-generated packages (such as I<xxx-dbgsym>) and
|
|
583
|
+in the I<changes> file are currently not overrideable.
|
|
584
|
+
|
573
|
585
|
=head1 CONFIGURATION FILE
|
574
|
586
|
|
575
|
587
|
The configuration file can be used to specify default values for some
|