From 8870110848a1e5c400cca53b2f50be59f613412c Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Tue, 12 Apr 2011 21:49:23 +0000 Subject: debian package --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 16 ++++++++++++++++ debian/copyright | 25 +++++++++++++++++++++++++ debian/docs | 3 +++ debian/rules | 13 +++++++++++++ debian/source/format | 1 + 7 files changed, 64 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..ffd59ec --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +transmission-remote-gtk (0.4-1) unstable; urgency=low + + * Initial release + + -- Alan Fitton 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 +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 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..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) -- cgit v1.2.3