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
|
Source: gfal2
Priority: optional
Maintainer: DMC Devel <dmc-devel@cern.ch>
Build-Depends: debhelper (>= 8.0.0), cmake, doxygen, libglib2.0-dev, libglibmm-2.4-dev, libattr1-dev, libldap2-dev, uuid-dev, liblfc-dev, libdpm-dev, srm-ifce-dev (>= 1.16.0), dcap-dev, libglobus-gass-copy-dev, davix-dev (>= 0.4.2), libgridsite-dev, libjson-c-dev, gsoap, pkg-config,
libssh2-1-dev
Standards-Version: 3.9.5
Section: net
Homepage: http://dmc.web.cern.ch/
Package: gfal2
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), libgfal-transfer2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: gfal2-plugin-lfc (= ${binary:Version}), gfal2-plugin-rfio (= ${binary:Version}), gfal2-plugin-dcap (= ${binary:Version}), gfal2-plugin-srm (= ${binary:Version}), gfal2-plugin-gridftp (= ${binary:Version}), gfal2-plugin-http (= ${binary:Version})
Description: Grid file access library 2.0
GFAL 2.0 offers an a single and simple POSIX-like API for the file
operations in grids and cloud environments. The set of supported
protocols depends on the gfal2 installed plugins.
Package: libgfal2-2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Core of the Grid File access Library 2.0
The main library of gfal2. The gfal protocol support relies on a
plugin system.
Package: libgfal-transfer2
Section: libs
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: File Transfer logic of gfal2
gfal-transfer is the high level API for file transfer operations in
gfal2. It supports third-party copy.
Package: libgfal2-dev
Section: libdevel
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), libgfal-transfer2 (= ${binary:Version}), libglib2.0-dev, libattr1-dev, ${misc:Depends}
Description: Development files of gfal2
Development files for gfal2
Package: gfal2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Documentation for gfal2
Documentation, doxygen and examples of gfal2.
Package: gfal2-plugin-file
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Replaces: libgfal2-2 (<< 2.8.4)
Breaks: libgfal2-2 (<< 2.8.4)
Description: Provides file support for gfal2
Provides the file support (file://) for gfal2. The file plugin
provides local file operations, as copying from local to remote or
the other way around.
Package: gfal2-plugin-lfc
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Provide the lfc access for gfal2
Provide the lfc support (LFN://) for gfal2. The LFC plugin allows
read-only POSIX operations for the LFC catalog.
Package: gfal2-plugin-rfio
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Provide the rfio access for gfal2
Provide the rfio support (RFIO://) for gfal2. The rfio plugin
provides the POSIX operations for the rfio URLs, the rfio protocol is
used on the DPM and on the Castor storage systems.
Package: gfal2-plugin-dcap
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), dcap-tunnel-gsi, ${shlibs:Depends}, ${misc:Depends}
Description: Provide the dcap access for gfal2
Provide the dcap support (GSIDCAP://, DCAP://) for gfal2. The dcap
plugin provides the POSIX operations for the dcap URLs, the dcap
protocol is used on the DCACHE storage system
Package: gfal2-plugin-srm
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), libgfal-srm-ifce1 (>= 1.16.0), ${shlibs:Depends}, ${misc:Depends}
Description: Provide the srm access for gfal2
Provide the srm support (SRM://) for gfal2. The srm plugin provides
the POSIX operations and the third party transfer support on the SRM
URLs.
Package: gfal2-plugin-gridftp
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Provide the gridftp access for gfal2
Provide the gridftp support (GSIFTP://) for gfal2. The gridftp plugin
provides the POSIX operations and the third party transfer support on
the GSIFTP URLs.
Package: gfal2-plugin-http
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Provide the http access for gfal2
Provide the HTTP and WebDAV support for gfal2. The http plugin
provides the POSIX operations and the third party transfer support on
the HTTP URLs. This plugin is able to do third-party copy with WebDAV.
Package: gfal2-plugin-sftp
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Provide sftp access for gfal2
Provide sftp support for gfal2.
Package: gfal2-plugin-mock
Architecture: any
Depends: libgfal2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Provides a mock dummy protocol for gfal2
Provides a dummy mock:// protocol for gfal2.
|