summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 090a766..66c592a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rapid-photo-downloader (0.4.5-2) unstable; urgency=low
+
+ * Depends on python-dbus (Closes: #693753)
+
+ -- Julien Valroff <julien@debian.org> Fri, 23 Nov 2012 06:36:06 +0100
+
rapid-photo-downloader (0.4.5-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 42233a5..18b8615 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Package: rapid-photo-downloader
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
+ python-dbus,
python-gtk2 (>= 2.12),
python-glade2 (>= 2.17),
python-gconf (>= 2.28),