diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2011-12-09 01:39:21 +0000 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2011-12-09 01:39:21 +0000 |
commit | 4d012a53ea9440062faf6b2059a2a67b7102dd75 (patch) | |
tree | 5f15ecb77c382a196d6028585bbd893ba9e11613 /debian | |
parent | 7bc8fe632f29a875659f223ad1e9aa035c56f46c (diff) |
some fixes to the debian packaging contributed by Alex M
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 10 | ||||
-rwxr-xr-x | debian/rules | 12 |
4 files changed, 13 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog index 72ae95a..5532601 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,8 @@ transmission-remote-gtk (0.7-1) unstable; urgency=low - * Execute command support. - * Lots of fixes and improvements. + * New upstream release 0.7 - -- Alan Fitton <alan@eth0.org.uk> Tue, 11 Oct 2011 22:50:00 +0100 + -- Alexandre Montplaisir <alexandre.montplaisir@gmail.com> Sun, 04 Dec 2011 14:48:56 -0500 transmission-remote-gtk (0.5.1-1) unstable; urgency=low @@ -11,7 +10,7 @@ transmission-remote-gtk (0.5.1-1) unstable; urgency=low * Fix updates inside the GtkNotebook. * Fix crash reported by atommixz. - -- Alan Fitton <alan@eth0.org.uk> Tue, 11 Oct 2011 22:45:00 +0100 + -- Alan Fitton <alan@eth0.org.uk> Fri, 23 Apr 2011 23:45:30 +0100 transmission-remote-gtk (0.5-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7f8f011..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 diff --git a/debian/control b/debian/control index 91ae50e..7fbafea 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,17 @@ 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, libgeoip-dev -Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 8~), autotools-dev, libcurl4-openssl-dev, + libgtk2.0-dev (>= 2.16~), libglib2.0-dev (>= 2.22~), libproxy-dev, + libnotify-dev, libunique-dev, libjson-glib-dev +Standards-Version: 3.9.2 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, libnotify1, libproxy0, libjson-glib-1.0-0 (>= 0.8~), libgeoip1, ${shlibs:Depends}, ${misc:Depends} +Depends: ${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. + the Transmission BitTorrent client via its RPC interface. diff --git a/debian/rules b/debian/rules index b760bee..c97fc7c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,7 @@ #!/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 $@ + dh $@ + +override_dh_auto_test: ; |