From 523c9f1c94c078aa22bfb311cba621626b13e37d Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Sun, 14 Apr 2002 14:44:07 +0000 Subject: [PATCH] Add DocBook version of dpkg-checkbuilddeps(1) manpage --- ChangeLog | 2 + man/en/dpkg-checkbuilddeps.1.sgml | 61 +++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 man/en/dpkg-checkbuilddeps.1.sgml diff --git a/ChangeLog b/ChangeLog index 34a5cc94..f6fbd0a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Sun Apr 14 16:13:16 CEST 2002 Wichert Akkerman * man/en/deb-old.5.sgml: DocBook version of deb-old manpage * man/en/cleanup-info.8.sgml: DocBook version of cleanup-info manpage + * man/en/dpkg-checkbuilddeps.1.sgml: DocBook version of dpkg-checkbuilds + manpage Sun Apr 14 00:49:09 CEST 2002 Wichert Akkerman diff --git a/man/en/dpkg-checkbuilddeps.1.sgml b/man/en/dpkg-checkbuilddeps.1.sgml new file mode 100644 index 00000000..59324e0a --- /dev/null +++ b/man/en/dpkg-checkbuilddeps.1.sgml @@ -0,0 +1,61 @@ + + + + + dpkg-checkbuilddeps + 1 + Debian project + dpkg suite + + + + dpkg-checkbuilddeps + check build dependencies and conflicts + + + + + dpkg-checkbuilddeps + -B + control-file + + + + + Description + + + This program checks the installed packages in the system against the + build dependencies and build conflicts listed in the control file. It + also checks for build-essential. 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 + + + + + + -B + + + + + + Ignore Build-Depends-Indep lines. Use when no arch-indep packages + will be built. + + + + + + + -- 2.39.5