dpkg-checkbuilddeps.1 873 B

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