summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-14 14:42:56 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-14 14:42:56 +0100
commita322dcddd7b886ecbdc5eaacec0b78a735d97428 (patch)
tree387804e5e5c1e6a5631a1a7f5e21fdfb335537c5 /debian
parentcca98271729fa52ee96da87b81a81635f42ef61c (diff)
parentde0af64f747c8f5783ed09efd9fc80f9ee9759a0 (diff)
downloadpython-apt-a322dcddd7b886ecbdc5eaacec0b78a735d97428.tar.gz
* removed the gnome2 dependencies
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ddbfd48d..c69f633b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+update-manager (0.42.2ubuntu4) dapper; urgency=low
+
+ * don't depend on python-gnome2 anymore (for xubuntu)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Feb 2006 14:39:12 +0100
+
update-manager (0.42.2ubuntu3) dapper; urgency=low
* fixed description of the ubuntu repository (#30813)
diff --git a/debian/control b/debian/control
index 314ec741..a90fb941 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1.1
Package: update-manager
Architecture: any
-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-glade2, python-apt (>= 0.6.15), synaptic (>= 0.57.8), lsb-release
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.