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 Softwaref0; padding: 0 5px 0 5px; } span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .hi