forked from bit-team/backintime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
67 lines (60 loc) · 2.56 KB
/
control
File metadata and controls
67 lines (60 loc) · 2.56 KB
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
Source: backintime
Maintainer: BIT Team <bit-team@lists.launchpad.net>
Section: utils
Priority: extra
Build-Depends: debhelper (>= 7), dh-python
X-Python3-Version: >= 3.3
Standards-Version: 3.9.5
Homepage: https://github.com/bit-team/backintime
Package: backintime-common
Architecture: all
Depends: rsync, cron-daemon, openssh-client, python3-keyring, python3-dbus, python3-packaging, ${python3:Depends}, ${misc:Depends}
Recommends: sshfs, encfs
Conflicts: backintime
Replaces: backintime
Description: Simple backup system (common)
This package contains non GUI files used by different GUI frontends.
Package: backintime-qt
Architecture: all
Depends: x11-utils, libnotify-bin, python3-pyqt6, python3-dbus.mainloop.pyqt6, policykit-1, backintime-common (>= ${source:Version}~), ${python3:Depends}, ${misc:Depends}
Recommends: python3-secretstorage
Suggests: meld | kompare
Conflicts: backintime-qt4 (<< ${source:Version}~), backintime-kde (<< ${source:Version}~), backintime-kde4 (<< ${source:Version}~), backintime-gnome (<< ${source:Version}~), backintime-notify (<< ${source:Version}~)
Replaces: backintime-qt4 (<< ${source:Version}~), backintime-kde (<< ${source:Version}~), backintime-kde4 (<< ${source:Version}~), backintime-gnome (<< ${source:Version}~), backintime-notify (<< ${source:Version}~)
Description: Simple backup system
This is a Qt GUI frontend for backintime-common.
Package: backintime-qt4
Section: oldlibs
Architecture: all
Depends: backintime-qt, ${misc:Depends}
Description: Virtual package
This is a virtual package to replace backintime-qt4 from official repositories
with backintime-qt from PPA. It can safely be removed.
Package: backintime-kde
Section: oldlibs
Architecture: all
Depends: backintime-qt, ${misc:Depends}
Description: Virtual package
This is a virtual package to replace backintime-kde from official repositories
with backintime-qt from PPA. It can safely be removed.
Package: backintime-kde4
Section: oldlibs
Architecture: all
Depends: backintime-qt, ${misc:Depends}
Description: Virtual package
This is a virtual package to replace backintime-kde4 with backintime-qt.
It can safely be removed.
Package: backintime-gnome
Section: oldlibs
Architecture: all
Depends: backintime-qt, ${misc:Depends}
Description: Virtual package
This is a virtual package to replace backintime-gnome with backintime-qt.
It can safely be removed.
Package: backintime-notify
Section: oldlibs
Architecture: all
Depends: backintime-qt, ${misc:Depends}
Description: Virtual package
This is a virtual package to replace backintime-notify with backintime-qt.
It can safely be removed.