From 26034e4f7eebb9fec5757d5d0dfa6bd995ce4226 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 29 Apr 2012 22:46:42 +0100 Subject: Demote transmission-cli from Depends to Recommends --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3