~mvo/update-manager/not-automatic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Michael Vogt
  • Date: 2008-05-21 16:01:17 UTC
  • mfrom: (952.1.10 hildon)
  • Revision ID: michael.vogt@ubuntu.com-20080521160117-lom591v3zpyk53yt
* UpdateManagerHildon/UpdateManagerHildon.py:
  - add hildon support (thanks to Tollef Fog Heen and
    Emmet Hikory)
  - make networkless upgrades more robust (LP: #227197)
* DistUpgrade/DistUpgradeViewGtk.py:
  - work around hang in svg loader (LP: #186465)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
XS-Python-Version: all
5
5
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
6
 
Build-Depends: debhelper (>= 5.0.38), python-all-dev, python-central (>= 0.5.6), python-kde3-dev, python-distutils-extra (>= 1.90), python-apt (>= 0.6.20ubuntu12), lsb-release
 
6
Build-Depends: debhelper (>= 5.0.51), python-all-dev, python-central (>= 0.5.6), python-kde3-dev, python-distutils-extra (>= 1.90), python-apt (>= 0.6.20ubuntu12), lsb-release
7
7
Build-Depends-Indep: libxml-parser-perl, scrollkeeper, intltool
8
8
Standards-Version: 3.7.2
9
 
XS-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/update-manager/main
 
9
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/update-manager/main
10
10
 
11
11
Package: update-manager-core
12
12
Architecture: any
22
22
Package: update-manager
23
23
Architecture: all
24
24
XB-Python-Version: ${python:Versions}
25
 
Depends: ${python:Depends}, ${misc:Depends}, update-manager-core (= ${Source-Version}), python-glade2,  synaptic (>= 0.57.8), gksu, python-dbus, python-vte, python-gconf
 
25
Depends: ${python:Depends}, ${misc:Depends}, update-manager-core (= ${source:Version}), python-glade2,  synaptic (>= 0.57.8), gksu, python-dbus, python-vte, python-gconf
26
26
Description: GNOME application that manages apt updates
27
27
 This is the GNOME apt update manager. It checks for updates and lets the user
28
28
 choose which to install.
 
29
 
 
30
Package: update-manager-hildon
 
31
Architecture: all
 
32
XB-Python-Version: ${python:Versions}
 
33
Depends: ${python:Depends}, ${misc:Depends}, update-manager-core, python-glade2, gksu, python-dbus, python-gconf, python-hildon
 
34
Conflicts: update-manager
 
35
Description: Hildon application that manages apt updates
 
36
 This is the Hildon apt update manager.  It checks for updates and lets the user
 
37
 choose which to install.
 
38