diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-18 22:59:55 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-18 22:59:55 +0200 |
| commit | 9eac5b029197a717f46fba190fdef418f9462621 (patch) | |
| tree | 116f02459f27eee8b1c61747790fea89a10e473c | |
| parent | 6d134ee5fdec81883a86ad8e07148e9a6376a0b0 (diff) | |
| download | python-apt-9eac5b029197a717f46fba190fdef418f9462621.tar.gz | |
* tighten dependencies
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6b1ba589..7f83a008 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +update-manager (0.42.2ubuntu17) dapper; urgency=low + + * debian/control: + - depend on later python-apt (#45325) + + -- + update-manager (0.42.2ubuntu16) dapper; urgency=low * use version and section of the source package (if this information is diff --git a/debian/control b/debian/control index 6a1e80bc..7e563c77 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.2 Package: update-manager Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python, 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.16.2), 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 |
