diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-05 14:48:32 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-05 14:48:32 +0200 |
| commit | 99e04876f2b3eb1c6d9150ad0ac17ad8fc1f7e97 (patch) | |
| tree | 311607e44dfa8ca9a48ba2dd82a12ae4fb467cf7 /debian | |
| parent | da4bb6a0edae19c0dc7b92fb6f5153bbb058d168 (diff) | |
| download | python-apt-99e04876f2b3eb1c6d9150ad0ac17ad8fc1f7e97.tar.gz | |
* merged the patch from Jani for fakegconf
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f9b39c53..236841b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ update-manager (0.42.2ubuntu11) dapper; urgency=low - * debian/control: depend on unattended-upgrades + * debian/control: + - depend on unattended-upgrades + - move python-gnome2 to recommends (we only use gconf from it) + * UpdateManager/fakegconf.py: update for xubuntu (thanks to Jani Monoses) - -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Apr 2006 21:47:05 +0200 + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 5 Apr 2006 14:46:10 +0200 update-manager (0.42.2ubuntu10) dapper; urgency=low diff --git a/debian/control b/debian/control index 97f0d3dc..691eba0c 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Standards-Version: 3.6.1.1 Package: update-manager Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python, python-gnome2, python-glade2, python-apt (>= 0.6.15), synaptic (>= 0.57.8), lsb-release, python-gnupginterface, unattended-upgrades +Depends: ${python:Depends}, ${misc:Depends}, python, python-glade2, python-apt (>= 0.6.15), synaptic (>= 0.57.8), lsb-release, python-gnupginterface, unattended-upgrades +Recommends: python-gnome2 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. |
