File: control

package info (click to toggle)
virtnbdbackup 2.45-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: python: 4,448; makefile: 9
file content (41 lines) | stat: -rw-r--r-- 1,235 bytes parent folder | download | duplicates (2)
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
Source: virtnbdbackup
Maintainer: Michael Ablassmeier <abi@debian.org>
Section: admin
Priority: optional
Build-Depends: debhelper (>= 10),
               debhelper-compat (= 13),
               dh-python,
               python3,
               python3-dev,
               python3-libnbd,
               python3-libvirt,
               python3-lxml,
               python3-lz4,
               python3-paramiko,
               python3-setuptools,
               python3-tqdm,
               python3-colorlog,
Standards-Version: 4.7.2
Homepage: https://github.com/abbbi/virtnbdbackup/
Vcs-Git: https://salsa.debian.org/debian/virtnbdbackup.git
Vcs-Browser: https://salsa.debian.org/debian/virtnbdbackup
Rules-Requires-Root: no

Package: virtnbdbackup
Architecture: any
Depends: libnbd-bin,
         nbdkit,
         nbdkit-plugin-python,
         python3-libnbd,
         python3-libvirt,
         python3-lxml,
         python3-lz4,
         python3-paramiko,
         python3-tqdm,
         qemu-utils,
         openssh-client,
         ${misc:Depends},
         ${python3:Depends}
Description: Backup utility for libvirt
 Create online, thin provisioned full and incremental or differential backups
 of your kvm/qemu virtual machines.