diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-05-05 23:39:08 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-05-05 23:39:52 +0100 |
commit | 5178a03d242350375cc7dc55c7cae5ebf4be9c41 (patch) | |
tree | cb1e2a44a888305c8c484c54bd4c8e139ea65fce | |
parent | a2182aa4b09b66ba037cf8ffff5ef3fd2d3d3088 (diff) | |
download | transmission-remote-cli-master.tar.gz |
-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 |