Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

config::model::models::debian::dpkg::source::options(3pm) [debian man page]

Config::Model::models::Debian::Dpkg::Source::Options(3pmUser Contributed Perl DocumentatiConfig::Model::models::Debian::Dpkg::Source::Options(3pm)

NAME
Config::Model::models::Debian::Dpkg::Source::Options - Configuration class Debian::Dpkg::Source::Options VERSION
version 2.021 DESCRIPTION
Configuration classes used by 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. Elements 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.Optional. Type uniline. 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.Optional. Type uniline. SEE ALSO
o cme AUTHOR
Dominique Dumont <domi.dumont@free.fr> LICENSE
LGPL-2.1 perl v5.14.2 2012-11-09 Config::Model::models::Debian::Dpkg::Source::Options(3pm)

Check Out this Related Man Page

Config::Model::models::Debian::Dpkg::Copyright::Content(User Contributed Perl DocumentConfig::Model::models::Debian::Dpkg::Copyright::Content(3pm)

NAME
Config::Model::models::Debian::Dpkg::Copyright::Content - Configuration class Debian::Dpkg::Copyright::Content VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model Elements Copyright One or more free-form copyright statement(s), one per line, that apply to the files matched by the above pattern. If a work has no copyright holder (i.e., it is in the public domain), that information should be recorded here. The Copyright field collects all relevant copyright notices for the files of this paragraph. Not all copyright notices may apply to every individual file, and years of publication for one copyright holder may be gathered together. For example, if file A has: Copyright 2008 John Smith Copyright 2009 Angela Watts and file B has: Copyright 2010 Angela Watts the Copyright field for a stanza covering both file A and file B need contain only: Copyright 2008 John Smith Copyright 2009, 2010 Angela Watts The Copyright field may contain the original copyright statement copied exactly (including the word Copyright), or it can shorten the text, as long as it does not sacrifice information. Examples in this specification use both forms.Mandatory. Type string. License Optional. Type node. License-Alias Deprecated Optional. Type uniline. Comment This field can provide additional information. For example, it might quote an e-mail from upstream justifying why the license is acceptable to the main archive, or an explanation of how this version of the package has been forked from a version known to be DFSG-free, even though the current upstream version is not.Optional. Type string. Note: Comment is migrated with '$old' and with $old => ""- X-Comment"" X-Comment Deprecated Optional. Type string. SEE ALSO
o cme o Config::Model::models::Debian::Dpkg::Copyright::FileLicense AUTHOR
Dominique Dumont COPYRIGHT
2010,2011 Dominique Dumont LICENSE
LGPL2 perl v5.14.2 2012-11-09 Config::Model::models::Debian::Dpkg::Copyright::Content(3pm)
Man Page