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
|
Source: pegasus-wms
Section: science
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
default-jdk,
ant,
docbook-xsl,
docbook-xml,
asciidoc,
xsltproc,
fop,
perl,
python,
python-dev,
libcommons-logging-java,
libcommons-pool-java,
libgetopt-java,
liblog4j1.2-java,
libmysql-java,
libxml-commons-resolver1.1-java,
libxerces2-java,
libxmlrpc3-common-java,
libjglobus-gss-java,
libjglobus-jsse-java,
libjglobus-ssl-proxies-java,
libjglobus-gridftp-java,
libjglobus-gram-java,
libgoogle-gson-java
Standards-Version: 3.9.8
Homepage: http://pegasus.isi.edu
Package: pegasus-wms
Section: science
Priority: optional
Architecture: any
Depends: default-jre,
perl,
python,
python-boto,
python-sqlalchemy,
libcommons-logging-java,
libcommons-pool-java,
libgetopt-java,
liblog4j1.2-java,
libmysql-java,
libxml-commons-resolver1.1-java,
libxerces2-java,
libxmlrpc3-common-java,
libjglobus-gss-java,
libjglobus-jsse-java,
libjglobus-ssl-proxies-java,
libjglobus-gridftp-java,
libjglobus-gram-java,
libgoogle-gson-java,
${shlibs:Depends}, ${misc:Depends}
Recommends: htcondor
Suggests: pegasus-wms-doc
Description: Scientific workflow management system for HTCondor
The Pegasus project encompasses a set of technologies the help
workflow-based applications execute in a number of different
environments including desktops, campus clusters, grids, and now
clouds. Scientific workflows allow users to easily express
multi-step computations, for example retrieve data from a
database, reformat the data, and run an analysis. Once an
application is formalized as a workflow the Pegasus Workflow
Management Service can map it onto available compute resources
and execute the steps in appropriate order.
Package: pegasus-wms-doc
Section: doc
Priority: optional
Architecture: all
Depends: ${misc:Depends}
Recommends: pegasus-wms
Description: Scientific workflow management system for HTCondor - documentation files
The Pegasus project encompasses a set of technologies the help
workflow-based applications execute in a number of different
environments including desktops, campus clusters, grids, and now
clouds. Scientific workflows allow users to easily express
multi-step computations, for example retrieve data from a
database, reformat the data, and run an analysis. Once an
application is formalized as a workflow the Pegasus Workflow
Management Service can map it onto available compute resources
and execute the steps in appropriate order.
.
This package contains the user documentation.
|