1include::../docbook/attributes.adoc[]
2= idl2deb(1)
3:doctype: manpage
4:stylesheet: ws.css
5:linkcss:
6:copycss: ../docbook/{stylesheet}
7
8== NAME
9
10idl2deb - Create a Debian package for CORBA monitoring from IDL
11
12== SYNOPSIS
13
14[manarg]
15*idl2deb*
16[ *-d* <opts> ]
17[ *--dbopts*=<opts> ]
18[ *-e* <address> ]
19[ *--email*=<address> ]
20[ *-h* ]
21[ *--help* ]
22[ *-i* <idlfile> ]
23[ *--idl*=<idlfile> ]
24[ *-n* <name> ]
25[ *--name*=<name> ]
26[ *-p* ]
27[ *--preserve* ]
28[ *-v* ]
29[ *--version* ]
30
31== DESCRIPTION
32
33This manual page documents briefly the *idl2deb* command. *idl2deb*
34takes an CORBA IDL file as input and creates a Debian package from it. The
35package contains a loadable module for the Wireshark network analyser.
36
37== OPTIONS
38
39-d <opts> --dbopts=<opts>::
40+
41--
42options for dpkg-buildpackage.
43--
44
45-e <address> --email=<address>::
46+
47--
48use e-mail address.
49--
50
51-h --help::
52+
53--
54print help and exit.
55--
56
57-i <idlfile> --idl=<idlfile>::
58+
59--
60IDL file to use (mandatory)
61--
62
63-n <name> --name=<name>::
64+
65--
66use user name.
67--
68
69-p --preserve::
70+
71--
72do not overwrite files.
73--
74
75-v --version::
76+
77--
78print version and exit.
79--
80
81== EXAMPLES
82
83/usr/bin/idl2deb -e me@foo.net -i bar.idl \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
84
85== SEE ALSO
86
87A lot of tools are used, which you have to *apt-get install*: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev.
88
89== COPYING
90
91This manual page was written by W. Borgert debacle@debian.org
92for Debian GNU/Linux (but may be used by others). Permission is granted
93to copy, distribute and/or modify this document under the terms of the
94GNU General Public License, Version 2 or any later version published by
95the Free Software Foundation.
96
97== AUTHOR
98
99*W. Borgert* Author.
100
101== COPYRIGHT
102
103Copyright (C) 2003, 2005 W. Borger
104