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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
Source: oar
Section: science
Priority: extra
Maintainer: Pierre Neyron <pierre.neyron@free.fr>
Uploaders: Philippe Le Brouster <plb@nebkha.net>,
Vincent Danjean <vdanjean@debian.org>
Build-Depends: debhelper (>= 9~), po-debconf, python-docutils, perl
Standards-Version: 3.9.6
Vcs-Git: git://scm.gforge.inria.fr/oar/oar.git/ -b debian.org
Homepage: http://oar.imag.fr/
Package: liboar-perl
Section: perl
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, perl, libdbi-perl
Suggests: oar-server, oar-user, oar-node, oar-doc
Description: OAR batch scheduler common library package
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This package installs the common libraries of the OAR batch scheduler
Package: oar-common
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, perl, adduser, ucf
Suggests: oar-server, oar-user, oar-node, oar-doc
Description: OAR batch scheduler common package
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This package installs the common part of the OAR batch scheduler
Package: oar-server
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, openssh-client, cron, lsb-base, libsort-versions-perl, libdbi-perl, oar-common (= ${binary:Version}), liboar-perl (= ${binary:Version}), oar-server-pgsql (= ${binary:Version}) | oar-server-mysql (= ${binary:Version}), perl (<< 5.17) | libterm-ui-perl
Recommends: libxml-dumper-perl, libyaml-perl
Suggests: taktuk , phpmyadmin, oar-node, oar-doc, openssh-server
Breaks: oar-admin
Description: OAR batch scheduler server package
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This package installs the server part of the OAR batch scheduler
Package: oar-server-mysql
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, libdbi-perl, libdbd-mysql-perl
Recommends: mysql-client
Suggests: mysql-server
Description: OAR batch scheduler MySQL server backend package
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This empty package installs the MySQL dependencies for the server part of the
OAR batch scheduler.
Package: oar-server-pgsql
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, libdbi-perl, libdbd-pg-perl
Recommends: postgresql-client
Suggests: postgresql
Description: OAR batch scheduler PostgreSQL server backend package
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This empty package installs the PostgreSQL dependencies for the server part of
the OAR batch scheduler.
Package: oar-node
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, openssh-client, openssh-server, oar-common (= ${binary:Version})
Suggests: oar-doc, xauth
Description: OAR batch scheduler node package
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This package installs the execution node part of the OAR batch scheduler
Package: oar-user
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, libdbi-perl, oar-common (= ${binary:Version}), liboar-perl (= ${binary:Version}), oar-user-pgsql (= ${binary:Version}) | oar-user-mysql (= ${binary:Version})
Recommends: libxml-dumper-perl, libyaml-perl
Suggests: oar-doc, openssh-client, xauth
Breaks: oar-admin
Description: OAR batch scheduler user package
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This package install the submission and query part of the OAR batch scheduler.
Package: oar-user-mysql
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, libdbi-perl, libdbd-mysql-perl
Description: OAR batch scheduler MySQL user backend package
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This empty package installs the MySQL dependencies for the user part of the
OAR batch scheduler.
Package: oar-user-pgsql
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, libdbi-perl, libdbd-pg-perl
Description: OAR batch scheduler PostgreSQL user backend package
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This empty package installs the PostgreSQL dependences for the user part of
the OAR batch scheduler.
Package: oar-web-status
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, apache2 | httpd-cgi, perl, libdbi-perl, libdbd-mysql-perl | libdbd-pg-perl, libtie-ixhash-perl, libappconfig-perl, libsort-naturally-perl, libjs-jquery, php5, php5-mysql | php5-pgsql
Suggests: oar-doc
Description: OAR batch scheduler visualization tool package
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This package install the OAR batch scheduler web interfaces: drawgantt-svg
and monika.
Package: oar-doc
Section: doc
Depends: ${misc:Depends}
Architecture: all
Description: OAR batch scheduler documentation package
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This package install some documentation for OAR batch scheduler
Package: oar-restful-api
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, apache2 | httpd-cgi, perl-modules, libjson-perl, libwww-perl, libcgi-fast-perl, oar-user (>> 2.5.0)
Suggests: oar-doc, oar-server
Recommends: libxml-simple-perl, libyaml-perl
Replaces: oar-api (<< 2.5.0+dev515.519ec70-63)
Breaks: oar-api (<< 2.5.0+dev515.519ec70-63)
Description: OAR web services
OAR is a versatile resource and task manager (also called a batch scheduler)
for clusters and other computing infrastructures
.
This package installs a RESTful API for oar users.
It works as a cgi into Apache.
Package: oar-api
Depends: oar-restful-api, ${misc:Depends}
Architecture: all
Description: transitional dummy package
This is a transitional dummy package. It can safely be removed.
|