File: control

package info (click to toggle)
liberasurecode 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,628 kB
  • sloc: ansic: 9,181; makefile: 189; sh: 76
file content (52 lines) | stat: -rw-r--r-- 1,603 bytes parent folder | download
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
Source: liberasurecode
Section: libs
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Ondřej Nový <onovy@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 libisal-dev [amd64 kfreebsd-amd64 arm64],
 libjerasure-dev (>= 2.0.0+2017.04.10.git.de1739cc84),
 zlib1g-dev,
Standards-Version: 4.5.1
Homepage: https://github.com/openstack/liberasurecode
Vcs-Git: https://salsa.debian.org/openstack-team/libs/liberasurecode.git
Vcs-Browser: https://salsa.debian.org/openstack-team/libs/liberasurecode
Rules-Requires-Root: no

Package: liberasurecode-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 liberasurecode1 (= ${binary:Version}),
 ${misc:Depends},
Description: support of multiple erasure code backends - development files
 Liberasurecode is an erasure code library which can support multiple erasure
 code 'backends'. The repository includes a Jerasure for Reed-Solomon
 implementation.
 .
 This package contains the development files needed to build against the shared
 library.

Package: liberasurecode1
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 libisal2,
 libjerasure2 (>= 2.0.0+2017.04.10.git.de1739cc84),
Breaks:
 liberasurecode0,
Replaces:
 liberasurecode0,
Description: support of multiple erasure code backends - shared library
 Liberasurecode is an erasure code library which can support multiple erasure
 code 'backends'. The repository includes a Jerasure for Reed-Solomon
 implementation.
 .
 This package contains the shared library.