~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Michael Vogt
  • Date: 2011-07-08 07:46:54 UTC
  • mfrom: (2146.2.16 pygi)
  • Revision ID: michael.vogt@ubuntu.com-20110708074654-nbcspqmsrlbxc6p0
merged from the pygi branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: update-manager
2
2
Section: gnome
3
3
Priority: optional
4
 
XS-Python-Version: all
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), 
 
6
               python-all-dev,
 
7
               python-distutils-extra (>= 1.90), 
 
8
               python-apt (>= 0.7.5),
 
9
               lsb-release,
 
10
               nvidia-common (>= 0.2.11) [i386 amd64], 
 
11
               apt-clone
 
12
Build-Depends-Indep: libxml-parser-perl, 
 
13
                     scrollkeeper, 
 
14
                     intltool
8
15
Standards-Version: 3.8.0
9
16
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/update-manager/main
10
17
 
11
18
Package: update-manager-core
12
19
Architecture: any
13
20
Section: admin
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}, 
 
22
         ${misc:Depends}, 
 
23
         python-apt (>= 0.7.13.4ubuntu3),  
 
24
         lsb-release,  
 
25
         python-gnupginterface
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
21
32
 
22
 
 
23
33
Package: update-manager
24
34
Architecture: all
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, 
 
38
         python-dbus,
 
39
         python-gobject (>= 2.28.6-2),
 
40
         gir1.2-vte-2.90, 
 
41
         gir1.2-gtk-3.0,
 
42
Recommends: software-properties-gtk (>= 0.71.2), 
 
43
            gir1.2-dbusmenu-gtk-0.4, 
 
44
            gir1.2-unity-3.0
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.
31
48
 
32
49
Package: update-manager-text
33
50
Architecture: all
34
 
XB-Python-Version: ${python:Versions}
35
 
Depends: ${python:Depends}, ${misc:Depends}, update-manager-core, python-newt
 
51
Depends: ${python:Depends}, 
 
52
         ${misc:Depends}, 
 
53
         update-manager-core, 
 
54
         python-newt
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.
39
58
 
40
59
Package: update-manager-kde
41
60
Architecture: all
42
 
XB-Python-Version: ${python:Versions}
43
 
Depends: ${python:Depends}, ${misc:Depends}, update-manager-core, python-kde4, kdesudo
 
61
Depends: ${python:Depends}, 
 
62
         ${misc:Depends}, 
 
63
         update-manager-core, 
 
64
         python-kde4, 
 
65
         kdesudo
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.
47
69
 
48
70
Package: auto-upgrade-tester
49
71
Architecture: all
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, 
 
74
            ubuntu-vm-builder
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