~ubuntu-branches/ubuntu/breezy/orbit2/breezy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-09-06 16:37:02 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050906163702-hrqi0ctymth53bnn
Tags: 1:2.12.4-0ubuntu1
* New upstream version.
* debian/patches/100-compile-name-server.patch:
  - updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: orbit2
2
 
Section: devel
 
2
Section: net
3
3
Priority: optional
4
 
Maintainer: Chris Waters <xtifr@debian.org>
5
 
Standards-Version: 3.5.0
6
 
Build-Depends: libglib2.0-dev, liblinc-dev (>= 0.1.20), libidl-dev (>= 0.7.4), libpopt-dev, pkg-config, libtool, indent, debhelper (>= 3.0.0)
 
4
Maintainer: Sebastian Rittau <srittau@debian.org>
 
5
Standards-Version: 3.6.1
 
6
Build-Depends: libglib2.0-dev (>= 2.4.1-2), libidl-dev (>= 0.8.0), libpopt-dev, pkg-config, cdbs, debhelper (>= 4.1.0), xsltproc, docbook-xsl
7
7
 
8
8
Package: liborbit2
9
9
Architecture: any
10
10
Section: libs
11
 
Depends: ${shlibs:Depends}
12
 
Description: Libraries for ORBit2 - a CORBA ORB
 
11
Depends: ${shlibs:Depends}, ${misc:Depends}
 
12
Replaces: liborbit2-dev (<< 2.8.1-1)
 
13
Conflicts: liborbit2-dev (<< 2.8.1-1), liblinc1 (<< 1.0.3-4), libbonobo-activation4 (<< 1:2.4.0)
 
14
Description: libraries for ORBit2 - a CORBA ORB
13
15
 ORBit2 is a high-performance CORBA (Common Object Request Broker
14
 
 Architecture) ORB (object request broker). It allows programs to send
 
16
 Architecture) ORB (Object Request Broker). It allows programs to send
15
17
 requests and receive replies from other programs, regardless of the
16
18
 locations of the two programs. CORBA is an architecture that enables
17
19
 communication between program objects, regardless of the programming
18
20
 language they're written in or the operating system they run on.
19
21
 .
20
 
 ORBit2 was designed for use with the GNOME project.  Nothing about it
21
 
 requires GNOME, though.
22
 
 .
23
 
 This package contains the run-time libraries used by ORBit2-based apps.
 
22
 This package contains the run-time libraries used by ORBit2-based
 
23
 applications.
24
24
 
25
25
Package: orbit2
26
26
Architecture: any
27
 
Depends: ${shlibs:Depends}
28
 
Description: A CORBA ORB (used with Gnome)
29
 
 ORBit2 is a high-performance CORBA ORB originally designed for use with 
30
 
 the GNOME project.  (Nothing about it requires GNOME, though.)
31
 
 .
32
 
 This package contains command-line utilities, such as name-client-2,
33
 
 orbit-name-server-2 and ior-decode-2.
 
27
Section: devel
 
28
Depends: ${shlibs:Depends}, ${misc:Depends}
 
29
Description: a CORBA ORB
 
30
 ORBit2 is a high-performance CORBA (Common Object Request Broker
 
31
 Architecture) ORB (Object Request Broker). It allows programs to send
 
32
 requests and receive replies from other programs, regardless of the
 
33
 locations of the two programs. CORBA is an architecture that enables
 
34
 communication between program objects, regardless of the programming
 
35
 language they're written in or the operating system they run on.
 
36
 .
 
37
 This package contains the command-line utilities ior-decode-2 and 
 
38
 typelib-dump.
 
39
 
 
40
Package: orbit2-nameserver
 
41
Architecture: any
 
42
Section: devel
 
43
Depends: ${shlibs:Depends}, ${misc:Depends}
 
44
Description: a CORBA name server
 
45
 ORBit2 is a high-performance CORBA (Common Object Request Broker
 
46
 Architecture) ORB (Object Request Broker). It allows programs to send
 
47
 requests and receive replies from other programs, regardless of the
 
48
 locations of the two programs. CORBA is an architecture that enables
 
49
 communication between program objects, regardless of the programming
 
50
 language they're written in or the operating system they run on.
 
51
 .
 
52
 This packages includes the CORBA nameserver and a utility client program.
34
53
 
35
54
Package: liborbit2-dev
36
55
Architecture: any
37
 
Depends: liborbit2 (= ${Source-Version}), libglib2.0-dev, liblinc-dev (>= 0.1.20), pkg-config, indent, ${shlibs:Depends}
 
56
Section: libdevel
 
57
Depends: liborbit2 (= ${Source-Version}), libidl-dev, libpopt-dev, libglib2.0-dev, pkg-config, ${shlibs:Depends}, ${misc:Depends}
38
58
Recommends: orbit2
39
 
Description: Dev libraries for ORBit - a CORBA ORB
40
 
 ORBit2 is a high-performance CORBA ORB originally designed for use with 
41
 
 the GNOME project.  Nothing about it requires GNOME, though.
42
 
 .
43
 
 This package contains the headers and static libraries used for developing
44
 
 ORBit2-based applications.  It also contains the IDL compiler needed to
45
 
 import object definitions into your C programs.
46
 
 
47
 
Package: liborbit2-dbg
48
 
Architecture: any
49
 
Priority: extra
50
 
Depends: liborbit2-dev (= ${Source-Version})
51
 
Description: Debugging libraries for ORBit - a CORBA ORB
52
 
 ORBit is a high-performance CORBA ORB originally designed for use with 
53
 
 the GNOME project.  Nothing about it requires GNOME, though.
54
 
 .
55
 
 This package contains static libraries with debugging information.
 
59
Conflicts: liblinc-dev
 
60
Description: development files for ORBit2 - a CORBA ORB
 
61
 ORBit2 is a high-performance CORBA (Common Object Request Broker
 
62
 Architecture) ORB (Object Request Broker). It allows programs to send
 
63
 requests and receive replies from other programs, regardless of the
 
64
 locations of the two programs. CORBA is an architecture that enables
 
65
 communication between program objects, regardless of the programming
 
66
 language they're written in or the operating system they run on.
 
67
 .
 
68
 This package contains the header files and static libraries used for
 
69
 developing ORBit2-based applications. It also contains the IDL compiler
 
70
 needed to import object definitions into your C programs.