~ubuntu-branches/ubuntu/natty/cobertura/natty

« back to all changes in this revision

Viewing changes to debian/cobertura-merge.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-05-11 19:21:46 UTC
  • mfrom: (0.1.4 sid) (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100511192146-j742v5jsl89ztndu
Tags: 1.9.4.1+dfsg-2
* Now Build-Depends on libservlet2.5-java and add a missing Depends
  on the same package. (Closes: #580842). 
* Simplify list of JRE dependences for cobertura and drop JRE dependences for
  libcobertura-java as Java libraries are no longer required to depend on a
  JVM.

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>Miguel</firstname>">
 
21
  <!ENTITY dhsurname   "<surname>Landaeta</surname>">
 
22
  <!-- Please adjust the date whenever revising the manpage. -->
 
23
  <!ENTITY dhdate      "<date>January 19, 2010</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>miguel@miguel.cc</email>">
 
28
  <!ENTITY dhusername  "Miguel Landaeta">
 
29
  <!ENTITY dhucpackage "<refentrytitle>COBERTURA-MERGE</refentrytitle>">
 
30
  <!ENTITY dhpackage   "cobertura-merge">
 
31
 
 
32
  <!ENTITY debian      "<productname>Debian</productname>">
 
33
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
34
]>
 
35
 
 
36
<refentry>
 
37
  <refentryinfo>
 
38
    <address>
 
39
      &dhemail;
 
40
    </address>
 
41
    <author>
 
42
      &dhfirstname;
 
43
      &dhsurname;
 
44
    </author>
 
45
    <copyright>
 
46
      <year>2010</year>
 
47
      <holder>&dhusername;</holder>
 
48
    </copyright>
 
49
    &dhdate;
 
50
  </refentryinfo>
 
51
  <refmeta>
 
52
    &dhucpackage;
 
53
 
 
54
    &dhsection;
 
55
  </refmeta>
 
56
  <refnamediv>
 
57
    <refname>&dhpackage;</refname>
 
58
 
 
59
    <refpurpose>merge multiple data files into a single data file</refpurpose>
 
60
  </refnamediv>
 
61
  <refsynopsisdiv>
 
62
    <cmdsynopsis>
 
63
      <command>&dhpackage;</command>
 
64
 
 
65
      <arg><option>--datafile file</option></arg>
 
66
      <arg choice="req">datafile</arg>
 
67
      <arg>...</arg>
 
68
 
 
69
    </cmdsynopsis>
 
70
  </refsynopsisdiv>
 
71
  <refsect1>
 
72
    <title>DESCRIPTION</title>
 
73
 
 
74
    <para><command>&dhpackage;</command> can be run after your JUnit tests
 
75
      to merge multiple data files into a single data file.
 
76
    </para>
 
77
 
 
78
  </refsect1>
 
79
  <refsect1>
 
80
    <title>OPTIONS</title>
 
81
 
 
82
    <variablelist>
 
83
      <varlistentry>
 
84
        <term><option>--datafile file</option>
 
85
        </term>
 
86
        <listitem>
 
87
          <para>Specify the name of the file containing metadata about your
 
88
            classes. This is the "destination" file into which the contents
 
89
            of the other data files will be merged. Default value:
 
90
            "./cobertura.ser".</para>
 
91
        </listitem>
 
92
      </varlistentry>
 
93
    </variablelist>
 
94
  </refsect1>
 
95
  <refsect1>
 
96
    <title>SEE ALSO</title>
 
97
 
 
98
    <para>junit(1), cobertura-instrument(1), cobertura-report(1),
 
99
      cobertura-check(1).</para>
 
100
 
 
101
  </refsect1>
 
102
  <refsect1>
 
103
    <title>AUTHOR</title>
 
104
 
 
105
    <para>This manual page was written by &dhusername; &lt;&dhemail;&gt;
 
106
      for the &debian; system (but may be used by others).  Permission is
 
107
      granted to copy, distribute and/or modify this document under
 
108
      the terms of the terms of &gnu; General Public License, Version 2 
 
109
      or any later version published by the Free Software Foundation.
 
110
    </para>
 
111
    <para>On Debian systems, the complete text of the GNU General Public
 
112
      License can be found in /usr/share/common-licenses/GPL.
 
113
    </para>
 
114
 
 
115
  </refsect1>
 
116
</refentry>
 
117
 
 
118
<!-- Keep this comment at the end of the file
 
119
Local variables:
 
120
mode: sgml
 
121
sgml-omittag:t
 
122
sgml-shorttag:t
 
123
sgml-minimize-attributes:nil
 
124
sgml-always-quote-attributes:t
 
125
sgml-indent-step:2
 
126
sgml-indent-data:t
 
127
sgml-parent-document:nil
 
128
sgml-default-dtd-file:nil
 
129
sgml-exposed-tags:nil
 
130
sgml-local-catalogs:nil
 
131
sgml-local-ecat-files:nil
 
132
End:
 
133
-->
 
134
 
 
135