File: control

package info (click to toggle)
nbdkit 1.24.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,576 kB
  • sloc: ansic: 46,630; sh: 12,120; makefile: 4,677; cpp: 642; python: 589; perl: 413; ml: 393; ruby: 69; tcl: 62
file content (132 lines) | stat: -rw-r--r-- 3,931 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Source: nbdkit
Section: admin
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper-compat (= 12),
 perl,
 pkg-config,
 bash-completion,
 genisoimage,
 comerr-dev,
 libcurl4-gnutls-dev | libcurl-dev,
 libext2fs-dev,
 libgnutls28-dev (>= 3.3), gnutls-bin,
 libguestfs-dev (>= 1:1.36.11-3),
 liblzma-dev,
 liblua5.3-dev,
 libperl-dev,
 python3-dev,
 ruby, ruby-dev,
 tcl-dev,
 libselinux1-dev,
 libssh-dev,
 libtorrent-rasterbar-dev,
 libvirt-dev,
 zlib1g-dev,
 libzstd-dev,
 linux-image-arm64 [arm64] <!nocheck>,
 linux-image-amd64 [amd64] <!nocheck>,
 linux-image-686-pae [i386] <!nocheck> | linux-image-586 [i386] | linux-image-486 [i386] <!nocheck>,
 busybox <!nocheck>,
 iproute2 <!nocheck>,
 jq <!nocheck>,
 socat <!nocheck>,
 libguestfs-tools <!nocheck>,
 libnbd-dev,
 libnbd-bin <!nocheck>,
 python3-libnbd <!nocheck>,
 expect <!nocheck>,
 bsdmainutils <!nocheck>,
 openssh-server <!nocheck>,
 qemu-utils <!nocheck>,
Standards-Version: 4.5.0
Homepage: https://github.com/libguestfs/nbdkit
Vcs-Git: https://salsa.debian.org/debian/nbdkit.git
Vcs-Browser: https://salsa.debian.org/debian/nbdkit

Package: nbdkit
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends},
Breaks: nbdkit-plugin-perl (<< 1.22)
Replaces: nbdkit-plugin-perl (<< 1.22)
Suggests:
 nbdkit-plugin-guestfs,
 nbdkit-plugin-libvirt,
 nbdkit-plugin-perl,
 nbdkit-plugin-python,
Multi-Arch: foreign
Description: toolkit for creating NBD servers
 NBD is a protocol for accessing block Devices (hard disks and
 disk-like things) over a network. nbdkit is a multithreaded NBD
 server with a well-documented, simple plugin API with a stable ABI
 guarantee that allows for easy creation of "unconventional" block
 devices.
 .
 This package provides the nbdkit binary and a the file, gzip, and xz,
 plugins.

Package: nbdkit-plugin-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
Conflicts: nbdkit (<< 1.1.5-2~)
Description: development files for nbdkit
 Development files, documentation and example code for developing
 plugins to nbdkit.

Package: nbdkit-plugin-lua
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
Description: Lua plugin for nbdkit
 This plugin allows nbdkit plugins to be written in Lua.

Package: nbdkit-plugin-perl
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
Conflicts: nbdkit (<< 1.1.5-2~)
Description: Perl plugin for nbdkit
 This plugin allows nbdkit plugins to be written in Perl.

Package: nbdkit-plugin-python
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit, python3-boto3,
Conflicts: nbdkit (<< 1.1.5-2~)
Description: Python plugin for nbdkit
 This plugin allows nbdkit plugins to be written in Python.

Package: nbdkit-plugin-tcl
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
Description: TCL plugin for nbdkit
 This plugin allows nbdkit plugins to be written in TCL.

Package: nbdkit-plugin-libvirt
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
Conflicts: nbdkit (<< 1.1.5-2~)
Description: libvirt plugin for nbdkit
 nbdkit-libvirt-plugin is an nbdkit(1) plugin that makes the contents
 of libvirt images accessible over NBD.

Package: nbdkit-plugin-guestfs
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
Conflicts: nbdkit (<< 1.1.5-2~)
Description: libguestfs plugin for nbdkit
 nbdkit-guestfs-plugin is an nbdkit(1) plugin that makes the contents
 of disk images accessible over NBD.

Package: nbdkit-plugin-ruby
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
Conflicts: nbdkit (<< 1.1.5-2~)
Description: Ruby plugin for nbdkit
 This plugin allows nbdkit plugins to be written in Ruby.