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
  
     | 
    
      Source: libnvme
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 cmake,
 debhelper (>= 13.14~),
 debhelper-compat (= 13),
 dh-python,
 dpkg-dev (>= 1.22.5),
 libdbus-1-dev,
 libjson-c-dev,
 libkeyutils-dev,
 libssl-dev,
 meson (>= 1.0.0-1.1~),
 pkg-config,
 python3-dev,
 swig,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/linux-nvme/libnvme
Vcs-Browser: https://forgejo.debian.net/nvme/libnvme
Vcs-Git: https://forgejo.debian.net/nvme/libnvme
Package: libnvme-dev
Section: libdevel
Architecture: any
Depends:
 libjson-c-dev,
 libkeyutils-dev,
 libnvme1t64 (= ${binary:Version}),
 libssl-dev,
 ${misc:Depends},
Description: NVMe management library (development)
 NVM Express (NVMe) is a interface specification for accessing non-volatile
 storage media, typically modern solid state drives (SSDs) through PCI Express
 (PCIe). libnvme provides library functions for accessing and managing NVMe
 devices.
 .
 This package contains the development files.
Package: libnvme1t64
Provides:
 ${t64:Provides},
Replaces:
 libnvme1,
Breaks:
 libnvme1 (<< ${source:Version}),
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 nvme-cli,
Description: NVMe management library (library)
 NVM Express (NVMe) is a interface specification for accessing non-volatile
 storage media, typically modern solid state drives (SSDs) through PCI Express
 (PCIe). libnvme provides library functions for accessing and managing NVMe
 devices.
 .
 This package contains the shared library.
Package: python3-libnvme
Section: python
Architecture: any
Depends:
 libnvme1t64 (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Breaks:
 python3-nvme (<< 1.4~),
Replaces:
 python3-nvme,
Description: NVMe management library (Python)
 NVM Express (NVMe) is a interface specification for accessing non-volatile
 storage media, typically modern solid state drives (SSDs) through PCI Express
 (PCIe). libnvme provides library functions for accessing and managing NVMe
 devices.
 .
 This package contains the Python bindings.
Package: python3-nvme
Section: oldlibs
Priority: extra
Architecture: all
Depends:
 python3-libnvme,
 ${misc:Depends},
Description: NVMe management library (transitional package)
 Package to ease upgrading from older python3-nvme package to the new
 python3-libnvme package.
 .
 This package can be purged at anytime once the python3-libnvme package has been
 installed.
 
     |