MSWSP: * add parse_lcid()
[wireshark-wip.git] / doc / idl2deb.pod
blob7daa798bcf54b1eebff34fe239482bcf7e3307dd
2 =head1 NAME
4 idl2deb - Create a Debian package for CORBA monitoring from IDL
6 =head1 SYNOPSIS
8 B<idl2deb>
9 S< [ B<-d> E<lt>optsE<gt> ]>
10 S< [ B<--dbopts>=E<lt>optsE<gt> ]>
11 S< [ B<-e> E<lt>addressE<gt> ]>
12 S< [ B<--email>=E<lt>addressE<gt> ]>
13 S< [ B<-h> ]>
14 S< [ B<--help> ]>
15 S< [ B<-i> E<lt>idlfileE<gt> ]>
16 S< [ B<--idl>=E<lt>idlfileE<gt> ]>
17 S< [ B<-n> E<lt>nameE<gt> ]>
18 S< [ B<--name>=E<lt>nameE<gt> ]>
19 S< [ B<-p> ]>
20 S< [ B<--preserve> ]>
21 S< [ B<-v> ]>
22 S< [ B<--version> ]>
24 =head1 DESCRIPTION
26 This manual page documents briefly the B<idl2deb> command. B<idl2deb>
27 takes an CORBA IDL file as input and creates a Debian package from it. The
28 package contains a loadable module for the wireshark network analyser.
30 =head1 OPTIONS
32 =over 4
34 =item -d E<lt>optsE<gt> --dbopts=E<lt>optsE<gt>
36 options for dpkg-buildpackage.
38 =item -e E<lt>addressE<gt> --email=E<lt>addressE<gt>
40 use e-mail address.
42 =item -h --help
44 print help and exit.
46 =item -i E<lt>idlfileE<gt> --idl=E<lt>idlfileE<gt>
48 IDL file to use (mandatory)
50 =item -n E<lt>nameE<gt> --name=E<lt>nameE<gt>
52 use user name.
54 =item -p --preserve
56 do not overwrite files.
58 =item -v --version
60 print version and exit.
62 =back
64 =head1 EXAMPLES
66 /usr/bin/idl2deb -e me@foo.net -i bar.idl \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
68 =head1 SEE ALSO
70 A lot of tools are used, which you have to B<apt-get install>: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev.
72 =head1 COPYING
74 This manual page was written by W. Borgert debacle@debian.org
75 for Debian GNU/Linux (but may be used by others). Permission is granted
76 to copy, distribute and/or modify this document under the terms of the
77 GNU General Public License, Version 2 or any later version published by
78 the Free Software Foundation.
80 =head1 AUTHOR
82 B<W. Borgert> Author.
84 =head1 COPYRIGHT
86 Copyright (C) 2003, 2005 W. Borger