summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-14 14:54:05 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-14 14:54:05 +0100
commit0ddb25f14bb1dd5dd815b56cd08b9aa1b6c0726b (patch)
tree58ee3f76f4943a5a47bd43619f3faeee123a61b8
parenta322dcddd7b886ecbdc5eaacec0b78a735d97428 (diff)
downloadpython-apt-0ddb25f14bb1dd5dd815b56cd08b9aa1b6c0726b.tar.gz
* restored the python-gnome2 dependency, gconf is part of python-gnome2 :/
-rw-r--r--SoftwareProperties/SoftwareProperties.py6
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
3 files changed, 5 insertions, 7 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py
index 4254a3ee..690b30dd 100644
--- a/SoftwareProperties/SoftwareProperties.py
+++ b/SoftwareProperties/SoftwareProperties.py
@@ -22,8 +22,6 @@
# USA
import sys
-import gnome
-import gconf
import apt
import apt_pkg
import gobject
@@ -66,8 +64,8 @@ class SoftwareProperties(SimpleGladeApp):
None, domain="update-manager")
self.modified = False
- self.gnome_program = gnome.init("Software Properties", "0.41")
- self.gconfclient = gconf.client_get_default()
+ #self.gnome_program = gnome.init("Software Properties", "0.41")
+ #self.gconfclient = gconf.client_get_default()
if parent:
self.window_main.set_transient_for(parent)
diff --git a/debian/changelog b/debian/changelog
index c69f633b..de6739fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
update-manager (0.42.2ubuntu4) dapper; urgency=low
- * don't depend on python-gnome2 anymore (for xubuntu)
+ * removed some of the gnome dependencies (gconf still in)
- -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Feb 2006 14:39:12 +0100
+ --
update-manager (0.42.2ubuntu3) dapper; urgency=low
diff --git a/debian/control b/debian/control
index a90fb941..314ec741 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-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
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.