1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: polyorb
Section: net
Priority: optional
Maintainer: Xavier Grave <xavier.grave@csnsm.in2p3.fr>
Uploaders: Ludovic Brenta <lbrenta@debian.org>
Build-Depends: debhelper (>= 8.9.7), dpkg-dev (>= 1.16.1),
dh-ada-library, python-gnatpython,
automake, autotools-dev, libtool, gnat-4.9, python
Build-Depends-Indep: ghostscript, texlive-formats-extra,
texlive-generic-recommended, transfig, texinfo
Standards-Version: 3.9.5
Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.polyorb
Vcs-Mtn: www.ada-france.org org.debian.polyorb
Homepage: http://libre.adacore.com/libre/tools/polyorb/
Package: polyorb-servers
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Multiple-personality middleware for Ada (servers)
PolyORB provides a uniform solution to build distributed applications; relying
either on industrial-strength middleware standards such as CORBA, the
Distributed System Annex of Ada 95, distribution programming paradigms such as
Web Services, Message Oriented Middleware (MOM), or to implement
application-specific middleware.
.
This package provides various middleware servers needed to run a distributed
application and tools to interact with these servers.
Package: libpolyorb3-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libpolyorb4 (= ${binary:Version}), g++, gnat-4.9
Breaks: libpolyorb2-dev
Replaces: libpolyorb2-dev
Recommends: polyorb-servers (= ${binary:Version})
Description: Multiple-personality middleware for Ada (development)
PolyORB provides a uniform solution to build distributed applications; relying
either on industrial-strength middleware standards such as CORBA, the
Distributed System Annex of Ada 95, distribution programming paradigms such as
Web Services, Message Oriented Middleware (MOM), or to implement
application-specific middleware.
.
This package provides the development files and utilities necessary to develop
distributed applications using PolyORB.
.
Distributed applications will also require the polyorb-servers package but not
necessarily on the same machine.
Package: libpolyorb4
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Recommends: polyorb-servers (= ${binary:Version})
Description: Multiple-personality middleware for Ada
PolyORB provides a uniform solution to build distributed applications; relying
either on industrial-strength middleware standards such as CORBA, the
Distributed System Annex of Ada 95, distribution programming paradigms such as
Web Services, Message Oriented Middleware (MOM), or to implement
application-specific middleware.
.
Distributed applications will also require the polyorb-servers package but not
necessarily on the same machine.
Package: polyorb-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libpolyorb3-dev (= ${binary:Version})
Description: Multiple-personality middleware for Ada (documentation)
PolyORB provides a uniform solution to build distributed applications; relying
either on industrial-strength middleware standards such as CORBA, the
Distributed System Annex of Ada 95, distribution programming paradigms such as
Web Services, Message Oriented Middleware (MOM), or to implement
application-specific middleware.
.
This package contains the documentation and examples.
Package: libpolyorb-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libpolyorb4 (= ${binary:Version}), libpolyorb3-dev (= ${binary:Version})
Description: Multiple-personality middleware for Ada (debug)
PolyORB provides a uniform solution to build distributed applications; relying
either on industrial-strength middleware standards such as CORBA, the
Distributed System Annex of Ada 95, distribution programming paradigms such as
Web Services, Message Oriented Middleware (MOM), or to implement
application-specific middleware.
.
This package contains the debugging symbols.
|