From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- doc/idl2deb.adoc | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 doc/idl2deb.adoc (limited to 'doc/idl2deb.adoc') diff --git a/doc/idl2deb.adoc b/doc/idl2deb.adoc new file mode 100644 index 00000000..146672fd --- /dev/null +++ b/doc/idl2deb.adoc @@ -0,0 +1,82 @@ +include::../docbook/attributes.adoc[] += idl2deb(1) +:doctype: manpage +:stylesheet: ws.css +:linkcss: +:copycss: ../docbook/{stylesheet} + +== NAME + +idl2deb - Create a Debian package for CORBA monitoring from IDL + +== SYNOPSIS + +[manarg] +*idl2deb* +[ *-d* ] +[ *--dbopts*= ] +[ *-e*
] +[ *--email*=
] +[ *-h* ] +[ *--help* ] +[ *-i* ] +[ *--idl*= ] +[ *-n* ] +[ *--name*= ] +[ *-p* ] +[ *--preserve* ] +[ *-v* ] +[ *--version* ] + +== DESCRIPTION + +This manual page documents briefly the *idl2deb* command. *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 analyzer. + +== OPTIONS + +-d --dbopts=:: +options for dpkg-buildpackage. + +-e
--email=
:: +use e-mail address. + +-h --help:: +print help and exit. + +-i --idl=:: +IDL file to use (mandatory) + +-n --name=:: +use user name. + +-p --preserve:: +do not overwrite files. + +-v --version:: +print version and exit. + +== EXAMPLES + +/usr/bin/idl2deb -e me@foo.net -i bar.idl \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us" + +== SEE ALSO + +A lot of tools are used, which you have to *apt-get install*: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev. + +== 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. + +== AUTHOR + +*W. Borgert* Author. + +== COPYRIGHT + +Copyright (C) 2003, 2005 W. Borger -- cgit v1.2.3