Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / doc / man_pages / idl2deb.adoc
blobf622fdf9166e7a0281769077f9efe4373c41d7ec
1 include::../attributes.adoc[]
2 = idl2deb(1)
3 :doctype: manpage
4 :stylesheet: ws.css
5 :linkcss:
6 :copycss: {css_dir}/{stylesheet}
8 == NAME
10 idl2deb - Create a Debian package for CORBA monitoring from IDL
12 == SYNOPSIS
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* ]
31 == DESCRIPTION
33 This manual page documents briefly the *idl2deb* command. *idl2deb*
34 takes an CORBA IDL file as input and creates a Debian package from it. The
35 package contains a loadable module for the Wireshark network analyzer.
37 == OPTIONS
39 -d <opts> --dbopts=<opts>::
40 options for dpkg-buildpackage.
42 -e <address> --email=<address>::
43 use e-mail address.
45 -h --help::
46 print help and exit.
48 -i <idlfile> --idl=<idlfile>::
49 IDL file to use (mandatory)
51 -n <name> --name=<name>::
52 use user name.
54 -p --preserve::
55 do not overwrite files.
57 -v --version::
58 print version and exit.
60 == EXAMPLES
62 /usr/bin/idl2deb -e me@foo.net -i bar.idl \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
64 == SEE ALSO
66 A lot of tools are used, which you have to *apt-get install*: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev.
68 == COPYING
70 This manual page was written by W. Borgert debacle@debian.org
71 for Debian GNU/Linux (but may be used by others). Permission is granted
72 to copy, distribute and/or modify this document under the terms of the
73 GNU General Public License, Version 2 or any later version published by
74 the Free Software Foundation.
76 == AUTHOR
78 *W. Borgert* Author.
80 == COPYRIGHT
82 Copyright (C) 2003, 2005 W. Borger