SMB2: dissect new signing capability negotiate context
[wireshark-sm.git] / doc / idl2deb.pod
blob8a0bb40846a0fc9f87e6794c57c2f2dcface3f0d
1 =begin man
3 =encoding utf8
5 =end man
7 =head1 NAME
9 idl2deb - Create a Debian package for CORBA monitoring from IDL
11 =head1 SYNOPSIS
13 B<idl2deb>
14 S< [ B<-d> E<lt>optsE<gt> ]>
15 S< [ B<--dbopts>=E<lt>optsE<gt> ]>
16 S< [ B<-e> E<lt>addressE<gt> ]>
17 S< [ B<--email>=E<lt>addressE<gt> ]>
18 S< [ B<-h> ]>
19 S< [ B<--help> ]>
20 S< [ B<-i> E<lt>idlfileE<gt> ]>
21 S< [ B<--idl>=E<lt>idlfileE<gt> ]>
22 S< [ B<-n> E<lt>nameE<gt> ]>
23 S< [ B<--name>=E<lt>nameE<gt> ]>
24 S< [ B<-p> ]>
25 S< [ B<--preserve> ]>
26 S< [ B<-v> ]>
27 S< [ B<--version> ]>
29 =head1 DESCRIPTION
31 This manual page documents briefly the B<idl2deb> command. B<idl2deb>
32 takes an CORBA IDL file as input and creates a Debian package from it. The
33 package contains a loadable module for the Wireshark network analyser.
35 =head1 OPTIONS
37 =over 4
39 =item -d E<lt>optsE<gt> --dbopts=E<lt>optsE<gt>
41 options for dpkg-buildpackage.
43 =item -e E<lt>addressE<gt> --email=E<lt>addressE<gt>
45 use e-mail address.
47 =item -h --help
49 print help and exit.
51 =item -i E<lt>idlfileE<gt> --idl=E<lt>idlfileE<gt>
53 IDL file to use (mandatory)
55 =item -n E<lt>nameE<gt> --name=E<lt>nameE<gt>
57 use user name.
59 =item -p --preserve
61 do not overwrite files.
63 =item -v --version
65 print version and exit.
67 =back
69 =head1 EXAMPLES
71 /usr/bin/idl2deb -e me@foo.net -i bar.idl \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
73 =head1 SEE ALSO
75 A lot of tools are used, which you have to B<apt-get install>: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev.
77 =head1 COPYING
79 This manual page was written by W. Borgert debacle@debian.org
80 for Debian GNU/Linux (but may be used by others). Permission is granted
81 to copy, distribute and/or modify this document under the terms of the
82 GNU General Public License, Version 2 or any later version published by
83 the Free Software Foundation.
85 =head1 AUTHOR
87 B<W. Borgert> Author.
89 =head1 COPYRIGHT
91 Copyright (C) 2003, 2005 W. Borger