~ubuntu-branches/ubuntu/wily/packeth/wily

« back to all changes in this revision

Viewing changes to debian/packeth.xml

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2007-11-17 16:46:15 UTC
  • Revision ID: james.westby@ubuntu.com-20071117164615-bmle04r9jgxumhmv
Tags: 1.4.1-3
* Maintainance upload; no new features / bug fixes.
* Using quilt as patch system now.
* debian/control:
  - now the package is in collab-maint, added Vcs-Browser and Vcs-Svn
    fields
  - moving deprecated Homepage pseudo-field in the long description
    to the real one in the source stanza
  - wrapped Build-Depends
* debian/rules:
  - using quilt now; adjusting targets
  - added new target (packeth.1) for offline static manpage generation
  - adding addresslist as example
  - minor changes
* debian/packeth.1 is now generated offline, not by buildds. This will
  save some space for Build-Depends and building time on slower machines.
* debian/manpage.xml moved to debian/packeth.xml
* debian/dirs removed
* debian/docs removed
* debian/patches/fix_Makefile.patch: removing unused library linkings
  (keeping commented the old one, for any future reference)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='ISO-8859-1'?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 
3
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
4
 
 
5
<!--
 
6
 
 
7
Process this file with an XSLT processor: `xsltproc \
 
8
-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
 
9
manpages/docbook.xsl manpage.dbk'.  A manual page
 
10
<package>.<section> will be generated.  You may view the
 
11
manual page with: nroff -man <package>.<section> | less'.  A
 
12
typical entry in a Makefile or Makefile.am is:
 
13
 
 
14
DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
 
15
manpages/docbook.xsl
 
16
XP=xsltproc -''-nonet
 
17
 
 
18
manpage.1: manpage.dbk
 
19
        $(XP) $(DB2MAN) $<
 
20
    
 
21
The xsltproc binary is found in the xsltproc package.  The
 
22
XSL files are in docbook-xsl.  Please remember that if you
 
23
create the nroff version in one of the debian/rules file
 
24
targets (such as build), you will need to include xsltproc
 
25
and docbook-xsl in your Build-Depends control field.
 
26
 
 
27
-->
 
28
 
 
29
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
 
30
  <!ENTITY dhfirstname "<firstname>David</firstname>">
 
31
  <!ENTITY dhsurname   "<surname>Paleino</surname>">
 
32
  <!-- Please adjust the date whenever revising the manpage. -->
 
33
  <!ENTITY dhdate      "<date>april 26, 2007</date>">
 
34
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
35
       allowed: see man(7), man(1). -->
 
36
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
37
  <!ENTITY dhemail     "<email>d.paleino@gmail.com</email>">
 
38
  <!ENTITY dhusername  "David Paleino">
 
39
  <!ENTITY dhucpackage "<refentrytitle>PACKETH</refentrytitle>">
 
40
  <!ENTITY dhpackage   "packeth">
 
41
 
 
42
  <!ENTITY debian      "<productname>Debian</productname>">
 
43
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
44
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 
45
]>
 
46
 
 
47
<refentry>
 
48
  <refentryinfo>
 
49
    <address>
 
50
      &dhemail;
 
51
    </address>
 
52
    <copyright>
 
53
      <year>2007</year>
 
54
      <holder>&dhusername;</holder>
 
55
    </copyright>
 
56
    &dhdate;
 
57
  </refentryinfo>
 
58
  <refmeta>
 
59
    &dhucpackage;
 
60
 
 
61
    &dhsection;
 
62
  </refmeta>
 
63
  <refnamediv>
 
64
    <refname>&dhpackage;</refname>
 
65
 
 
66
    <refpurpose>ethernet packet generator</refpurpose>
 
67
  </refnamediv>
 
68
  <refsynopsisdiv>
 
69
    <cmdsynopsis>
 
70
      <command>&dhpackage;</command>
 
71
    </cmdsynopsis>
 
72
  </refsynopsisdiv>
 
73
  <refsect1>
 
74
    <title>DESCRIPTION</title>
 
75
    <para>This manual page documents briefly the <command>&dhpackage;
 
76
    </command> command.</para>
 
77
    <para>This manual page was written for the &debian; distribution
 
78
      because the original program does not have a manual page.</para>
 
79
    <para><command>&dhpackage;</command> is a GUI program that lets you
 
80
    create ethernet packages. Please refer to /usr/share/doc/packeth/README
 
81
    for information on its usage.</para>
 
82
  </refsect1>
 
83
  <refsect1>
 
84
    <title>AUTHOR</title>
 
85
    <para>This manual page was written by &dhusername; &dhemail; for
 
86
      the &debian; system (but may be used by others).  Permission is
 
87
      granted to copy, distribute and/or modify this document under
 
88
      the terms of the &gnu; General Public License, Version 2 any 
 
89
          later version published by the Free Software Foundation.
 
90
    </para>
 
91
        <para>
 
92
          On Debian systems, the complete text of the GNU General Public
 
93
          License can be found in /usr/share/common-licenses/GPL.
 
94
        </para>
 
95
        <para>
 
96
          packeth is (C) 2003-2007 Miha Jemec &lt;m.jemec@iskratel.si&gt;
 
97
        </para>
 
98
  </refsect1>
 
99
</refentry>
 
100