diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 1fb0538..0270a79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ transmission-remote-cli (1.2.1-1) UNRELEASED; urgency=low    * New upstream release     * Update upstream details in debian/copyright    * Demote transmission-cli from Depends to Recommends +  * Add optional Python modules to Recommends   -- Jonathan McCrohan <jmccrohan@gmail.com>  Sun, 29 Apr 2012 22:38:54 +0100 diff --git a/debian/control b/debian/control index b198bd8..c58a304 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: https://github.com/fagga/transmission-remote-cli  Package: transmission-remote-cli  Architecture: all  Depends: python, ${misc:Depends} -Recommends: transmission-cli +Recommends: transmission-cli, python-geoip, python-adns, python-ipy  Description: ncurses interface for the Transmission BitTorrent daemon   transmission-remote-cli is an ncurses interface for controlling the   Transmission BitTorrent daemon. It is a full featured client, providing the | 
