From c8eb4bc0f70e45d9f3648275ff0820cadaa885fe Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 19 Jul 2013 21:14:58 -0700 Subject: Add initial debian directory --- debian/README.Debian | 6 ++ debian/changelog | 5 ++ debian/compat | 1 + debian/control | 31 ++++++++ debian/copyright | 209 +++++++++++++++++++++++++++++++++++++++++++++++++++ debian/docs | 2 + debian/rules | 18 +++++ debian/source/format | 1 + debian/watch | 3 + 9 files changed, 276 insertions(+) create mode 100644 debian/README.Debian 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/watch (limited to 'debian') diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..0698a9b --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,6 @@ +transmission-remote-gtk for Debian +---------------------------------- + +Upstream ships a debian directory; I’ve replaced it with my own. + + -- Benjamin Barenblat , Sun, 14 Jul 2013 20:58:26 -0700 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b6a181c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +transmission-remote-gtk (1.1.1-1) unstable; urgency=low + + * Initial release (Closes: #630789) + + -- Benjamin Barenblat Sun, 14 Jul 2013 17:18:53 -0700 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..dd0594f --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: transmission-remote-gtk +Section: net +Priority: optional +Maintainer: Benjamin Barenblat +Build-Depends: + autotools-dev, + debhelper (>= 9.0.0), + intltool (>= 0.35.0), + libappindicator3-dev, + libcurl4-gnutls-dev | libcurl-ssl-dev, + libjson-glib-dev (>= 0.8), + libgeoip-dev, + libglib2.0-dev (>= 2.22), + libgtk-3-dev, + libnotify-dev, + libproxy-dev, + libunique-dev +Standards-Version: 3.9.4 +Homepage: https://code.google.com/p/transmission-remote-gtk/ +Vcs-Git: git://benjamin.barenblat.name/git/debian-transmission-remote-gtk.git +Vcs-Browser: http://benjamin.barenblat.name/git/?p=debian-transmission-remote-gtk.git + +Package: transmission-remote-gtk +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GTK+ interface for the Transmission BitTorrent daemon + transmission-remote-gtk is a GTK+ 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..23bde2b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,209 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: transmission-remote-gtk +Upstream-Contact: Alan Fitton +Source: + +Files: * +Copyright: 2011-2013 Alan Fitton +License: GPL-2+ + +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". + +Files: aclocal.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 +Copyright: 1996-2012 Free Software Foundation, Inc. +License: FSF-simple-with-notice + This file is free software; the Free Software Foundation gives unlimited + permission to copy and/or distribute it, with or without modifications, as + long as this notice is preserved. + +Files: autogen.sh +Copyright: 2005-2009 United States Government as represented by the + U.S. Army Research Laboratory +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + . + 3. The name of the author may not be used to endorse or promote + products derived from this software without specific prior written + permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Files: config.guess config.sub depcomp missing +Copyright: 1992-2012 Free Software Foundation, Inc. +License: GPL-2+ with Autoconf exception + +License: GPL-2+ with Autoconf exception + This file 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 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 2 can be found in `/usr/share/common-licenses/GPL-2'. + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +Files: configure +Copyright: 1992-1996, 1998-2012 Free Software Foundation, Inc. +License: FSF-configure-simple + This configure script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + +Files: COPYING +Copyright: 1989, 1991 Free Software Foundation, Inc. +License: FSF-GPL2 + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +Files: debian/* +Copyright: 2013 Benjamin Barenblat +License: GPL-2+ + +Files: install-sh +Copyright: 1994 X Consortium +License: X11 + 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 + X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- + TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other deal- + ings in this Software without prior written authorization from the X Consor- + tium. + +Files: ltmain.sh m4/libtool.m4 +Copyright: 1996-2001, 2003-2011 Free Software Foundation, Inc. +License: GPL-2+ with Libtool exception + GNU Libtool 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. + . + As a special exception to the GNU General Public License, + if you distribute this file as part of a program or library that + is built using GNU Libtool, you may include this file under the + same distribution terms that you use for the rest of that program. + . + GNU Libtool 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 GNU Libtool; see the file COPYING. If not, a copy + can be downloaded from http://www.gnu.org/licenses/gpl.html, + or obtained by writing to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +Files: m4/acinclude.m4 +Copyright: 2006 Stepan Kasal + 2006 Andreas Schwab + 2006 Guido U. Draheim + 2006 Alexandre Oliva +License: simple + Copying and distribution of this file, with or without + modification, are permitted in any medium without royalty provided + the copyright notice and this notice are preserved. + +Files: m4/intltool.m4 +Copyright: 2001 Eazel, Inc. +License: GPL-2+ with Autoconf exception + +Files: m4/pkg.m4 +Copyright: 2004 Scott James Remnant +License: GPL-2+ with Autoconf exception + +Files: Makefile.in src/Makefile.in +Copyright: 1994-2012 Free Software Foundation, Inc. + 2011 Alan Fitton +License: GPL-2+ + +Files: po/ca.po po/cs.po po/fr.po po/it.po po/lt.po po/lv.po po/pt_BR.po po/si.po po/tr.po po/zh_TW.po +Copyright: 2012 Rosetta Contributors and Canonical Ltd +License: GPL-2+ + +Files: po/Makefile.in.in +Copyright: 1995-1997 Ulrich Drepper + 2004-2008 Rodney Dawes +License: copy-and-use-without-restriction + This file may be copied and used freely without restrictions. + +Files: src/bencode.c src/bencode.h +Copyright: Mike Frysinger + Gilles Chanteperdrix +License: public-domain + This is released into the public domain: + http://en.wikipedia.org/wiki/Public_Domain + +Files: src/hig.c src/hig.h src/torrent-cell-renderer.c src/torrent-cell-renderer.h +Copyright: 2007-2010 Mnemosyne LLC +License: GPL-2 + This file is licensed by the GPL version 2. + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +Files: src/icons.c src/icons.h +Copyright: Paolo Bacchilega +License: public-domain + There is no problem for me, you can license my code under whatever + licence you wish :) diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..6f12db5 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +AUTHORS +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9b15344 --- /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 + +%: + dh $@ --with autotools-dev + +override_dh_auto_test: + # Tests are broken in v1.1.1. See upstream issue #233 + # . + /bin/true 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/watch b/debian/watch new file mode 100644 index 0000000..619832d --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/transmission-remote-gtk/downloads/list?can=1 \ + .*/transmission-remote-gtk-(\d[\d.]*)\.tar\.gz -- cgit v1.2.3