From 9ee7562268ebffcaea0bd2c5c2f5a919fd2a6c34 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 9 Jan 2009 20:00:17 +0000 Subject: [PATCH] fix debian bug #510948 missing dep --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1bfc0d331..35fc48263 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.7.2 Package: deluge-torrent Architecture: any -Depends: ${shlibs:Depends}, ${python:Depends}, python-gtk2, python-glade2, python-xdg, python-notify, notification-daemon | notification-daemon-xfce, python-dbus, librsvg2-common, python-pyopenssl, python-setuptools +Depends: ${shlibs:Depends}, ${python:Depends}, python-gtk2, python-glade2, python-xdg, python-notify, notification-daemon | notification-daemon-xfce, python-dbus, librsvg2-common, python-pyopenssl, python-setuptools, python-pkg-resources Conflicts: deluge-torrent-common Replaces: deluge-torrent-common Description: A Bittorrent client written in Python/PyGTK