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 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
|
Source: gfal2
Priority: optional
Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
Build-Depends:
debhelper (>= 13),
cmake,
libattr1-dev [kfreebsd-any],
libglib2.0-dev,
libjson-c-dev,
libldap2-dev,
libpugixml-dev,
uuid-dev,
zlib1g-dev,
srm-ifce-dev (>= 1.23.1),
dcap-dev,
libglobus-gass-copy-dev,
davix-dev (>= 0.8.4),
libxrootd-client-dev,
libssh2-1-dev,
pkg-config,
libgtest-dev (>= 1.8.0-7)
Build-Depends-Indep:
doxygen
Standards-Version: 4.6.2
Section: net
Vcs-Browser: https://salsa.debian.org/ellert/gfal2
Vcs-Git: https://salsa.debian.org/ellert/gfal2.git
Homepage: https://dmc-docs.web.cern.ch/dmc-docs/gfal2/gfal2.html
Package: gfal2
Architecture: all
Multi-Arch: foreign
Depends:
libgfal2-2,
libgfal-transfer2,
${misc:Depends}
Recommends:
gfal2-plugin-file,
gfal2-plugin-dcap,
gfal2-plugin-srm,
gfal2-plugin-gridftp,
gfal2-plugin-http,
gfal2-plugin-xrootd,
gfal2-plugin-sftp
Description: Grid file access library 2.0
GFAL 2.0 offers 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
Multi-Arch: same
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
Multi-Arch: same
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
Multi-Arch: same
Depends:
libgfal2-2 (= ${binary:Version}),
libgfal-transfer2 (= ${binary:Version}),
libattr1-dev [kfreebsd-any],
libglib2.0-dev,
${misc:Depends}
Description: Development files of gfal2
Development files for gfal2.
Package: gfal2-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
Description: Documentation for gfal2
Documentation, doxygen and examples of gfal2.
Package: gfal2-plugin-file
Architecture: any
Multi-Arch: same
Depends:
libgfal2-2 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
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-dcap
Architecture: any
Multi-Arch: same
Depends:
libgfal2-2 (= ${binary:Version}),
dcap-tunnel-gsi,
${shlibs:Depends},
${misc:Depends}
Description: Provides dcap support for gfal2
Provides 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
Multi-Arch: same
Depends:
libgfal2-2 (= ${binary:Version}),
libgfal-transfer2 (= ${binary:Version}),
libgfal-srm-ifce1 (>= 1.23.1),
${shlibs:Depends},
${misc:Depends}
Description: Provides srm support for gfal2
Provides 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
Multi-Arch: same
Depends:
libgfal2-2 (= ${binary:Version}),
libgfal-transfer2 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Provides the gridftp support for gfal2
Provides 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
Multi-Arch: same
Depends:
libgfal2-2 (= ${binary:Version}),
libgfal-transfer2 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Provides HTTP and DAV support for gfal2
Provides the HTTP (http[s]://) and WebDAV (dav[s]://) support for
gfal2. This plugin is able to do third-party copy with WebDAV if the
storage supports it.
Package: gfal2-plugin-xrootd
Architecture: any
Multi-Arch: same
Depends:
libgfal2-2 (= ${binary:Version}),
libgfal-transfer2 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Provides xrootd support for gfal2
Provides the xrootd (root://) support for gfal2.
Package: gfal2-plugin-sftp
Architecture: any
Multi-Arch: same
Depends:
libgfal2-2 (= ${binary:Version}),
libgfal-transfer2 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Provides sftp support for gfal2
Provides the sftp (sftp://) support for gfal2.
Package: gfal2-plugin-mock
Architecture: any
Multi-Arch: same
Depends:
libgfal2-2 (= ${binary:Version}),
libgfal-transfer2 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Provides a mock dummy protocol for gfal2
Provides a dummy mock:// protocol for gfal2.
|