diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 3 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 5c09cf6..1fb0538 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,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   -- Jonathan McCrohan <jmccrohan@gmail.com>  Sun, 29 Apr 2012 22:38:54 +0100 diff --git a/debian/control b/debian/control index 08d5af7..b198bd8 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Homepage: https://github.com/fagga/transmission-remote-cli  Package: transmission-remote-cli  Architecture: all -Depends: python, transmission-cli, ${misc:Depends} +Depends: python, ${misc:Depends} +Recommends: transmission-cli  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 | 
