File: control

package info (click to toggle)
libzbd 2.0.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: ansic: 4,558; makefile: 117; sh: 1
file content (50 lines) | stat: -rw-r--r-- 1,962 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
Source: libzbd
Priority: optional
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), autoconf-archive, libgtk-3-dev
Standards-Version: 4.6.2
Section: libs
Homepage: https://zonedstorage.io/projects/libzbd/
Vcs-Browser: https://salsa.debian.org/sudip/libzbd
Vcs-Git: https://salsa.debian.org/sudip/libzbd.git

Package: libzbd-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: libzbd2t64 (= ${binary:Version}), ${misc:Depends}
Description: Library to manipulate zoned block devices (development files)
 libzbd uses the kernel provided zoned block device interface based on the
 ioctl() system call. It provides functions for discovering and managing the
 state of zones of zoned block devices. Read and write accesses to the devices
 can be done using standard standard I/O system calls.
 .
 This package is needed to compile programs against libzbd.

Package: libzbd2t64
Provides: ${t64:Provides}
Replaces: libzbd2
Breaks: libzbd2 (<< ${source:Version})
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library to manipulate zoned block devices (shared library)
 libzbd uses the kernel provided zoned block device interface based on the
 ioctl() system call. It provides functions for discovering and managing the
 state of zones of zoned block devices. Read and write accesses to the devices
 can be done using standard standard I/O system calls.
 .
 This package contains the shared library.

Package: zbd-utils
Section: utils
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utilities to manipulate zoned block devices
 zbd is a command line utility to report, open, close, reset and finish zones
 of a device.
 .
 gzbd is similar to zbd but using a graphical user interface.
 .
 gzbd-viewer is a graphical user interface showing the condition and state of
 zones of a zoned block device.