DH_GIREPOSITORY(1)
NAME
dh_girepository - compute dependencies for GObject introspection
packages
SYNOPSIS
dh_girepository [debhelper options] [-ldirectory] [-X item [...]]
DESCRIPTION
dh_girepository is a debhelper program to compute dependencies for
packages shipping GObject introspection data.
The dependencies are generated in the ${gir:Depends} substitution
variable.
OPTIONS
- -ldirectory
- Specify a directory (or a colon-separated list of directories)
where to look for the .gir XML files that were used to generate the .typelib files that are scanned. This option is only necessary if
those files are not shipped in another, architecture-dependent
package. - -X item
- Exclude files that contain item anywhere in their filename from being analyzed.
CONFORMS TO
GObject introspection mini policy as of 2009-10-18.
SEE ALSO
This program is a part of gobject-introspection but is made to work
with debhelper.
AUTHOR
- Josselin Mouette <joss@debian.org>