diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 15 | 
2 files changed, 11 insertions, 5 deletions
| diff --git a/debian/changelog b/debian/changelog index 1dc08e7..025c5df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ transmission-remote-cli (1.7.0-2) UNRELEASED; urgency=medium    * Bump Standards-Version to 3.9.6      - No changes required +  * d/control: various fixes found by libconfig-model-dpkg-perl   -- Jonathan McCrohan <jmccrohan@gmail.com>  Tue, 05 May 2015 23:36:01 +0100 diff --git a/debian/control b/debian/control index 647be05..7eca6f9 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,22 @@  Source: transmission-remote-cli +Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>  Section: net  Priority: optional -Maintainer: Jonathan McCrohan <jmccrohan@gmail.com> -Build-Depends: debhelper (>= 9), bash-completion +Build-Depends: debhelper (>= 9), +               bash-completion  Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/transmission-remote-cli.git  Vcs-Git: git://anonscm.debian.org/collab-maint/transmission-remote-cli.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/transmission-remote-cli.git  Homepage: https://github.com/fagga/transmission-remote-cli  Package: transmission-remote-cli  Architecture: all -Depends: python, ${misc:Depends} -Recommends: transmission-cli, python-geoip, python-adns, python-ipy +Depends: python, +         ${misc:Depends} +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 | 
