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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
Source: logservice
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Haïkel Guémar <haikel.guemar@sysfera.com>
Build-Depends: debhelper (>= 7.0.50~), cmake, python-docutils,
libomniorb4-dev, omniidl, chrpath
Standards-Version: 3.9.2
Section: science
Homepage: http://graal.ens-lyon.fr/DIET/logservice.html
Vcs-Git: git://anonscm.debian.org/debian-science/packages/logservice.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/logservice.git
Package: logcentral
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Logging service for distributed applications
Monitoring distributed applications that are spread over a network is not an
easy task. Information from several sources must be gathered, filtered and
distributed to visualisation tools.
.
LogService is a system that simplifies this task.
It acts as a common base between an application and it's visualisation tools.
It also provides a mechanism to classify and filter messages in a general
way and other functions are needed to monitor distributed applications.
.
The service is named LogCentral.
Package: logcentral-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Logging service for distributed applications
Monitoring distributed applications that are spread over a network is not an
easy task. Information from several sources must be gathered, filtered and
distributed to visualisation tools.
.
LogService is a system that simplifies this task.
It acts as a common base between an application and it's visualisation tools.
It also provides a mechanism to classify and filter messages in a general
way and other functions are needed to monitor distributed applications.
.
The service is named LogCentral.
Package: liblogservicecomponentbase2v5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: liblogservicecomponentbase2
Replaces: liblogservicecomponentbase2
Description: Library for building LogService components
LogService is a logging service for distributed applications.
.
This library allows writing components (or sources) that will log messages
into LogCentral.
Package: liblogservicecomponentbase2-dev
Section: libdevel
Architecture: any
Depends: liblogservicecomponentbase2v5 (= ${binary:Version}),
liblogforwarderutils2-dev (= ${binary:Version}),
${misc:Depends}
Description: liblogservicecomponentbase development files
LogService is a logging service for distributed applications.
.
This package contains development libraries and headers to build applications
using libLogComponentBase.
Package: liblogservicetoolbase2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for building LogService tools
LogService is a logging service for distributed applications.
.
This library allows writing tools (or clients) that will be able to retrieve
logs from LogCentral.
Package: liblogservicetoolbase2-dev
Section: libdevel
Architecture: any
Depends: liblogservicetoolbase2 (= ${binary:Version}),
liblogforwarderutils2-dev (= ${binary:Version}),
${misc:Depends}
Description: liblogservicetool development files
LogService is a logging service for distributed applications.
.
This package contains development libraries and headers to build applications
using libLogServiceTool.
Package: liblogforwarderutils2v5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: liblogforwarderutils2
Replaces: liblogforwarderutils2
Description: Base library for LogService elements
LogService is a logging service for distributed applications.
.
This library serves as base library for libLogServiceComponentBase
and libLogServiceToolComponent.
Package: liblogforwarderutils2-dev
Section: libdevel
Architecture: any
Depends: liblogforwarderutils2v5 (= ${binary:Version}),
libomniorb4-dev,
${misc:Depends}
Description: liblogforwarderutils development files
LogService is a logging service for distributed applications.
.
This package contains development libraries and headers to build applications
using liblogforwarderutils.
|