diff -u transmission-1.40/debian/control transmission-1.40/debian/control --- transmission-1.40/debian/control +++ transmission-1.40/debian/control @@ -1,11 +1,13 @@ Source: transmission Section: net Priority: optional -Maintainer: Leo Costela +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Leo Costela Uploaders: Philipp Benner XS-DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7), autotools-dev, libgtk2.0-dev, libevent-dev, - libglib2.0-dev, libnotify-dev, libssl-dev, libcurl-dev, chrpath, python, intltool (>= 0.23) + libglib2.0-dev, libnotify-dev, libssl-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev | libcurl-dev, chrpath, python, intltool (>= 0.23), + quilt Standards-Version: 3.8.0 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/transmission/ Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/transmission/ @@ -14,6 +16,8 @@ Package: transmission Architecture: all Depends: transmission-cli (>= ${binary:Version}), transmission-gtk (>= ${binary:Version}), transmission-common (= ${source:Version}) +Replaces: clutch +Provides: clutch Description: lightweight BitTorrent client Transmission is a simple BitTorrent client. It features a very simple, intuitive interface (gui and command-line) on top on an efficient, diff -u transmission-1.40/debian/transmission-daemon.postinst transmission-1.40/debian/transmission-daemon.postinst --- transmission-1.40/debian/transmission-daemon.postinst +++ transmission-1.40/debian/transmission-daemon.postinst @@ -14,7 +14,7 @@ adduser --system --group --no-create-home --quiet debian-transmission fi - if ! dpkg-statoverride --list /var/lib/transmission-daemon/downloads > /dev/null ; then + if ! dpkg-statoverride --list /var/lib/transmission-daemon/info > /dev/null ; then dpkg-statoverride --quiet --update --add debian-transmission debian-transmission 4750 /var/lib/transmission-daemon/info fi diff -u transmission-1.40/debian/rules transmission-1.40/debian/rules --- transmission-1.40/debian/rules +++ transmission-1.40/debian/rules @@ -4,7 +4,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -#include /usr/share/quilt/quilt.make +include /usr/share/quilt/quilt.make CFLAGS = -Wall -g @@ -33,7 +33,7 @@ ################################################################################ config: config-stamp -config-stamp: +config-stamp: patch dh_testdir if [ -r /usr/share/misc/config.sub ] && [ ! -f config.sub.backup ]; then \ @@ -79,6 +79,7 @@ dh_testdir $(MAKE) $(TRANSMISSION_MAKEFLAGS) + cd po; intltool-update -p --verbose touch $@ @@ -86,7 +87,7 @@ # # touch config.status to prevent execution of autoconf [ ! -f Makefile ] || ( touch config.status && $(MAKE) distclean ) -clean: config-clean distclean +clean: unpatch config-clean distclean dh_testdir dh_testroot diff -u transmission-1.40/debian/changelog transmission-1.40/debian/changelog --- transmission-1.40/debian/changelog +++ transmission-1.40/debian/changelog @@ -1,3 +1,22 @@ +transmission (1.40-2ubuntu1) jaunty; urgency=low + + * Merge from debian unstable (LP: #305298), remaining changes: + - debian/control: + - Don't just build-depend on libcurl-dev, which is + a virtual package. + - Added replaces & provides clutch (now included as part of transmission). + - Build-depends on quilt. + - debian/rules: + - Uncommented "include /usr/share/quilt/quilt.make". + - Added patch/unpatch targets for Quilt. + - Create a PO template during package build. + - debian/transmission-daemon.postinst: Corrected dpkg-statoverride call + - 20_add_X-Ubuntu-Gettext-Domain.diff: Add X-Ubuntu-Gettext-Domain + to .desktop file. + * Converted patch system from dpatch to quilt. + + -- Chris Coulson Tue, 09 Dec 2008 18:34:12 +0000 + transmission (1.40-2) unstable; urgency=low * debian/transmission-daemon.postinst: add --group to adduser call @@ -24,6 +43,39 @@ -- Leo Costela Sun, 16 Nov 2008 14:54:12 +0100 +transmission (1.40-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #302672) + - Tracker communication uses fewer resources + - More accurate bandwidth limits + - Reduce disk fragmentation by preallocating files (LP: #287726) + - Stability, security and performance improvements to the RPC / + Web UI server (closes LP: #290423) + - Support compression when serving Web UI and RPC responses + - Simplify the RPC whitelist + - Fix bug that prevented handshakes with encrypted BitComet peers + - Fix 1.3x bug that could re-download some data unnecessarily + (LP: #295040) + - Option to automatically update the blocklist weekly + - Added off-hour bandwidth scheduling + - Simplify file/priority selection in the details dialog + - Fix a couple of crashes + - New / updated translations + - Don't inhibit hibernation by default (LP: #292929) + - Use "close" animation when sending to notification area (LP: #130811) + - Fix resize problems (LP: #269872) + - Support "--version" option when launching from command line + (LP: #292011) + - Correctly parse announce URLs that have leading or trailing + spaces (LP: #262411) + - Display an error when "Open Torrent" fails (LP: #281463) + * Dropped 10_fix_crasher_from_upstream.dpatch: Fix is in this + upstream release. + * debian/control: Don't just build-depend on libcurl-dev, which is + a virtual package. + + -- Chris Coulson Fri, 28 Nov 2008 15:33:48 +0000 + transmission (1.34-1) unstable; urgency=low * New upstream release (closes: #499851) @@ -33,6 +85,32 @@ -- Leo Costela Sun, 12 Oct 2008 18:01:20 +0200 +transmission (1.34-0ubuntu2.1) intrepid-proposed; urgency=low + + * debian/control: Add build-depend on dpatch + * debian/patches: 10_fix_crasher_from_upstream.dpatch (LP: #274844) + - Fixes: transmission crashed with SIGSEGV in g_markup_escape_text() + - Backported from upstream: http://trac.transmissionbt.com/ticket/1314 + - Thanks to charles. + * debian/patches: 20_add_X-Ubuntu-Gettext-Domain.dpatch (LP: #290769) + - Re-add X-Ubuntu-Gettext-Domain to .desktop file + + -- Andrew Starr-Bochicchio Tue, 21 Oct 2008 11:30:06 -0400 + +transmission (1.34-0ubuntu2) intrepid; urgency=low + + * Added replaces & provides clutch (now included as part of transmission) + * (LP: #280497) + + -- Sarah Hobbs Sun, 12 Oct 2008 11:25:54 +1100 + +transmission (1.34-0ubuntu1) intrepid; urgency=low + + * New upstream version (LP: #271364). + - Fixes inability to resize columns in Details window (LP: #269800). + + -- Chris Coulson Wed, 17 Sep 2008 17:25:51 +0100 + transmission (1.33-2) unstable; urgency=low * debian/rules: add quilt patch support @@ -48,6 +126,21 @@ -- Leo Costela Mon, 25 Aug 2008 00:45:34 +0200 +transmission (1.33-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #260370) + + -- Nick Colgan Fri, 22 Aug 2008 16:12:44 -0400 + +transmission (1.32-1ubuntu1) intrepid; urgency=low + + * Remerge from debian unstable (LP: #259155), remaining changes: + - Add missing X-Ubuntu-Gettext-Domain to gtk .desktop file + - Add missing intltool build dependency. + - debian/rules: Create a PO template during package build. (LP: #188690) + + -- Andrew Starr-Bochicchio Tue, 19 Aug 2008 00:43:02 -0400 + transmission (1.32-1) unstable; urgency=low * New upstream release (Closes: #494438, #487355) @@ -62,6 +155,25 @@ -- Leo Costela Fri, 15 Aug 2008 19:33:02 +0200 +transmission (1.32-0ubuntu1) intrepid; urgency=low + + * New upstream release. (LP: #256277) + * debian/control: + - Add Build-Depends on libnotify-dev. + * debian/rules, debian/transmission-cli.install, debian/transmission-cli.manpages + - Remove references to now defunct transmission-proxy. + + -- Andrew Starr-Bochicchio Sat, 16 Aug 2008 14:02:56 -0400 + +transmission (1.22-1ubuntu1) intrepid; urgency=low + + * Remerge from debian unstable, remaining changes: + - Add missing X-Ubuntu-Gettext-Domain to gtk .desktop file + - Add missing intltool build dependency. + - debian/rules: Create a PO template during package build. (LP: #188690) + + -- Michael Vogt Fri, 04 Jul 2008 11:18:21 +0200 + transmission (1.22-1) unstable; urgency=low * New upstream release (Closes: #486274) @@ -69,6 +181,15 @@ -- Leo Costela Fri, 20 Jun 2008 11:48:30 +0200 +transmission (1.21-1ubuntu1) intrepid; urgency=low + + * merged from debian/unstable, remaining changes: + - Add missing X-Ubuntu-Gettext-Domain to gtk .desktop file + - Add missing intltool build dependency. + - debian/rules: Create a PO template during package build. (LP: #188690) + + -- Michael Vogt Mon, 09 Jun 2008 10:17:03 +0200 + transmission (1.21-1) unstable; urgency=low * New upstream release (Closes: #482539) @@ -109,6 +230,58 @@ -- Leo Costela Mon, 10 Mar 2008 23:58:46 +0100 +transmission (1.06-0ubuntu5) hardy-proposed; urgency=low + + * Add dpatch for pending bugfix patches + * 01-transmission-menu-name: Rename menu entry to "Transmission BitTorrent + Client", backported from 1.11 (LP: #184238) + + -- John Dong Tue, 08 Apr 2008 00:49:00 -0400 + +transmission (1.06-0ubuntu4) hardy; urgency=low + + * Add missing X-Ubuntu-Gettext-Domain to gtk .desktop file + + -- Timo Jyrinki Tue, 01 Apr 2008 12:42:12 +0300 + +transmission (1.06-0ubuntu3) hardy; urgency=low + + * Add missing intltool build dependency. + + -- Martin Pitt Fri, 21 Mar 2008 13:56:25 +0100 + +transmission (1.06-0ubuntu2) hardy; urgency=low + + * debian/rules: Create a PO template during package build. (LP: #188690) + + -- Martin Pitt Thu, 20 Mar 2008 16:55:45 +0100 + +transmission (1.06-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #196138) + - Reduced CPU usage + - Numerous fixes for crashers, bugs, memory leaks + + -- John Dong Fri, 29 Feb 2008 08:31:03 -0500 + +transmission (1.05-1) unstable; urgency=low + + * new upstream release + + -- Leo Costela Wed, 13 Feb 2008 16:44:52 +0100 + +transmission (1.05-0ubuntu1) hardy; urgency=low + + * New upstream release + - Fix crasher + - Fix a few GTK usability and interface glitches + - Update some translations + - Fixes to transmission-remote and PEX + * Ubuntu fixes: + - Merge rulesfile from Debian + + -- John Dong Tue, 12 Feb 2008 20:15:41 -0500 + transmission (1.05-1) unstable; urgency=low * new upstream release @@ -121,12 +294,45 @@ -- Leo Costela Tue, 05 Feb 2008 01:22:33 +0100 +transmission (1.04-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #187234) + - Fix remotely triggerable crasher + - Fix pausing torrent verification + - (1.03) + - Minor interface and HIG tweaks + - Fix setting max peer limits + - Fix overflow with large torrents + - Fix peer handshake and lighttpd tracker bugs + * Ubuntu: Remove svn cruft synced from Debian + + -- John Dong Fri, 01 Feb 2008 18:52:00 -0500 + +transmission (1.04-1) unstable; urgency=low + + * new upstream release + + -- Leo Costela Tue, 05 Feb 2008 01:22:33 +0100 + transmission (1.02-1) unstable; urgency=low * New upstream release (Closes: #461237, #461778, #460319). -- Philipp Benner Wed, 23 Jan 2008 13:08:22 +0100 +transmission (1.02-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #185292, LP: #185174) + + -- John Dong Wed, 23 Jan 2008 16:10:57 -0500 + +transmission (1.01-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #182653) + - Maintainer field to Core Developers + + -- John Dong Mon, 14 Jan 2008 20:27:42 -0500 + transmission (1.00-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- transmission-1.40.orig/debian/patches/series +++ transmission-1.40/debian/patches/series @@ -0,0 +1 @@ +20_add_X-Ubuntu-Gettext-Domain.diff only in patch2: unchanged: --- transmission-1.40.orig/debian/patches/20_add_X-Ubuntu-Gettext-Domain.diff +++ transmission-1.40/debian/patches/20_add_X-Ubuntu-Gettext-Domain.diff @@ -0,0 +1,9 @@ +Index: transmission-1.40-2ubuntu1/gtk/transmission.desktop.in +=================================================================== +--- transmission-1.40-2ubuntu1.orig/gtk/transmission.desktop.in 2008-12-09 18:57:13.000000000 +0000 ++++ transmission-1.40-2ubuntu1/gtk/transmission.desktop.in 2008-12-09 18:58:54.000000000 +0000 +@@ -9,3 +9,4 @@ + Type=Application + MimeType=application/x-bittorrent; + Categories=Network;FileTransfer;P2P;GTK; ++X-Ubuntu-Gettext-Domain=transmission