.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Config::Model::models::Dpkg::Source 3pm" .TH Config::Model::models::Dpkg::Source 3pm 2024-03-03 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Config::Model::models::Dpkg::Source \- Configuration class Dpkg::Source .SH DESCRIPTION .IX Header "DESCRIPTION" Configuration classes used by Config::Model .PP Model of files found under debian/source directory. See dpkg-source for details. .SH Elements .IX Header "Elements" .SS "format \- source package format" .IX Subsection "format - source package format" Specifies the format of the source package. A missing format implies a '1.0' source format. \fI Mandatory. Type enum. choice: '1.0', '2.0', '3.0 (native)', '3.0 (quilt)', '3.0 (custom)', '3.0 (git)', '3.0 (bzr)'. \fR .PP Here are some explanations on the possible values: .IP '1.0' 4 .IX Item "'1.0'" A source package in this format consists either of a .orig.tar.gz associated to a .diff.gz or a single .tar.gz (in that case the package is said to be native). .IP '2.0' 4 .IX Item "'2.0'" was the first specification of a new-generation source package format. This format is not recommended for wide-spread usage, the format "3.0 (quilt)" replaces it. .IP "'3.0 (bzr)'" 4 .IX Item "'3.0 (bzr)'" This format is experimental. It generates a single tarball containing the bzr repository. .IP "'3.0 (custom)'" 4 .IX Item "'3.0 (custom)'" This format is particular. It doesn't represent a real source package format but can be used to create source packages with arbitrary files. .IP "'3.0 (git)'" 4 .IX Item "'3.0 (git)'" This format is experimental. A source package in this format consists of a single bundle of a git repository .git to hold the source of a package. There may also be a .git shallow file listing revisions for a shallow git clone. .IP "'3.0 (native)'" 4 .IX Item "'3.0 (native)'" extension of the native package format as defined in the 1.0 format. .IP "'3.0 (quilt)'" 4 .IX Item "'3.0 (quilt)'" A source package in this format contains at least an original tarball (.orig.tar.ext where ext can be gz, bz2, lzma and xz) and a debian tarball (.debian.tar.ext). It can also contain additional original tarballs (.orig\-component.tar.ext). .SS options .IX Subsection "options" Source options as described in dpkg-source \fI Optional. Type node of class Dpkg::Source::Options . \fR .SS lintian-overrides .IX Subsection "lintian-overrides" Contains the lintian overrides parameters from all lintian overrides files contained in \f(CW\*(C`debian/*lintian\-overrides\*(C'\fR. .PP plain \f(CW\*(C`lintian\-overrides\*(C'\fR is contained in "." element. .PP Other files are contained in basename element. .PP For instance, \f(CW\*(C`debian/foo.lintian\-overrides\*(C'\fR is contained in \f(CW\*(C`foo\*(C'\fR element. .PP Unknown lintian tags trigger a warning. .PP \&\fI Optional. Type string. \fR .SH "SEE ALSO" .IX Header "SEE ALSO" .IP \(bu 4 cme .IP \(bu 4 Config::Model::models::Dpkg::Source::Options .SH AUTHOR .IX Header "AUTHOR" .IP "Dominique Dumont" 4 .IX Item "Dominique Dumont" .SH COPYRIGHT .IX Header "COPYRIGHT" .PD 0 .IP "2010,2011 Dominique Dumont" 4 .IX Item "2010,2011 Dominique Dumont" .PD .SH LICENSE .IX Header "LICENSE" .IP LGPL2 4 .IX Item "LGPL2"