summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 21:49:23 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 21:49:23 +0000
commit8870110848a1e5c400cca53b2f50be59f613412c (patch)
treedfa99b12fe470e416557628ef12ab83e7f4709fb /debian
parent2a0278e54bffac70917332dd950457a8eebfe88a (diff)
debian package
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control16
-rw-r--r--debian/copyright25
-rw-r--r--debian/docs3
-rwxr-xr-xdebian/rules13
-rw-r--r--debian/source/format1
7 files changed, 64 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ffd59ec
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+transmission-remote-gtk (0.4-1) unstable; urgency=low
+
+ * Initial release
+
+ -- 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..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e303cc2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: transmission-remote-gtk
+Section: net
+Priority: optional
+Maintainer: Alan Fitton <alan@eth0.org.uk>
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libcurl4-openssl-dev, libgtk2.0-dev (>= 2.16~), libglib2.0-dev (>= 2.22~), libproxy-dev, libnotify-dev, libunique-dev, libjson-glib-dev, libgconf2-dev, gconf
+Standards-Version: 3.8.4
+Homepage: http://code.google.com/p/transmission-remote-gtk/
+Vcs-Svn: http://transmission-remote-gtk.googlecode.com/svn/trunk/
+Vcs-Browser: http://code.google.com/p/transmission-remote-gtk/source/browse/
+
+Package: transmission-remote-gtk
+Architecture: any
+Depends: libgtk2.0-0 (>= 2.16~), libglib2.0-0 (>= 2.22~), libunique-1.0-0, libgconf2-4, gconf2, libnotify1, libproxy0, libjson-glib-1.0-0 (>= 0.8~), ${shlibs:Depends}, ${misc:Depends}
+Description: GTK remote control for the Transmission BitTorrent client
+ transmission-remote-gtk is a GTK application for remote management of
+ the Transmission BitTorrent client via its RPC interface.
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..c19412f
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README
+COPYING
+AUTHORS
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b760bee
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/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 $@
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)