diff options
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/deluge-gtk.install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 38ae49f..64ea42d 100644 --- a/debian/control +++ b/debian/control @@ -39,8 +39,8 @@ Description: multi-interface BitTorrent client (metapackage) Package: deluge-common Architecture: all Depends: - python3-legacy-cgi, python3-chardet, + python3-legacy-cgi, python3-openssl, python3-rencode, python3-twisted, diff --git a/debian/deluge-gtk.install b/debian/deluge-gtk.install index 86054e8..0efc534 100644 --- a/debian/deluge-gtk.install +++ b/debian/deluge-gtk.install @@ -1,5 +1,5 @@ +deluge/ui/data/share/applications/deluge.desktop /usr/share/applications usr/bin/deluge-gtk usr/lib/python*/*-packages/deluge/ui/gtk3/* usr/share/icons/* usr/share/man/man1/deluge-gtk.1 -deluge/ui/data/share/applications/deluge.desktop /usr/share/applications |
