other versions
- wheezy 1.8.2-5wheezy18
- wheezy-backports 1.12.1+g01b65bf-4~bpo70+1
- jessie 1.12.1+g01b65bf-4+deb8u11
- jessie-backports 2.2.4+gcc3dc1b-1~bpo8+1
- testing 2.2.6+g32dac6a-2
- unstable 2.2.6+g32dac6a-2
IDL2DEB(1) | [FIXME: manual] | IDL2DEB(1) |
NAME¶
idl2deb - create a Debian package for CORBA monitoring from IDLSYNOPSIS¶
idl2deb
[ -d opts] [--dbopts=opts]
[-e address] [--email=address]
[-i idlfile] [--idl=idlfile] [-h] [--help]
[-n name] [--name=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 analyser.OPTIONS¶
-d opts --dbopts=optsoptions for dpkg-buildpackage.
-e address --email=address
use e-mail address.
-i idlfile --idl=idlfile
IDL file to use (mandatory).
-h --help
print help and exit.
-n name --name=name
use user name.
-p --preserve
do not overwrite files.
-v --version
print version and exit.
Example:
/usr/bin/idl2deb -e me@foo.net -i bar.idl \ -n "My Name" -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. BorgertAuthor.
COPYRIGHT¶
Copyright © 2003, 2005 W. Borgert2003-08-17 | [FIXME: source] |