1
1
Source: update-manager
5
4
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
6
Build-Depends: debhelper (>= 5.0.51), python-all-dev, python-distutils-extra (>= 1.90), python-apt (>= 0.7.5), lsb-release, nvidia-common (>= 0.2.11) [i386 amd64], apt-clone
7
Build-Depends-Indep: libxml-parser-perl, scrollkeeper, intltool
5
Build-Depends: debhelper (>= 5.0.51),
7
python-distutils-extra (>= 1.90),
10
nvidia-common (>= 0.2.11) [i386 amd64],
12
Build-Depends-Indep: libxml-parser-perl,
8
15
Standards-Version: 3.8.0
9
16
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/update-manager/main
11
18
Package: update-manager-core
14
XB-Python-Version: ${python:Versions}
15
Depends: ${python:Depends}, ${misc:Depends}, python-apt (>= 0.7.13.4ubuntu3), lsb-release, python-gnupginterface
21
Depends: ${python:Depends},
23
python-apt (>= 0.7.13.4ubuntu3),
16
26
Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
17
27
Replaces: update-manager (<< 1:0.146.2)
18
Breaks: update-manager (<< 1:0.146.2), computer-janitor (<= 1.11-0ubuntu1)
28
Breaks: update-manager (<< 1:0.146.2),
29
computer-janitor (<= 1.11-0ubuntu1)
19
30
Description: manage release upgrades
20
31
This is the core of update-manager and the release upgrader
23
33
Package: update-manager
25
XB-Python-Version: ${python:Versions}
26
Depends: ${python:Depends}, ${misc:Depends}, update-manager-core (= ${source:Version}), python-aptdaemon-gtk (>= 0.40)|synaptic, python-dbus, python-vte, python-gconf
27
Recommends: software-properties-gtk (>= 0.71.2), gir1.2-dbusmenu-gtk-0.4, gir1.2-unity-3.0
35
Depends: ${python:Depends}, ${misc:Depends},
36
update-manager-core (= ${source:Version}),
37
python-aptdaemon-gtk (>= 0.40)|synaptic,
39
python-gobject (>= 2.28.6-2),
42
Recommends: software-properties-gtk (>= 0.71.2),
43
gir1.2-dbusmenu-gtk-0.4,
28
45
Description: GNOME application that manages apt updates
29
46
This is the GNOME apt update manager. It checks for updates and lets the user
30
47
choose which to install.
32
49
Package: update-manager-text
34
XB-Python-Version: ${python:Versions}
35
Depends: ${python:Depends}, ${misc:Depends}, update-manager-core, python-newt
51
Depends: ${python:Depends},
36
55
Description: Text application that manages apt updates
37
56
This is the newt apt update manager. It checks for updates and lets the user
38
57
choose which to install.
40
59
Package: update-manager-kde
42
XB-Python-Version: ${python:Versions}
43
Depends: ${python:Depends}, ${misc:Depends}, update-manager-core, python-kde4, kdesudo
61
Depends: ${python:Depends},
44
66
Description: Support modules for KPackageKit
45
67
Support modules for KPackageKit to check for new distro releases
46
68
and download the dist-upgrade tool.
48
70
Package: auto-upgrade-tester
50
XB-Python-Version: ${python:Versions}
51
72
Depends: ${python:Depends}, ${misc:Depends}
52
Recommends: qemu-kvm|kvm, ubuntu-vm-builder
73
Recommends: qemu-kvm|kvm,
53
75
Description: Test release upgrades in a virtual environment
54
76
A tool to do QA for release upgrades in ubuntu that performs upgrades
55
77
in a virtual environment. Supported backends are "chroot", "kvm" and