blob: e420abd7e2268512c8bb62c0f421eb8e3d5e2a0c (
plain)
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
|
.TH DH_XINE 1 "2009-03-25" "The xine project"
.SH "NAME"
dh_xine - calculates xine\-lib dependencies
.SH "SYNOPSIS"
\fBdh_xine\fR [\fIdebhelper\ options\fR] [\fIpackage\ name\ suffixes\fR]
.SH "DESCRIPTION"
dh_xine is a debhelper program that is responsible for generating the
${xine\-x:Depends} and ${xine\-console:Depends} substitutions and adding them
to substvars files.
.PP
Each xine-lib front end is required to have one of these two substvars
listed in its Depends line in debian/control. Using package names directly
will, sooner or later, break.
.PP
By listing package name suffixes, you can generate dependencies and
recommendations (almost) at will. If you don't specify any, then 'x' and
\&'console' are used, generating xine\-x:Depends and xine\-console:Depends.
.SH "EXAMPLES"
dh_xine is usually called indirectly in a rules file via the dh command.
.PP
.ft CW
.nf
\& %:
\& dh \-\-with xine $@
.ft R
.PP
It can also be called directly, prior to calling dh_gencontrol.
.SH "CONFORMS TO"
Debian policy, version 3.8.1
.SH "SEE ALSO"
\fIdebhelper\fR(7)
.PP
This program is not a part of debhelper.
.SH "AUTHOR"
Darren Salt <linux@youmustbejoking.demon.co.uk>
|