~ubuntu-branches/ubuntu/precise/qhull/precise

« back to all changes in this revision

Viewing changes to debian/manpage.in

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2004-02-01 01:14:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040201011413-gok3tzufxn804osb
Tags: 2003.1-1
* New upstream release.  There are backward incompatibilities in the code
  and the soversion was bumped to libqhull5.
* debian/rules:
  - Major rewrite of build and install rules, since we are using now the
    upstream tarball generated with "make dist".
  - Added config rule.
  - Use dpatch to patch src/user.h (enable qh_QHpointer).
* debian/control:
  - Removed build-dependencies on autoconf, automake, and libtool.
  - Build-depends on dpatch.
  - Changed section of libqhull-dev package to libdevel.
* debian/libqhull-dev.files: Added usr/share/doc/libqhull5/src
  directory.

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>Rafael</firstname>">
 
21
  <!ENTITY dhsurname   "<surname>Laboissiere</surname>">
 
22
  <!-- Please adjust the date whenever revising the manpage. -->
 
23
  <!ENTITY dhdate      "<date>2004-02-06</date>">
 
24
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
25
       allowed: see man(7), man(1). -->
 
26
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
27
  <!ENTITY dhemail     "<email>rafael@debian.org</email>">
 
28
  <!ENTITY dhusername  "Rafael Laboissiere">
 
29
  <!ENTITY dhucpackage "<refentrytitle><:=$command:></refentrytitle>">
 
30
  <!ENTITY dhpackage   "<:=$command:>">
 
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>2003</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><:=$purpose:></refpurpose>
 
61
  </refnamediv>
 
62
  <refsynopsisdiv>
 
63
    <cmdsynopsis>
 
64
      <command>&dhpackage;</command>
 
65
      <arg><option><replaceable>options</replaceable></option></arg>
 
66
    </cmdsynopsis>
 
67
  </refsynopsisdiv>
 
68
  <refsect1>
 
69
    <title>DESCRIPTION</title>
 
70
 
 
71
    <para>
 
72
      This manual page was written for the &debian; distribution
 
73
      because the original program does not have a manual page.
 
74
    </para>
 
75
 
 
76
    <para>
 
77
      This program is documented fully in <ulink
 
78
      url="file:///usr/share/doc/<:=$soname:>/html/<:=$command:>.htm">HTML
 
79
      format</ulink>, available in the <:=$soname:>-dev package.
 
80
  </refsect1>
 
81
  <refsect1>
 
82
    <title>AUTHOR</title>
 
83
 
 
84
    <para>
 
85
      This manual page was written by &dhusername; &dhemail; for the
 
86
      &debian; system (but may be used by others withouth any
 
87
      restrictions).
 
88
 
 
89
  </refsect1>
 
90
</refentry>
 
91
 
 
92
<!-- Keep this comment at the end of the file
 
93
Local variables:
 
94
mode: sgml
 
95
sgml-omittag:t
 
96
sgml-shorttag:t
 
97
sgml-minimize-attributes:nil
 
98
sgml-always-quote-attributes:t
 
99
sgml-indent-step:2
 
100
sgml-indent-data:t
 
101
sgml-parent-document:nil
 
102
sgml-default-dtd-file:nil
 
103
sgml-exposed-tags:nil
 
104
sgml-local-catalogs:nil
 
105
sgml-local-ecat-files:nil
 
106
End:
 
107
-->
 
108
 
 
109