debian/0000755000000000000000000000000012234707410007166 5ustar debian/source/0000755000000000000000000000000012234707410010466 5ustar debian/source/format0000644000000000000000000000001411437013535011676 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012234707410010615 5ustar debian/patches/01_setup.patch0000644000000000000000000000170112204214246013272 0ustar Description: Switch to distutils. Author: Vincent Bernat Forwarded: no Index: blueluna-transmissionrpc-f74c8cbb721e/setup.py =================================================================== --- blueluna-transmissionrpc-f74c8cbb721e.orig/setup.py 2013-08-16 21:26:21.054334146 +0200 +++ blueluna-transmissionrpc-f74c8cbb721e/setup.py 2013-08-16 21:38:21.483301707 +0200 @@ -3,7 +3,7 @@ # Copyright (c) 2008-2013 Erik Svensson # Licensed under the MIT license. -from setuptools import setup +from distutils.core import setup required = ['six>=1.1.0'] @@ -16,9 +16,6 @@ url='http://bitbucket.org/blueluna/transmissionrpc', keywords='transmission bittorent torrent', packages=['transmissionrpc'], - install_requires = required, - test_suite = "test", - zip_safe=True, classifiers = [ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', debian/patches/series0000644000000000000000000000001711437013601012024 0ustar 01_setup.patch debian/copyright0000644000000000000000000000451211437013373011125 0ustar This package was debianized by: Timur Birsh on Thu, 03 Sep 2009 15:26:41 +0600 It was downloaded from: http://bitbucket.org/blueluna/transmissionrpc/downloads/ The current Debian maintainer is Timur Birsh Upstream: Copyright © 2008-2009 Erik Svensson License: MIT Copyright © 2008-2009 Erik Svensson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. The Debian packaging is © 2009, Timur Birsh and is licensed under the GPL v3 or greater. 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 . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/rules0000755000000000000000000000117412204214246010246 0ustar #!/usr/bin/make -f # -*- makefile -*- export PYBUILD_DESTDIR_python2=debian/python-transmissionrpc/ export PYBUILD_DESTDIR_python3=debian/python3-transmissionrpc/ %: dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild override_dh_install: install -m 755 contrib/helical.py debian/python-transmissionrpc/usr/bin/helical override_dh_installdocs: sphinx-build -q doc debian/python-transmissionrpc-doc/usr/share/doc/python-transmissionrpc-doc/html/ dh_installdocs override_dh_auto_test: PYBUILD_SYSTEM=custom \ PYBUILD_TEST_ARGS="{interpreter} -m nose test/*.py" dh_auto_test override_dh_clean: dh_clean -rm -rf html debian/python-transmissionrpc.dirs0000644000000000000000000000001012204214240014604 0ustar usr/bin debian/helical.10000644000000000000000000000402211437013373010651 0ustar .TH HELICAL 1 2009-09-04 0.2 .SH NAME helical \- control Bittorrent client Transmission from command line .SH SYNOPSIS .B helical .I [options] [[hostname][:port]] [command] .SH "DESCRIPTION" \fBhelical\fP is a remote control utility for Bittorrent client Transmission. By default, \fBhelical\fP connects to the Transmission session at localhost:9091. Other sessions can be controlled by specifying a different \fIhostname\fP and/or \fIport\fP. \fBhelical\fP operates in two modes: from command line and in interactive mode. To run \fBhelical\fP in interactive mode start it without a \fIcommand\fP. For the commands list please refer to \fBCOMMANDS\fP section. .SH OPTIONS .TP \fB-u\fP \fIUSERNAME\fP, \fB--username\fP=\fIUSERNAME\fP Authentication username. .TP \fB-p\fP \fIPASSWORD\fP, \fB--password\fP=\fIPASSWORD\fP Authentication password. .SH COMMANDS .TP \fBadd\fP \fItorrent-file\fP | \fIURL\fP [\fItarget-dir\fP \fIpaused\fP=(\fIyes\fP|\fIno\fP) \fIpeer-limit\fP=\fI#\fP] Add a torrent specified by \fItorrent-file\fP or \fIURL\fP to the transfer list. Use \fItarget-dir\fP as download location for torrent. Set \fIpaused\fP to \fIyes\fP or \fIno\fP, to start or stop torrent activity respectively. Add \fIpeer-limit\fP option to specify maximum number of peers. .TP \fBexit\fP, \fBquit\fP Exit from \fBhelical\fP. .TP \fBinfo\fP [\fItorrent-id\fP, ...] Get details for a torrent. If no \fItorrent-id\fP is provided, all torrents are displayed. .TP \fBlist\fP List all torrent transfers. .TP \fBremove\fP \fItorrent-id\fP [, ...] Remove one or more torrents from the transfer list. .TP \fBsession\fP \fIget\fP | \fIstats\fP Get session parameters or session statistics. .TP \fBstart\fP \fItorrent-id\fP [, ...] Start one or more queued torrent transfers. .TP \fBstop\fP \fItorrent-id\fP [, ...] Stop one or more active torrent transfers. .TP \fBverify\fP \fItorrent-id\fP [, ...] Verify one or more torrent transfers. .SH AUTHOR Erik Svensson .SH SEE ALSO transmissioncli(1), transmission-daemon(1), transmission-remote(1) http://www.transmissionbt.com/ debian/compat0000644000000000000000000000000211437013373010366 0ustar 7 debian/python-transmissionrpc-doc.doc-base0000644000000000000000000000051212204214246016100 0ustar Document: python-transmissionrpc Title: TransmissionRPC documentation Abstract: This manual contains information on how to use the TransmissionRPC Python module Section: Programming/Python Format: HTML Index: /usr/share/doc/python-transmissionrpc-doc/html/index.html Files: /usr/share/doc/python-transmissionrpc-doc/html/*.html debian/watch0000644000000000000000000000016611535626400010224 0ustar version=3 http://bitbucket.org/blueluna/transmissionrpc/downloads/ /blueluna/transmissionrpc/get/release-(.*)\.tar.gz debian/changelog0000644000000000000000000000462012234707364011052 0ustar transmissionrpc (0.11-1) unstable; urgency=low * New upstream release. * Documentation has moved to python-transmissionrpc-doc. Add the appropriate dependencies for that. Closes: #720045. -- Vincent Bernat Fri, 01 Nov 2013 12:21:02 +0100 transmissionrpc (0.10-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Vincent Bernat ] * New upstream release. * Bump Standards-Version to 3.9.4. * Switch to dh-python. * Add Python 3 package. -- Vincent Bernat Fri, 16 Aug 2013 21:21:19 +0200 transmissionrpc (0.8-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.3. * Switch to debhelper minimal ruleset. * Compile documentation with Sphinx. -- Vincent Bernat Sat, 23 Jun 2012 17:43:37 +0200 transmissionrpc (0.7-1) unstable; urgency=low [ Vincent Bernat ] * New upstream release. Support of transmission up to version 2.12. * Watch for upstream tar.gz instead of zip. -- Debian Python Modules Team Wed, 09 Mar 2011 08:31:16 +0100 transmissionrpc (0.5-1) unstable; urgency=low [ Vincent Bernat ] * New upstream release. Compatibility with Transmission 1.9 and newer. * Bump Standards-Version to 3.9.1. * Switch to 3.0 (quilt) format. * Remove some of the contrib scripts which are not shipped anymore. -- Debian Python Modules Team Mon, 30 Aug 2010 22:37:04 +0200 transmissionrpc (0.4-1) unstable; urgency=low [ Luca Falavigna ] * New upstream release. - Support for Transmission 1.8 and newer (Closes: #575897). - Do not raise an exception if the same torrent is being added twice, warn user instead (Closes: #569178). * Bump Standards-Version to 3.8.4, no changes required. -- Debian Python Modules Team Tue, 06 Apr 2010 22:44:05 +0200 transmissionrpc (0.3-2) unstable; urgency=low [ Luca Falavigna ] * Switch python-simplejson and python (>= 2.6) (build-)dependencies to avoid FTBFS in the buildds (Closes: #552714). -- Debian Python Modules Team Sun, 15 Nov 2009 20:09:03 +0100 transmissionrpc (0.3-1) unstable; urgency=low * Initial release. Closes: #531949 (ITP). -- Timur Birsh Thu, 03 Sep 2009 15:26:41 +0600 debian/control0000644000000000000000000000470612234707353010606 0ustar Source: transmissionrpc Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Timur Birsh , Vincent Bernat Build-Depends: debhelper (>= 7.0.50~), python-setuptools, dh-python, python (>= 2.6.6-3~), python3, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, python-six, python3-six, python-nose, python3-nose Standards-Version: 3.9.4 Homepage: http://bitbucket.org/blueluna/transmissionrpc/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/transmissionrpc/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/transmissionrpc/trunk/ Package: python-transmissionrpc Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: transmission-daemon (>= 1.31) Description: Transmission RPC client module for Python transmissionrpc is a Python module implementing the JSON-RPC client protocol for the Bittorrent client Transmission. All Transmission features implemented up to version 1.93. . Also, package includes Python script helical.py, with CLI and interactive interfaces, which demonstrates transmissionrpc module usage. . This package contains the Python 2 module. Package: python3-transmissionrpc Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Suggests: transmission-daemon (>= 1.31) Description: Transmission RPC client module for Python 3 transmissionrpc is a Python module implementing the JSON-RPC client protocol for the Bittorrent client Transmission. All Transmission features implemented up to version 1.93. . Also, package includes Python script helical.py, with CLI and interactive interfaces, which demonstrates transmissionrpc module usage. . This package contains the Python 3 module. Package: python-transmissionrpc-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Replaces: python-transmissionrpc (<< 0.10-1) Breaks: python-transmissionrpc (<< 0.10-1) Description: Transmission RPC client module for Python (documentation) transmissionrpc is a Python module implementing the JSON-RPC client protocol for the Bittorrent client Transmission. All Transmission features implemented up to version 1.93. . Also, package includes Python script helical.py, with CLI and interactive interfaces, which demonstrates transmissionrpc module usage. . This package contains the documentation. debian/docs0000644000000000000000000000000712204214240010025 0ustar README debian/python-transmissionrpc.manpages0000644000000000000000000000002112204214246015446 0ustar debian/helical.1