diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-24 23:14:09 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-24 23:14:09 +0100 |
| commit | 8adf34a8f38e586c5a4639ab2ce558e1ab21d680 (patch) | |
| tree | 97d8311dc1c3da93ef7fd7a6095a2e38130b10f4 | |
| parent | 15c800a63e03039f55f06540f49975d1663be25a (diff) | |
| download | python-apt-8adf34a8f38e586c5a4639ab2ce558e1ab21d680.tar.gz | |
* depend on python-gnupginterface
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 54dc884f..8870a031 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 +Depends: ${python:Depends}, ${misc:Depends}, python, python-gnome2, python-glade2, python-apt (>= 0.6.15), synaptic (>= 0.57.8), lsb-release, python-gnupginterface 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. |
