4 idl2deb - Create a Debian package for CORBA monitoring from IDL
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> ]>
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> ]>
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.
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>
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>
56 do not overwrite files.
60 print version and exit.
66 /usr/bin/idl2deb -e me@foo.net -i bar.idl \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
70 A lot of tools are used, which you have to B<apt-get install>: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev.
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.
86 Copyright (C) 2003, 2005 W. Borger