Linux Commands Examples

A great documentation place for Linux commands

dpkg-checkbuilddeps

check build dependencies and conflicts

Synopsis

dpkg-checkbuilddeps [option...] [control-file]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

This program checks the installed packages in the system against the build dependencies and build conflicts listed in the control file. If any are not met, it displays them and exits with a nonzero return code.

By default, debian/control is read, but an alternate control filename may be specified on the command line.

options

--admindir=dir

Change the location of the dpkg database. The default location is /var/lib/dpkg.

-A

Ignore Build-Depends-Arch and Build-Conflicts-Arch lines. Use when only arch-indep packages will be built, or combine with -B when only a source package is to be built.

-B

Ignore Build-Depends-Indep and Build-Conflicts-Indep lines. Use when only arch-dep packages will be built, or combine with -A when only a source package is to be built.

-d build-depends-string
-c
build-conflicts-string

Use the given build dependencies/conflicts instead of those contained in the debian/control file.

-a arch

Check build dependencies/conflicts assuming that the package described in the control file is to be built for the given host architecture instead of the architecture of the current system.

-?, --help

Show the usage message and exit.

--version

Show the version and exit.

How can this site be more helpful to YOU ?


give  feedback