aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog170
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright41
-rw-r--r--debian/docs2
-rwxr-xr-xdebian/rules15
-rw-r--r--debian/source/format1
-rw-r--r--debian/transmission-remote-cli.bash-completion1
-rw-r--r--debian/transmission-remote-cli.manpages1
-rw-r--r--debian/watch2
10 files changed, 253 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9bc4893
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,170 @@
+transmission-remote-cli (1.6.3-1) unstable; urgency=low
+
+ * New upstream release
+ - New keybinding 'N': Start queued torrent
+ - Tab completion in torrent search dialog
+ - Faster (un)pausing of all torrents
+ - Display Transmission version in top bar
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Thu, 07 Nov 2013 23:43:21 +0000
+
+transmission-remote-cli (1.6.2-1) unstable; urgency=low
+
+ * New upstream release
+ - Add support for Transmission 2.82
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 20 Aug 2013 22:58:50 +0100
+
+transmission-remote-cli (1.6.1-1) unstable; urgency=low
+
+ * New upstream release
+ - Add support for Transmission 2.81
+ - Fix tab-completion on filenames using regex characters
+ * Update Vcs-* fields to canonical versions
+ - Fixes Lintian vcs-field-not-canonical warning
+ * Add Bash Completion support
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Sat, 03 Aug 2013 19:22:52 +0100
+
+transmission-remote-cli (1.6.0-1) unstable; urgency=low
+
+ * New upstream release
+ - Fix timestamps after year 2038 on 32-bit systems
+ - Fix host placement in peer list
+ - Fallback to UTF-8 on LookupError from getpreferredencoding()
+ - Jump to and select directories in file list
+ - Sort torrents by tracker
+ - Make blank line between torrents optional
+ - Add preview for incomplete files
+ - Move queue position by 10 with S-Left/Right
+ - Show IP:PORT in peer list
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Fri, 05 Jul 2013 21:20:12 +0100
+
+transmission-remote-cli (1.5.0-2) unstable; urgency=low
+
+ * Upload to unstable because Wheezy is now stable. \o/
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Mon, 06 May 2013 00:32:00 +0100
+
+transmission-remote-cli (1.5.0-1) experimental; urgency=low
+
+ * New upstream release
+ - Support for Transmission version 2.80
+ - Add 'xdg-open' support
+ - Add limited support for queues
+ - Torrents now submitted to daemon via RPC, not file path
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Fri, 22 Mar 2013 22:49:47 +0000
+
+transmission-remote-cli (1.4.7-1) experimental; urgency=low
+
+ * New upstream release
+ - Add support for Transmission 2.76
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Sat, 09 Mar 2013 23:55:24 +0000
+
+transmission-remote-cli (1.4.6-1) experimental; urgency=low
+
+ * New upstream release
+ - Add support for Transmission 2.75
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 18 Dec 2012 01:02:26 +0000
+
+transmission-remote-cli (1.4.5-1) experimental; urgency=low
+
+ * New upstream release
+ - Fix forwarding CLI args to transmission-remote
+ * Update debian/watch
+ - Github have changed their tarball download page.
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Sat, 17 Nov 2012 12:54:50 +0000
+
+transmission-remote-cli (1.4.4-1) experimental; urgency=low
+
+ * New upstream release
+ - Fix crash when changing priority of files
+ * Bump S-V to 3.9.4
+ - No changes needed
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Sat, 03 Nov 2012 14:24:47 +0000
+
+transmission-remote-cli (1.4.3-1) experimental; urgency=low
+
+ * New upstream release
+ - Add support for Transmission 2.73
+ * Import packaging git repo to collab-maint
+ - Add VCS-{Git,Browser} URLs
+ * Remove DMUA flag from d/control; DM upload granted as per
+ https://lists.debian.org/debian-devel-announce/2012/09/msg00008.html
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Mon, 22 Oct 2012 01:05:15 +0100
+
+transmission-remote-cli (1.4.2-1) experimental; urgency=low
+
+ * New upstream release
+ - Add support for Transmission 2.71
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 30 Sep 2012 22:07:08 +0100
+
+transmission-remote-cli (1.4.1-1) experimental; urgency=low
+
+ * New upstream release
+ - Indices of sorted file lists are now pointing to the correct files
+ - Fix crash in terminals without colors
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Mon, 10 Sep 2012 20:53:51 +0100
+
+transmission-remote-cli (1.4-1) experimental; urgency=low
+
+ [Jonathan McCrohan]
+ * New upstream release
+ - Add support for Transmission 2.61
+ - Add support for locale detection rather than forcing UTF-8
+ - Various bugfixes
+
+ [Leo 'costela' Antunes]
+ * debian/control: add DMUA:yes
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Mon, 06 Aug 2012 23:29:13 +0100
+
+transmission-remote-cli (1.3.1-1) unstable; urgency=low
+
+ * New upstream release
+ - Fixes progress bar issue when used with two-column characters
+ - Updated bash-completion script
+ * Upstream has dropped .py extension; We can drop our rename d/rules entry
+ and our bash-completion rename patch now too.
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 12 Jun 2012 22:51:01 +0100
+
+transmission-remote-cli (1.3-1) unstable; urgency=low
+
+ * New upstream release
+ - Add support for Transmission 2.52
+ - Add bash completion file
+ * Bump debhelper to v9
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Fri, 25 May 2012 01:46:06 +0100
+
+transmission-remote-cli (1.2.2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Sat, 12 May 2012 12:45:01 +0100
+
+transmission-remote-cli (1.2.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Update upstream details in debian/copyright
+ * Demote transmission-cli from Depends to Recommends
+ * Add optional Python modules to Recommends
+ * Install upstream NEWS file as upstream changelog
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Mon, 30 Apr 2012 01:06:36 +0100
+
+transmission-remote-cli (1.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #663017)
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Wed, 25 Apr 2012 15:25:44 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c4c0a0e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: transmission-remote-cli
+Section: net
+Priority: optional
+Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
+Build-Depends: debhelper (>= 9), bash-completion
+Standards-Version: 3.9.4
+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
+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
+ ability to upload, queue and delete torrent files, monitor downloads and adjust
+ speed limits.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..364fe8a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: transmission-remote-cli
+Source: https://github.com/fagga/transmission-remote-cli/
+
+Files: *
+Copyright: 2008-2012 Benjamin <fagga@gmx.de>
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+Files: debian/*
+Copyright: 2012 Jonathan McCrohan <jmccrohan@gmail.com>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..8913f46
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+NEWS
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..79024fe
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+override_dh_install:
+ dh_install transmission-remote-cli /usr/bin/
+ dh_install
+
+override_dh_installchangelogs:
+ dh_installchangelogs -k NEWS
+
+%:
+ dh $@ --with bash-completion
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/transmission-remote-cli.bash-completion b/debian/transmission-remote-cli.bash-completion
new file mode 100644
index 0000000..aec9386
--- /dev/null
+++ b/debian/transmission-remote-cli.bash-completion
@@ -0,0 +1 @@
+completion/bash/transmission-remote-cli-bash-completion.sh transmission-remote-cli
diff --git a/debian/transmission-remote-cli.manpages b/debian/transmission-remote-cli.manpages
new file mode 100644
index 0000000..dc8473f
--- /dev/null
+++ b/debian/transmission-remote-cli.manpages
@@ -0,0 +1 @@
+transmission-remote-cli.1
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..722cad6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/fagga/transmission-remote-cli/tags .*/v(\d[\d\.]+)\.tar\.gz