From 834a3f2151dd8738a1f878489f6207664c4af5aa Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 14 Jul 2013 17:14:53 -0700 Subject: Imported Upstream version 1.1.1 --- debian/changelog | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 19 +++++++++++++++++++ debian/copyright | 25 +++++++++++++++++++++++++ debian/docs | 4 ++++ debian/rules | 7 +++++++ debian/source/format | 1 + 7 files changed, 110 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 (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8262652 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,53 @@ +transmission-remote-gtk (1.1.1-1) stable; urgency=low + + * New upstream release 1.1.1 + + -- Alan Fitton Tue, 09 Jun 2013 23:00:00 +0000 + +transmission-remote-gtk (1.1-1) stable; urgency=low + + * New upstream release 1.1 + + -- Alan Fitton Tue, 04 Sep 2012 22:00:00 +0000 + +transmission-remote-gtk (1.0.2-1) stable; urgency=low + + * New upstream release 1.0.2 + + -- Alan Fitton Tue, 29 Jun 2012 15:40:00 +0000 + +transmission-remote-gtk (1.0.1-1) stable; urgency=low + + * New upstream release 1.0.1 (turtle mode/remote prefs crash fix) + + -- Alan Fitton Tue, 01 Jan 2011 13:13:56 +0000 + +transmission-remote-gtk (0.8-1) stable; urgency=low + + * New upstream release 0.8 + + -- Alan Fitton Fri, 09 Dec 2011 13:13:56 +0000 + +transmission-remote-gtk (0.7-1) unstable; urgency=low + + * New upstream release 0.7 + + -- Alexandre Montplaisir Sun, 04 Dec 2011 14:48:56 -0500 + +transmission-remote-gtk (0.5.1-1) unstable; urgency=low + + * New upstream release 0.5.1 + + -- Alan Fitton Fri, 23 Apr 2011 23:45:30 +0100 + +transmission-remote-gtk (0.5-1) unstable; urgency=low + + * New upstream release 0.5 + + -- Alan Fitton Fri, 22 Apr 2011 23:45:30 +0100 + +transmission-remote-gtk (0.4-1) unstable; urgency=low + + * Initial debian/ubuntu package + + -- Alan Fitton Sun, 10 Apr 2011 23:45:30 +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..706533a --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: transmission-remote-gtk +Section: net +Priority: optional +Maintainer: Alan Fitton +Build-Depends: debhelper, autotools-dev, libcurl4-openssl-dev, + libgtk3.0-dev, libglib3.0-dev, libproxy-dev, + libnotify-dev, libjson-glib-dev, libgeoip-dev, intltool, + dh-autoreconf, libappindicator-dev +Standards-Version: 3.9.2 +Homepage: http://code.google.com/p/transmission-remote-gtk/ +Vcs-Git: https://code.google.com/p/transmission-remote-gtk/ +Vcs-Browser: http://code.google.com/p/transmission-remote-gtk/source/browse/ + +Package: transmission-remote-gtk +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Remotely manage the Transmission BitTorrent client + transmission-remote-gtk is a GTK client for remote management of + the Transmission BitTorrent client using its HTTP RPC protocol. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..c63738f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,25 @@ +This work was packaged for Debian by: + + Alan Fitton on Sun, 10 Apr 2011 23:45:30 +0100 + +It was downloaded from: + + + +Upstream Author(s): + + Alan Fitton + +Copyright: + + + +License: + + GNU GENERAL PUBLIC LICENSE Version 2 + +The Debian packaging is: + + Copyright (C) 2011 Alan Fitton + + GNU GENERAL PUBLIC LICENSE Version 2 diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..4b7ab08 --- /dev/null +++ b/debian/docs @@ -0,0 +1,4 @@ +README +ChangeLog +COPYING +AUTHORS diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..323bc64 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@ --with autoreconf + +override_dh_auto_test: ; 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) -- cgit v1.2.3