summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: c26dae6da8e460424089a1ec6d18a3827b6573b0 (plain)
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
Source: nvme-stas
Section: net
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Uploaders:
 Benjamin Drung <bdrung@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 docbook-xml,
 docbook-xsl,
 iproute2,
 libglib2.0-dev-bin,
 meson,
 pyflakes3,
 pylint,
 python3-dasbus,
 python3-gi,
 python3-lxml,
 python3-nvme,
 python3-pyfakefs,
 python3-pyudev,
 python3-systemd,
 python3:any,
 xsltproc,
Standards-Version: 4.6.2
Homepage: https://github.com/linux-nvme/nvme-stas
Rules-Requires-Root: no
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/nvme-stas
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/nvme-stas

Package: nvme-stas
Architecture: all
Depends:
 python3-dasbus,
 python3-gi,
 python3-nvme,
 python3-pyudev,
 python3-systemd,
 ${misc:Depends},
 ${python3:Depends},
Description: NVMe STorage Appliance Services
 This package provides two daemons, stafd and stacd. The STorage Appliance
 Finder Daemon (stafd) automatically discovers NVMe-oF Discovery Controllers
 (DC) and retrieves the list of NVMe Storage Appliances. The STorage Appliance
 Connector Daemon (stacd) establishes I/O connections to the NVMe Storage
 Appliances discovered by stafd.
 .
 This package installs the library for Python 3.