summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-11 22:10:47 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-11 22:10:47 +0000
commitac5dce5120ba66cf16774578c1cea5f331df4692 (patch)
tree80592e1f18a50209957793d34fc28c14fffa738c /debian
parent740e695320c9b015fa1dfe203f8e4205024df272 (diff)
make this build on debian squeeze
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/control4
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 76f63d2..72ae95a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,18 @@
+transmission-remote-gtk (0.7-1) unstable; urgency=low
+
+ * Execute command support.
+ * Lots of fixes and improvements.
+
+ -- Alan Fitton <alan@eth0.org.uk> Tue, 11 Oct 2011 22:50:00 +0100
+
transmission-remote-gtk (0.5.1-1) unstable; urgency=low
* Use libproxy pkg-config CFLAGS in build, for older versions.
* Fix updates inside the GtkNotebook.
* Fix crash reported by atommixz.
+ -- Alan Fitton <alan@eth0.org.uk> Tue, 11 Oct 2011 22:45:00 +0100
+
transmission-remote-gtk (0.5-1) unstable; urgency=low
* Fixes.
diff --git a/debian/control b/debian/control
index 8f0ff47..91ae50e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ 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
+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, libgeoip-dev
Standards-Version: 3.8.4
Homepage: http://code.google.com/p/transmission-remote-gtk/
Vcs-Svn: http://transmission-remote-gtk.googlecode.com/svn/trunk/
@@ -10,7 +10,7 @@ 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, libnotify1, libproxy0, libjson-glib-1.0-0 (>= 0.8~), ${shlibs:Depends}, ${misc:Depends}
+Depends: libgtk2.0-0 (>= 2.16~), libglib2.0-0 (>= 2.22~), libunique-1.0-0, libnotify1, libproxy0, libjson-glib-1.0-0 (>= 0.8~), libgeoip1, ${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.