--- orbit2.old/debian/xcontrol Mon Sep 1 21:07:51 2008 +++ /opt/emdebian/trunk/o/orbit2/trunk/orbit2-2.14.13/debian/xcontrol Mon Sep 1 21:07:33 2008 @@ -0,0 +1,72 @@ +Source: orbit2 +Section: net +Priority: optional +Maintainer: Sebastian Rittau +Standards-Version: 3.7.3 +Build-Depends: libglib2.0-dev (>= 2.8.0), libidl-dev (>= 0.8.10) +Build-Depends-Tools: liborbit2-dev, pkg-config, cdbs, debhelper (>= 4.1.0), docbook-xsl, gtk-doc-tools (>= 1.6-2) + +Package: liborbit2 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: liborbit2-dev (<< 2.8.1-1) +Conflicts: liborbit2-dev (<< 2.8.1-1), liblinc1 (<< 1.0.3-4), libbonobo-activation4 (<< 1:2.4.0) +Description: libraries for ORBit2 - a CORBA ORB + ORBit2 is a high-performance CORBA (Common Object Request Broker + Architecture) ORB (Object Request Broker). It allows programs to send + requests and receive replies from other programs, regardless of the + locations of the two programs. CORBA is an architecture that enables + communication between program objects, regardless of the programming + language they're written in or the operating system they run on. + . + This package contains the run-time libraries used by ORBit2-based + applications. + +Package: orbit2 +Architecture: any +Section: devel +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a CORBA ORB + ORBit2 is a high-performance CORBA (Common Object Request Broker + Architecture) ORB (Object Request Broker). It allows programs to send + requests and receive replies from other programs, regardless of the + locations of the two programs. CORBA is an architecture that enables + communication between program objects, regardless of the programming + language they're written in or the operating system they run on. + . + This package contains the command-line utilities ior-decode-2 and + typelib-dump. + +Package: orbit2-nameserver +Architecture: any +Section: devel +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a CORBA name server + ORBit2 is a high-performance CORBA (Common Object Request Broker + Architecture) ORB (Object Request Broker). It allows programs to send + requests and receive replies from other programs, regardless of the + locations of the two programs. CORBA is an architecture that enables + communication between program objects, regardless of the programming + language they're written in or the operating system they run on. + . + This packages includes the CORBA nameserver and a utility client program. + +Package: liborbit2-dev +Architecture: any +Section: libdevel +Depends: liborbit2 (= ${binary:Version}), libidl-dev (>= 0.8.6-1), libglib2.0-dev, pkg-config, ${shlibs:Depends}, ${misc:Depends} +Recommends: orbit2 +Conflicts: liblinc-dev +Description: development files for ORBit2 - a CORBA ORB + ORBit2 is a high-performance CORBA (Common Object Request Broker + Architecture) ORB (Object Request Broker). It allows programs to send + requests and receive replies from other programs, regardless of the + locations of the two programs. CORBA is an architecture that enables + communication between program objects, regardless of the programming + language they're written in or the operating system they run on. + . + This package contains the header files and static libraries used for + developing ORBit2-based applications. It also contains the IDL compiler + needed to import object definitions into your C programs. +