diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2011-12-10 14:38:41 +0000 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2011-12-10 14:38:41 +0000 |
commit | 19ca8e775ee57a3c902523ef21ea379ecb063b97 (patch) | |
tree | 1729292ee8ea94efadcd0699b2cc084b4faa04ef /debian | |
parent | 04c8a8f703b1fcbe789986ce973cc5b40daca9f1 (diff) |
missing intltool from debian/control file causing pbuilder to fail.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 2295a23..3588f7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -transmission-remote-gtk (0.8-1) unstable; urgency=low +transmission-remote-gtk (0.8-1) stable; urgency=low * New upstream release 0.8 @@ -12,21 +12,18 @@ transmission-remote-gtk (0.7-1) unstable; urgency=low 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. + * 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 - * Fixes. - * Customisable columns. + * 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 release + * Initial debian/ubuntu package -- Alan Fitton <alan@eth0.org.uk> Sun, 10 Apr 2011 23:45:30 +0100 diff --git a/debian/control b/debian/control index 7fbafea..475b057 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Alan Fitton <alan@eth0.org.uk> 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 + libnotify-dev, libunique-dev, libjson-glib-dev, libgeoip-dev, intltool Standards-Version: 3.9.2 Homepage: http://code.google.com/p/transmission-remote-gtk/ Vcs-Svn: http://transmission-remote-gtk.googlecode.com/svn/trunk/ @@ -13,6 +13,6 @@ Vcs-Browser: http://code.google.com/p/transmission-remote-gtk/source/browse/ Package: transmission-remote-gtk Architecture: any 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. +Description: Remotely manage Transmission BitTorrent client + transmission-remote-gtk is a cross-platform GTK tool for remote management + of the Transmission BitTorrent? client using its RPC interface. |