The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Config::Model::models::Debian::Dpkg - Configuration class Debian::Dpkg

VERSION

version 1.259

DESCRIPTION

Configuration classes used by Config::Model

Model of Debian source package files (e.g debian/control, debian/copyright...)

Elements

meta

Specify meta parameters that will tune the behavior of this dpkg model. Optional. Type node.

control

Package control file. Specifies the most vital (and version-independent) information about the source package and about the binary packages it creates.Optional. Type node.

copyright and license information of all files contained in this package. Optional. Type node.

source

Optional. Type node.

clean - list of files to clean

list of files to remove when dh_clean is run. Files names can include wild cards. For instance:

 build.log
 Makefile.in
 */Makefile.in
 */*/Makefile.in

Optional. Type list of uniline.

patches

Optional. Type hash of node.

compat

compat file defines the debhelper compatibility level. Optional. Type integer. default: '8'.

dirs - Extra directories

This file specifies any directories which we need but which are not created by the normal installation procedure (make install DESTDIR=... invoked by dh_auto_install). This generally means there is a problem with the Makefile.

Files listed in an install file don't need their directories created first.

It is best to try to run the installation first and only use this if you run into trouble. There is no preceding slash on the directory names listed in the dirs file. Optional. Type list of uniline.

docs

This file specifies the file names of documentation files we can have dh_installdocs(1) install into the temporary directory for us.

By default, it will include all existing files in the top-level source directory that are called BUGS, README*, TODO etc. Optional. Type list of uniline.

SEE ALSO

AUTHOR

Dominique Dumont

COPYRIGHT

2010,2011 Dominique Dumont

LICENSE

LGPL2