Wrap and sorting debian directory.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cbf783cd45
commit
d8afe09796
2 changed files with 33 additions and 27 deletions
13
debian/control
vendored
13
debian/control
vendored
|
@ -2,8 +2,10 @@ Source: nvme-stas
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||||
Uploaders: Benjamin Drung <bdrung@debian.org>
|
Uploaders:
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Benjamin Drung <bdrung@debian.org>,
|
||||||
|
Build-Depends:
|
||||||
|
debhelper-compat (= 13),
|
||||||
dh-python,
|
dh-python,
|
||||||
docbook-xml,
|
docbook-xml,
|
||||||
docbook-xsl,
|
docbook-xsl,
|
||||||
|
@ -20,7 +22,7 @@ Build-Depends: debhelper-compat (= 13),
|
||||||
python3-pyudev,
|
python3-pyudev,
|
||||||
python3-systemd,
|
python3-systemd,
|
||||||
python3:any,
|
python3:any,
|
||||||
xsltproc
|
xsltproc,
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.6.2
|
||||||
Homepage: https://github.com/linux-nvme/nvme-stas
|
Homepage: https://github.com/linux-nvme/nvme-stas
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
@ -29,13 +31,14 @@ Vcs-Git: https://salsa.debian.org/debian/nvme-stas.git
|
||||||
|
|
||||||
Package: nvme-stas
|
Package: nvme-stas
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python3-dasbus,
|
Depends:
|
||||||
|
python3-dasbus,
|
||||||
python3-gi,
|
python3-gi,
|
||||||
python3-nvme,
|
python3-nvme,
|
||||||
python3-pyudev,
|
python3-pyudev,
|
||||||
python3-systemd,
|
python3-systemd,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python3:Depends}
|
${python3:Depends},
|
||||||
Description: NVMe STorage Appliance Services
|
Description: NVMe STorage Appliance Services
|
||||||
This package provides two daemons, stafd and stacd. The STorage Appliance
|
This package provides two daemons, stafd and stacd. The STorage Appliance
|
||||||
Finder Daemon (stafd) automatically discovers NVMe-oF Discovery Controllers
|
Finder Daemon (stafd) automatically discovers NVMe-oF Discovery Controllers
|
||||||
|
|
5
debian/tests/control
vendored
5
debian/tests/control
vendored
|
@ -1,4 +1,7 @@
|
||||||
Test-Command: cp -r test "$AUTOPKGTEST_TMP" && cd "$AUTOPKGTEST_TMP/test" && rm test-avahi.py && python3 -m unittest -v test*.py
|
Test-Command: cp -r test "$AUTOPKGTEST_TMP" && cd "$AUTOPKGTEST_TMP/test" && rm test-avahi.py && python3 -m unittest -v test*.py
|
||||||
Depends: iproute2, nvme-stas, python3-pyfakefs
|
Depends:
|
||||||
|
iproute2,
|
||||||
|
nvme-stas,
|
||||||
|
python3-pyfakefs,
|
||||||
Restrictions: allow-stderr
|
Restrictions: allow-stderr
|
||||||
Features: test-name=unittest
|
Features: test-name=unittest
|
||||||
|
|
Loading…
Add table
Reference in a new issue