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
|
Source: update-manager
Section: gnome
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 9),
dh-python,
python3-all (>= 3.3.0-2),
python3-distutils-extra (>= 2.38),
python3-dbus,
python3-distupgrade,
python3-distro-info,
python3-gi (>= 3.8),
python3-yaml,
gir1.2-gtk-3.0,
gir1.2-snapd-2,
lsb-release
Build-Depends-Indep: libxml-parser-perl,
intltool
Standards-Version: 3.8.0
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/update-manager/main
XS-Testsuite: autopkgtest
X-Python3-Version: >= 3.2
Package: update-manager-core
Architecture: all
Section: admin
Depends: ${python3:Depends},
${misc:Depends},
python3-update-manager (= ${source:Version}),
python3-distro-info,
distro-info-data,
lsb-release,
ubuntu-release-upgrader-core (>= 1:18.04.9),
ubuntu-advantage-tools
Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
Replaces: update-manager (<< 1:0.146.2)
Breaks: update-manager (<< 1:0.146.2),
computer-janitor (<= 1.11-0ubuntu1)
Description: manage release upgrades
This is the core of update-manager and the release upgrader
Package: python3-update-manager
Architecture: all
Section: python
Replaces: update-manager-core (<< 1:0.163)
Breaks: update-manager-core (<< 1:0.163),
python3-distupgrade (<< 1:16.10.10)
Depends: ${python3:Depends},
${misc:Depends},
python3-apt (>= 0.8.5~),
python3-distro-info,
python3-distupgrade,
lsb-release,
Suggests: python3-launchpadlib,
Description: python 3.x module for update-manager
Python module for update-manager (UpdateManager).
.
This package contains the python 3.x version of this module.
Package: update-manager
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
update-manager-core (= ${source:Version}),
libgtk3-perl,
python3-aptdaemon.gtk3widgets (>= 1.1.1+bzr982-0ubuntu13) | synaptic,
policykit-1,
python3-dbus,
python3-gi (>= 3.8),
python3-yaml,
gir1.2-gtk-3.0,
gir1.2-handy-1 (>= 1.5.90),
gir1.2-snapd-2,
ubuntu-release-upgrader-gtk,
update-notifier,
gnome-shell | policykit-1-gnome | polkit-kde-agent-1 | lxpolkit | lxqt-policykit | mate-polkit | polkit-1-auth-agent
Breaks: update-notifier (<< 3.177)
Recommends: software-properties-gtk (>= 0.71.2),
python3-launchpadlib
Suggests: gir1.2-dbusmenu-glib-0.4,
gir1.2-unity-5.0,
Description: GNOME application that manages apt updates
This is the GNOME apt update manager. It checks for updates and lets the user
choose which to install.
#Package: update-manager-kde
#Architecture: all
#Section: kde
#Depends: ${python3:Depends},
# ${misc:Depends},
# update-manager-core,
# python3-pykde4,
# kdesudo,
# psmisc,
# ubuntu-release-upgrader-qt
#Recommends: python3-launchpadlib
#Description: Support modules for Muon Notifier and Apper
# Support modules for Muon Notifier and Apper to check for new distro releases
# and download the dist-upgrade tool.
|