[Pkg-ocaml-maint-commits] r1278 - trunk/tools/opkg-buildpackage
Thomas Petazzoni
tpetazzo-guest@costa.debian.org
Sat, 16 Apr 2005 14:54:25 +0000
Author: tpetazzo-guest
Date: 2005-04-16 14:54:24 +0000 (Sat, 16 Apr 2005)
New Revision: 1278
Added:
trunk/tools/opkg-buildpackage/opkg-editpatch.sgml
Modified:
trunk/tools/opkg-buildpackage/opkg-buildpackage.sgml
trunk/tools/opkg-buildpackage/opkg-cleanpackage.sgml
Log:
Add manpage for opkg-editpatch. Fix compilation issue with other manpages
Modified: trunk/tools/opkg-buildpackage/opkg-buildpackage.sgml
===================================================================
--- trunk/tools/opkg-buildpackage/opkg-buildpackage.sgml 2005-04-16 13:57:14 UTC (rev 1277)
+++ trunk/tools/opkg-buildpackage/opkg-buildpackage.sgml 2005-04-16 14:54:24 UTC (rev 1278)
@@ -59,7 +59,7 @@
obtain this file by using apt-get.</para>
</refsect1>
-y <refsect1>
+ <refsect1>
<title>AUTHOR</title>
<para>This manual page was written by &dhusername; &dhemail; for
Modified: trunk/tools/opkg-buildpackage/opkg-cleanpackage.sgml
===================================================================
--- trunk/tools/opkg-buildpackage/opkg-cleanpackage.sgml 2005-04-16 13:57:14 UTC (rev 1277)
+++ trunk/tools/opkg-buildpackage/opkg-cleanpackage.sgml 2005-04-16 14:54:24 UTC (rev 1278)
@@ -57,7 +57,7 @@
debian/changelog file.</para>
</refsect1>
-y <refsect1>
+ <refsect1>
<title>AUTHOR</title>
<para>This manual page was written by &dhusername; &dhemail; for
Added: trunk/tools/opkg-buildpackage/opkg-editpatch.sgml
===================================================================
--- trunk/tools/opkg-buildpackage/opkg-editpatch.sgml 2005-04-16 13:57:14 UTC (rev 1277)
+++ trunk/tools/opkg-buildpackage/opkg-editpatch.sgml 2005-04-16 14:54:24 UTC (rev 1278)
@@ -0,0 +1,96 @@
+<!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 Dpatch editing for the Debian
+ OCaml Task Force</refpurpose>
+
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage; [dpatch-name]</command>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+
+ <para>This manual page documents briefly the
+ <command>&dhpackage;</command> command.</para>
+
+ <para><command>&dhpackage; [dpatch-name]</command> expects to find in
+ the directory from where it is run a complete debian directory
+ tree of some debian package. It edits the given Dpatch in the
+ debian package of name and upstream-version as mentionned in the
+ top-most entry of the debian/changelog file.</para>
+
+ </refsect1>
+ <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:
+-->
+
+