diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-04 21:48:25 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-04 21:48:25 +0200 |
| commit | da4bb6a0edae19c0dc7b92fb6f5153bbb058d168 (patch) | |
| tree | cd7e188362577b645fcbcfdb6561451b5304463a /debian/control | |
| parent | f3beae39e348777d27ca6dd999f04202aa6c9502 (diff) | |
| download | python-apt-da4bb6a0edae19c0dc7b92fb6f5153bbb058d168.tar.gz | |
* added dependency on unattended-upgrades
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8870a031..97f0d3dc 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ 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 +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 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. |
