~ubuntu-branches/debian/sid/dmaths/sid

« back to all changes in this revision

Viewing changes to debian/manpage.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Gea Milvaques
  • Date: 2008-05-28 22:58:56 UTC
  • Revision ID: james.westby@ubuntu.com-20080528225856-csb8fupsd90ptrwg
Tags: 3.1-3
* Added zip and unzip build-depends (Closes: #483339)
* Removed obsolete manpage 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
 
 
3
 
<!-- Process this file with docbook-to-man to generate an nroff manual
4
 
     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
5
 
     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6
 
     less'.  A typical entry in a Makefile or Makefile.am is:
7
 
 
8
 
manpage.1: manpage.sgml
9
 
        docbook-to-man $< > $@
10
 
 
11
 
    
12
 
        The docbook-to-man binary is found in the docbook-to-man package.
13
 
        Please remember that if you create the nroff version in one of the
14
 
        debian/rules file targets (such as build), you will need to include
15
 
        docbook-to-man in your Build-Depends control field.
16
 
 
17
 
  -->
18
 
 
19
 
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
20
 
  <!ENTITY dhfirstname "<firstname>Gea Milvaques</firstname>">
21
 
  <!ENTITY dhsurname   "<surname>Miguel</surname>">
22
 
  <!-- Please adjust the date whenever revising the manpage. -->
23
 
  <!ENTITY dhdate      "<date>march 23, 2008</date>">
24
 
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
25
 
       allowed: see man(7), man(1). -->
26
 
  <!ENTITY dhsection   "<manvolnum>7</manvolnum>">
27
 
  <!ENTITY dhemail     "<email>xerakko@debian.org</email>">
28
 
  <!ENTITY dhusername  "Miguel Gea Milvaques">
29
 
  <!ENTITY dhucpackage "<refentrytitle>install-dmaths</refentrytitle>">
30
 
  <!ENTITY dhpackage   "install-dmaths">
31
 
 
32
 
  <!ENTITY debian      "<productname>Debian</productname>">
33
 
  <!ENTITY gnu         "<acronym>GNU</acronym>">
34
 
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
35
 
]>
36
 
 
37
 
<refentry>
38
 
  <refentryinfo>
39
 
    <address>
40
 
      &dhemail;
41
 
    </address>
42
 
    <author>
43
 
      &dhfirstname;
44
 
      &dhsurname;
45
 
    </author>
46
 
    <copyright>
47
 
      <year>2008</year>
48
 
      <holder>&dhusername;</holder>
49
 
    </copyright>
50
 
    &dhdate;
51
 
  </refentryinfo>
52
 
  <refmeta>
53
 
    &dhucpackage;
54
 
 
55
 
    &dhsection;
56
 
  </refmeta>
57
 
  <refnamediv>
58
 
    <refname>&dhpackage;</refname>
59
 
 
60
 
    <refpurpose>program to do a local dmaths install/uninstall/reinstall</refpurpose>
61
 
  </refnamediv>
62
 
  <refsynopsisdiv>
63
 
    <cmdsynopsis>
64
 
      <command>&dhpackage;</command>
65
 
 
66
 
    </cmdsynopsis>
67
 
  </refsynopsisdiv>
68
 
  <refsect1>
69
 
    <title>DESCRIPTION</title>
70
 
 
71
 
    <para>This manual page was written for the &debian; distribution
72
 
      because the original program does not have a manual page.
73
 
      Instead, it has documentation in the &gnu;
74
 
      <application>Info</application> format; see below.</para>
75
 
 
76
 
    <para><command>&dhpackage;</command> is a program that helps to do 
77
 
    local installations, reinstallations and uninstall for dmaths OpenOffice.org package.</para>
78
 
 
79
 
  </refsect1>
80
 
  <refsect1>
81
 
    <title>AUTHOR</title>
82
 
 
83
 
    <para>This manual page was written by &dhusername; &dhemail; for
84
 
      the &debian; system (but may be used by others).  Permission is
85
 
      granted to copy, distribute and/or modify this document under
86
 
      the terms of the &gnu; General Public License, Version 3 any 
87
 
          later version published by the Free Software Foundation.
88
 
    </para>
89
 
        <para>
90
 
          On Debian systems, the complete text of the GNU General Public
91
 
          License can be found in /usr/share/common-licenses/GPL.
92
 
        </para>
93
 
 
94
 
  </refsect1>
95
 
</refentry>
96
 
 
97
 
<!-- Keep this comment at the end of the file
98
 
Local variables:
99
 
mode: sgml
100
 
sgml-omittag:t
101
 
sgml-shorttag:t
102
 
sgml-minimize-attributes:nil
103
 
sgml-always-quote-attributes:t
104
 
sgml-indent-step:2
105
 
sgml-indent-data:t
106
 
sgml-parent-document:nil
107
 
sgml-default-dtd-file:nil
108
 
sgml-exposed-tags:nil
109
 
sgml-local-catalogs:nil
110
 
sgml-local-ecat-files:nil
111
 
End:
112
 
-->
113
 
 
114