dpkg-checkbuilddeps.1 909 B

123456789101112131415161718192021222324252627
  1. .TH DPKG-CHECKBUILDDEPS 1 "February 2001" "Debian project" "dpkg utililties"
  2. .SH NAME
  3. dpkg-checkbuilddeps -- check build dependencies and conflicts
  4. .SH SYNOPSIS
  5. \fBdpkg-checkbuilddeps\fR -B [\fIcontrol-file\fR]
  6. .SH DESCRIPTION
  7. This program checks the installed packages in the system against the build
  8. dependencies and build conflicts listed in the control file. It also checks
  9. for build-essential. If any are not met, it displays them and exits with a
  10. nonzero return code.
  11. .P
  12. By default, \fBdebian/control\fR is read, but an alternate control filename
  13. may be specified on the command line.
  14. .SH OPTIONS
  15. .TP
  16. .I -B
  17. Ignore Build-Depends-Indep lines. Use when no arch-indep packages will be
  18. built.
  19. .SH AUTHOR
  20. Copyright 2001 Joey Hess
  21. .UR mailto:joeyh@debian.org
  22. <joeyh@debian.org>
  23. .UE
  24. .sp
  25. This is free software; see the GNU General Public Licence version 2 or
  26. later for copying conditions. There is NO warranty.