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 | |
| parent | f3beae39e348777d27ca6dd999f04202aa6c9502 (diff) | |
| download | python-apt-da4bb6a0edae19c0dc7b92fb6f5153bbb058d168.tar.gz | |
* added dependency on unattended-upgrades
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6a05035c..f9b39c53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +update-manager (0.42.2ubuntu11) dapper; urgency=low + + * debian/control: depend on unattended-upgrades + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Apr 2006 21:47:05 +0200 + update-manager (0.42.2ubuntu10) dapper; urgency=low * update-manger: fix a missing import (#36138) @@ -8,7 +14,7 @@ update-manager (0.42.2ubuntu10) dapper; urgency=low * add a fake gconf interface for xubuntu (nop for normal ubuntu) (Thanks to Jani Monoses for the patch) - -- + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Apr 2006 18:17:16 +0200 update-manager (0.42.2ubuntu9) dapper; urgency=low 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. |
