This file is indexed.

/usr/share/perl5/Config/Model/models/Dpkg/Source/Options.pod is in libconfig-model-dpkg-perl 2.076.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# PODNAME: Config::Model::models::Dpkg::Source::Options
# ABSTRACT:  Configuration class Dpkg::Source::Options
=head1 NAME

Config::Model::models::Dpkg::Source::Options - Configuration class Dpkg::Source::Options

=head1 DESCRIPTION

Configuration classes used by L<Config::Model>

list of long options that should be automatically prepended to the set of command line options of a dpkg-source -b or dpkg-source --print-format call. Options like --compression and --compression-level are well suited for this file.

=head1 Elements

=head2 diff-ignore - perl regexp to filter out files for the diff

perl regular expression to match files you want filtered out of the list of files for the diff.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 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.I<< Optional. Type uniline.  >> 

=head2 extend-diff-ignore - Perl regexp to extend the diff-ignore setup

The perl regular expression specified will extend the default regular expression associated to diff-ignore by concatenating "|regexp" to the default regexp. This option is convenient to exclude some auto-generated files from the automatic patch generation.I<< Optional. Type uniline.  >> 

=head2 compression - Specify  the compression to use for created files (tarballs and diffs).

gzip is the default compression. xz is only supported since dpkg-dev 1.15.5.I<< Optional. Type enum. choice: 'gzip', 'gzip2', 'lzma', 'xz'. upstream_default: 'gzip'.  >> 

=head2 compression-level - Compression level to use.

Default compression level is 9 for gzip and bzip2, 6 for xz and lzma.I<< Optional. Type enum. choice: '1', '2', '3', '4', '5', '6', '7', '8', '9', 'best', 'fast'.  >> 

=head1 SEE ALSO

=over

=item *

L<cme>

=back

=head1 AUTHOR

=over

=item Dominique Dumont <domi.dumont@free.fr>


=back

=head1 LICENSE

=over

=item LGPL-2.1


=back

=cut