1dpkg-checkbuilddeps(1) dpkg utilities dpkg-checkbuilddeps(1)
2
3
4
6 dpkg-checkbuilddeps - check build dependencies and conflicts
7
9 dpkg-checkbuilddeps [options] [control-file]
10
12 This program checks the installed packages in the system against the
13 build dependencies and build conflicts listed in the control file. If
14 any are not met, it displays them and exits with a nonzero return code.
15
16 By default, debian/control is read, but an alternate control filename
17 may be specified on the command line.
18
20 --admindir=dir
21 Change the location of the dpkg database. The default location
22 is /var/lib/dpkg.
23
24 -B Ignore Build-Depends-Indep lines. Use when no arch-indep pack‐
25 ages will be built.
26
27 -d build-depends-string
28
29 -c build-conflicts-string
30 Use the given build dependencies/conflicts instead of those con‐
31 tained in the debian/control file.
32
33 -h Show the usage message and exit.
34
36 Copyright © 2001 Joey Hess
37
38 This is free software; see the GNU General Public Licence version 2 or
39 later for copying conditions. There is NO WARRANTY.
40
41
42
43Debian Project 2008-08-18 dpkg-checkbuilddeps(1)