[Pkg-ocaml-maint-commits] r1275 - trunk/tools/opkg-buildpackage

Thomas Petazzoni tpetazzo-guest@costa.debian.org
Sat, 16 Apr 2005 13:12:35 +0000


Author: tpetazzo-guest
Date: 2005-04-16 13:12:35 +0000 (Sat, 16 Apr 2005)
New Revision: 1275

Added:
   trunk/tools/opkg-buildpackage/opkg-cleanpackage.sgml
Log:
Add SGML file for opkg-cleanpackage

Added: trunk/tools/opkg-buildpackage/opkg-cleanpackage.sgml
===================================================================
--- trunk/tools/opkg-buildpackage/opkg-cleanpackage.sgml	2005-04-16 13:09:47 UTC (rev 1274)
+++ trunk/tools/opkg-buildpackage/opkg-cleanpackage.sgml	2005-04-16 13:12:35 UTC (rev 1275)
@@ -0,0 +1,94 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+  <!ENTITY dhfirstname "<firstname>Thomas</firstname>">
+  <!ENTITY dhsurname   "<surname>Petazzoni</surname>">
+  <!ENTITY dhdate      "<date>Apr 16, 2005</date>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>thomas.petazzoni@enix.org</email>">
+  <!ENTITY dhusername  "Thomas Petazzoni">
+  <!ENTITY dhucpackage "<refentrytitle>opkg-cleanpackage</refentrytitle>">
+  <!ENTITY dhpackage   "opkg-cleanpackage">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2003</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>automate package cleaning for the Debian OCaml Task Force</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> command.</para>
+
+    <para><command>&dhpackage;</command> expects to find in the
+    directory from where it is run a complete debian directory tree of
+    some debian package. It cleans the debian package of name
+    and upstream-version as mentionend in the top-most entry of the
+    debian/changelog file.</para>
+
+  </refsect1>
+y  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any 
+	  later version published by the Free Software Foundation.
+    </para>
+	<para>
+	  On Debian systems, the complete text of the GNU General Public
+	  License can be found in /usr/share/common-licenses/GPL.
+	</para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+