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