File: control

package info (click to toggle)
ploop 1.15-6
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,164 kB
  • sloc: ansic: 16,131; sh: 413; makefile: 221; python: 144
file content (44 lines) | stat: -rw-r--r-- 1,653 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
Source: ploop
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 11), e2fslibs-dev, libxml2-dev, pkg-config
Standards-Version: 4.1.5
Homepage: https://wiki.openvz.org/Ploop

Package: ploop
Section: admin
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, libploop1 (= ${binary:Version})
Description: tools to work with ploop devices and images
 Ploop is a disk loopback block device, not unlike loop but with many
 features like dynamic resize, snapshots, backups etc. The main idea is to
 put container filesystem in a file.
 .
 This package contains tools to work with ploop devices and images.

Package: libploop-dev
Section: libdevel
Architecture: i386 ia64 amd64 powerpc sparc
Depends: libploop1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: ploop API development library
 Ploop is a disk loopback block device, not unlike loop but with many
 features like dynamic resize, snapshots, backups etc. The main idea is to
 put container filesystem in a file.
 .
 This package contains headers and a static version of Parallels loopback
 (ploop) block device API library.

Package: libploop1
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, parted, e2fsprogs
Recommends: lsof
Pre-Depends: ${misc:Pre-Depends}
Description: ploop API library
 Ploop is a disk loopback block device, not unlike loop but with many
 features like dynamic resize, snapshots, backups etc. The main idea is to
 put container filesystem in a file.
 .
 This package contains the library for Parallels loopback (ploop) block
 device API.