Просмотр исходного кода

Add DocBook version of dpkg-checkbuilddeps(1) manpage

Wichert Akkerman лет назад: 24
Родитель
Сommit
523c9f1c94
2 измененных файлов с 63 добавлено и 0 удалено
  1. 2 0
      ChangeLog
  2. 61 0
      man/en/dpkg-checkbuilddeps.1.sgml

+ 2 - 0
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>
 

+ 61 - 0
man/en/dpkg-checkbuilddeps.1.sgml

@@ -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>
+