diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-29 22:46:42 +0100 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-29 22:46:42 +0100 | 
| commit | 26034e4f7eebb9fec5757d5d0dfa6bd995ce4226 (patch) | |
| tree | 88a1164ddb716a144562f9584f557ebb1dbd7743 | |
| parent | 944428b6acf93ed2b757a6b469cf81ec97420294 (diff) | |
| download | transmission-remote-cli-26034e4f7eebb9fec5757d5d0dfa6bd995ce4226.tar.gz | |
Demote transmission-cli from Depends to Recommends
| -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 | 
