diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-11 18:56:43 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-11 18:56:43 +0200 |
| commit | 3b322f37caa66b7fce40061e70273eb75248ffed (patch) | |
| tree | ceee0583d542defb9764ef8a3fb7dfc3a2a8e1a6 /debian/control | |
| parent | 6dd632f5233fc6c6ffe04dd2d15b633f23c5e457 (diff) | |
| download | python-apt-3b322f37caa66b7fce40061e70273eb75248ffed.tar.gz | |
* debian/control:
- add python-gconf dependency / remove python-gnome2 dependency
* DistUpgrade/DistUpgradeViewGtk.py:
- run while gtk_events_pending()/gtk_main_iteration() after information()
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 7ed4c7a5..0702fa9e 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,7 @@ Standards-Version: 3.6.2 Package: update-manager Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python, python-glade2, python-apt (>= 0.6.16.2), synaptic (>= 0.57.8), lsb-release, python-gnupginterface, unattended-upgrades, gksu, iso-codes, python-dbus, python-vte, gksu -Recommends: python-gnome2 +Depends: ${python:Depends}, ${misc:Depends}, python, python-glade2, python-apt (>= 0.6.16.2), synaptic (>= 0.57.8), lsb-release, python-gnupginterface, unattended-upgrades, gksu, iso-codes, python-dbus, python-vte, gksu, python-gconf 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. |
