summaryrefslogtreecommitdiff
path: root/doc/idl2deb.pod
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-03-06 13:31:08 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-03-06 13:31:08 +0000
commita8f543b56b86e1ac5246c70918dc7cb0f372ed77 (patch)
tree5aa30d8c53957d915c3ef987af3ee5bff4893adf /doc/idl2deb.pod
parent974c0e18b9af3da1fdea4363f4abe37259238498 (diff)
downloadwireshark-a8f543b56b86e1ac5246c70918dc7cb0f372ed77.tar.gz
Merge asn2deb and idl2deb from official Debian package
svn path=/trunk/; revision=48133
Diffstat (limited to 'doc/idl2deb.pod')
-rw-r--r--doc/idl2deb.pod74
1 files changed, 74 insertions, 0 deletions
diff --git a/doc/idl2deb.pod b/doc/idl2deb.pod
new file mode 100644
index 0000000000..cd9dd1de52
--- /dev/null
+++ b/doc/idl2deb.pod
@@ -0,0 +1,74 @@
+
+=head1 NAME
+
+idl2deb - create a Debian package for CORBA monitoring from IDL
+
+=head1 SYNOPSIS
+
+B<idl2deb> [B<-d >I<opts>] [B<--dbopts=>I<opts>] [B<-e >I<address>] [B<--email=>I<address>] [-i I<idlfile>]
+[--idl=I<idlfile>] [B<-h>] [B<--help>] [B<-n >I<name>] [B<--name=>I<name>] [B<-p>] [B<--preserve>] [B<-v>] [B<--version>]
+
+
+=head1 DESCRIPTION
+
+This manual page documents briefly the B<idl2deb> command. B<idl2deb>
+takes an CORBA IDL file as input and creates a Debian package from it. The
+package contains a loadable module for the wireshark network analyser.
+
+=head1 OPTIONS
+
+=over 4
+
+=item B<-d>I<opts> B<--dbopts=>I<opts>
+
+options for dpkg-buildpackage.
+
+=item B<-e >I<address> B<--email=>I<address>
+
+use e-mail address.
+
+=item B<-i >I<idlfile> B<--idl=>I<idlfile>
+
+IDL file to use (mandatory)
+
+=item B<-h> B<--help>
+
+print help and exit.
+
+=item B<-n >I<name> B<--name=>I<name>
+
+use user name.
+
+=item B<-p> B<--preserve>
+
+do not overwrite files.
+
+=item B<-v> B<--version>
+
+print version and exit.
+
+=back
+
+=head1 EXAMPLES
+
+/usr/bin/idl2deb -e me@foo.net -i bar.idl \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
+
+=head1 SEE ALSO
+
+A lot of tools are used, which you have to B<apt-get install>: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev.
+
+=head1 COPYING
+
+This manual page was written by W. Borgert debacle@debian.org
+for Debian GNU/Linux (but may be used by others). Permission is granted
+to copy, distribute and/or modify this document under the terms of the
+GNU General Public License, Version 2 or any later version published by
+the Free Software Foundation.
+
+=head1 AUTHOR
+
+B<W. Borgert> Author.
+
+=head1 COPYRIGHT
+
+Copyright (C) 2003, 2005 W. Borger