diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-29 22:48:26 +0100 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-29 22:48:26 +0100 | 
| commit | 9a909fdd78b440033cac5fc79881f9a9aa4074ec (patch) | |
| tree | 103332e881e597df14c7c8b003bb2013cea58099 | |
| parent | 26034e4f7eebb9fec5757d5d0dfa6bd995ce4226 (diff) | |
| download | transmission-remote-cli-9a909fdd78b440033cac5fc79881f9a9aa4074ec.tar.gz | |
Add optional Python modules to Recommends
| -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 | 
