From 5f549f2c37b20c926147150572313bb544d20012 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sat, 21 Apr 2012 20:19:06 +0100 Subject: Initial packaging --- debian/changelog | 5 ++++ debian/compat | 1 + debian/control | 16 +++++++++++++ debian/copyright | 41 +++++++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/rules | 18 +++++++++++++++ debian/source/format | 1 + debian/transmission-remote-cli.manpages | 1 + debian/watch | 2 ++ 9 files changed, 87 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/transmission-remote-cli.manpages create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..952e0d9 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +transmission-remote-cli (1.1.1-1) unstable; urgency=low + + * Initial release (Closes: #663017) + + -- Jonathan McCrohan Thu, 19 Apr 2012 23:35:13 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..08d5af7 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: transmission-remote-cli +Section: net +Priority: optional +Maintainer: Jonathan McCrohan +Build-Depends: debhelper (>= 8) +Standards-Version: 3.9.3 +Homepage: https://github.com/fagga/transmission-remote-cli + +Package: transmission-remote-cli +Architecture: all +Depends: python, transmission-cli, ${misc:Depends} +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..5198dbc --- /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 Ben Thompson +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 + . + 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 +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 + . + 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..23b097f --- /dev/null +++ b/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +override_dh_install: + mv transmission-remote-cli.py transmission-remote-cli + dh_install transmission-remote-cli /usr/bin/ + dh_install + +%: + dh $@ 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.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..98a7045 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/fagga/transmission-remote-cli/tags .*/tarball/v(\d[\d\.]+) -- cgit v1.2.3