]> err.no Git - dpkg/commitdiff
Add DocBook version of dpkg-checkbuilddeps(1) manpage
authorWichert Akkerman <wakkerma@debian.org>
Sun, 14 Apr 2002 14:44:07 +0000 (14:44 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sun, 14 Apr 2002 14:44:07 +0000 (14:44 +0000)
ChangeLog
man/en/dpkg-checkbuilddeps.1.sgml [new file with mode: 0644]

index 34a5cc943a591ba6223b32e522c5bed59b0d9cc7..f6fbd0a95c9382bc33dfcee91e76fd3960497c02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Sun Apr 14 16:13:16 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
 
   * 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 <wichert@deephackmode.org>
 
diff --git a/man/en/dpkg-checkbuilddeps.1.sgml b/man/en/dpkg-checkbuilddeps.1.sgml
new file mode 100644 (file)
index 0000000..59324e0
--- /dev/null
@@ -0,0 +1,61 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
+
+<refentry id="dpkg-checkbuilddeps.1">
+  <refmeta>
+    <refentrytitle>dpkg-checkbuilddeps</refentrytitle>
+    <manvolnum>1</manvolnum>
+    <refmiscinfo class='source'>Debian project</refmiscinfo>
+    <refmiscinfo class='manual'>dpkg suite</refmiscinfo>
+  </refmeta>
+
+  <refnamediv>
+    <refname>dpkg-checkbuilddeps </refname>
+    <refpurpose>check build dependencies and conflicts</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>dpkg-checkbuilddeps</command>
+      <arg choice="opt">-B</arg>
+      <arg choice="opt"><replaceable>control-file</replaceable></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>Description</title>
+
+    <para>
+      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.
+    </para>
+
+    <para>
+      By default, <filename>debian/control</filename> is read, but an alternate
+      control filename may be specified on the command line.
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>Options</title>
+
+    <variablelist>
+      <varlistentry>
+       <term>
+         <cmdsynopsis>
+           <arg choice="plain">-B</arg>
+         </cmdsynopsis>
+       </term>
+
+       <listitem>
+         <para>
+           Ignore Build-Depends-Indep lines. Use when no arch-indep packages
+           will be built.
+         </para>
+       </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+</refentry>
+