~ubuntu-branches/ubuntu/oneiric/isomd5sum/oneiric

« back to all changes in this revision

Viewing changes to debian/implantisomd5.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Finnie
  • Date: 2008-02-12 20:50:55 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080212205055-ok7t538if9lctyws
Tags: 1:1.0.4-1
* New upstream version.
* Epoch added, upstream re-worked into standalone package
* debian/control: new homepage/git
* debian/control: clarified description
* Removed sgml documentation (manpages moved upstream)
* Added watch file

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>Ryan</firstname>">
21
 
  <!ENTITY dhsurname   "<surname>Finnie</surname>">
22
 
  <!-- Please adjust the date whenever revising the manpage. -->
23
 
  <!ENTITY dhdate      "<date>November 26, 2007</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>ryan@finnie.org</email>">
28
 
  <!ENTITY dhusername  "Ryan Finnie">
29
 
  <!ENTITY dhucpackage "<refentrytitle>IMPLANTISOMD5</refentrytitle>">
30
 
  <!ENTITY dhpackage   "implantisomd5">
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>2006</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>implant an MD5 checksum in an ISO9660 image</refpurpose>
61
 
  </refnamediv>
62
 
  <refsynopsisdiv>
63
 
    <cmdsynopsis>
64
 
      <command>&dhpackage;</command>
65
 
 
66
 
      <arg><option>--force</option></arg>
67
 
      <arg><option>--supported-iso</option></arg>
68
 
      <arg>isofilename</arg>
69
 
 
70
 
    </cmdsynopsis>
71
 
  </refsynopsisdiv>
72
 
  <refsect1>
73
 
    <title>DESCRIPTION</title>
74
 
 
75
 
    <para>This manual page documents briefly the <command>&dhpackage;</command> commands.</para>
76
 
 
77
 
    <para>This manual page was written for the &debian; distribution
78
 
      because the original program does not have a manual page.</para>
79
 
 
80
 
    <para><command>&dhpackage;</command> is a program that embeds an MD5 checksum in an unused section of and ISO9660 (.iso) image.  This checksum can later be compared to the .iso, or a block device, using the corresponding <command>checkisomd5</command> command.</para>
81
 
 
82
 
  </refsect1>
83
 
  <refsect1>
84
 
    <title>OPTIONS</title>
85
 
 
86
 
    <variablelist>
87
 
      <varlistentry>
88
 
        <term><option>--force</option></term>
89
 
        <listitem>
90
 
          <para>Force an existing checksum to be overwritten.</para>
91
 
        </listitem>
92
 
      </varlistentry>
93
 
      <varlistentry>
94
 
        <term><option>--supported-iso</option></term>
95
 
        <listitem>
96
 
          <para>Indicate that the image will be written to a "supported" media, such as pressed CD.  On Red Hat-based Anaconda installers, this bypasses the prompt to check the CD.</para>
97
 
        </listitem>
98
 
      </varlistentry>
99
 
    </variablelist>
100
 
  </refsect1>
101
 
  <refsect1>
102
 
    <title>SEE ALSO</title>
103
 
 
104
 
    <para>checkisomd5 (1).</para>
105
 
 
106
 
  </refsect1>
107
 
  <refsect1>
108
 
    <title>AUTHOR</title>
109
 
 
110
 
    <para>This manual page was written by &dhusername; &lt;&dhemail;&gt; for
111
 
      the &debian; system (but may be used by others).  Permission is
112
 
      granted to copy, distribute and/or modify this document under
113
 
      the terms of the &gnu; General Public License, Version 2 any 
114
 
          later version published by the Free Software Foundation.</para>
115
 
        <para>
116
 
          On Debian systems, the complete text of the GNU General Public
117
 
          License can be found in /usr/share/common-licenses/GPL.</para>
118
 
 
119
 
  </refsect1>
120
 
</refentry>
121
 
 
122
 
<!-- Keep this comment at the end of the file
123
 
Local variables:
124
 
mode: sgml
125
 
sgml-omittag:t
126
 
sgml-shorttag:t
127
 
sgml-minimize-attributes:nil
128
 
sgml-always-quote-attributes:t
129
 
sgml-indent-step:2
130
 
sgml-indent-data:t
131
 
sgml-parent-document:nil
132
 
sgml-default-dtd-file:nil
133
 
sgml-exposed-tags:nil
134
 
sgml-local-catalogs:nil
135
 
sgml-local-ecat-files:nil
136
 
End:
137
 
-->
138
 
 
139