summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2013-07-14 17:18:36 -0700
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2013-07-14 17:18:43 -0700
commitec827dda505120f70c97077cda22081a906d275f (patch)
tree69144ec14739d7cdfe95a0d62ecd4f95ca5dd8e8 /debian
parent834a3f2151dd8738a1f878489f6207664c4af5aa (diff)
Removed upstream’s debian directory
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, 0 insertions, 110 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 8262652..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,53 +0,0 @@
-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
deleted file mode 100644
index 45a4fb7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 706533a..0000000
--- a/debian/control
+++ /dev/null
@@ -1,19 +0,0 @@
-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
deleted file mode 100644
index c63738f..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,25 +0,0 @@
-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
deleted file mode 100644
index 4b7ab08..0000000
--- a/debian/docs
+++ /dev/null
@@ -1,4 +0,0 @@
-README
-ChangeLog
-COPYING
-AUTHORS
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 323bc64..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-%:
- dh $@ --with autoreconf
-
-override_dh_auto_test: ;
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)