summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2013-07-14 17:14:53 -0700
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2013-07-14 17:14:53 -0700
commit834a3f2151dd8738a1f878489f6207664c4af5aa (patch)
treee67d9dab64d86be62c4c785100339ebb69bf0b99 /debian
Imported Upstream version 1.1.1upstream/1.1.1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog53
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright25
-rw-r--r--debian/docs4
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/source/format1
7 files changed, 110 insertions, 0 deletions
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 <alan@eth0.org.uk> Tue, 09 Jun 2013 23:00:00 +0000
+
+transmission-remote-gtk (1.1-1) stable; urgency=low
+
+ * New upstream release 1.1
+
+ -- Alan Fitton <alan@eth0.org.uk> 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 <alan@eth0.org.uk> 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 <alan@eth0.org.uk> Tue, 01 Jan 2011 13:13:56 +0000
+
+transmission-remote-gtk (0.8-1) stable; urgency=low
+
+ * New upstream release 0.8
+
+ -- Alan Fitton <alan@eth0.org.uk> Fri, 09 Dec 2011 13:13:56 +0000
+
+transmission-remote-gtk (0.7-1) unstable; urgency=low
+
+ * New upstream release 0.7
+
+ -- Alexandre Montplaisir <alexandre.montplaisir@gmail.com> 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 <alan@eth0.org.uk> Fri, 23 Apr 2011 23:45:30 +0100
+
+transmission-remote-gtk (0.5-1) unstable; urgency=low
+
+ * New upstream release 0.5
+
+ -- Alan Fitton <alan@eth0.org.uk> Fri, 22 Apr 2011 23:45:30 +0100
+
+transmission-remote-gtk (0.4-1) unstable; urgency=low
+
+ * Initial debian/ubuntu package
+
+ -- Alan Fitton <alan@eth0.org.uk> 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 <alan@eth0.org.uk>
+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 <alan-@-eth0.org.uk> on Sun, 10 Apr 2011 23:45:30 +0100
+
+It was downloaded from:
+
+ <http://code.google.com/p/transmission-remote-gtk/>
+
+Upstream Author(s):
+
+ Alan Fitton <alan-@-eth0.org.uk>
+
+Copyright:
+
+ <Copyright (C) 2011 Alan Fitton>
+
+License:
+
+ GNU GENERAL PUBLIC LICENSE Version 2
+
+The Debian packaging is:
+
+ Copyright (C) 2011 Alan Fitton <alan@eth0.org.uk>
+
+ 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)