diff -u transmission-1.60/debian/control transmission-1.60/debian/control --- transmission-1.60/debian/control +++ transmission-1.60/debian/control @@ -1,7 +1,8 @@ Source: transmission Section: net Priority: optional -Maintainer: Leo Costela +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Leo Costela Uploaders: Philipp Benner DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7), autotools-dev, libgtk2.0-dev, libevent-dev, @@ -14,6 +15,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.60/debian/rules transmission-1.60/debian/rules --- transmission-1.60/debian/rules +++ transmission-1.60/debian/rules @@ -37,7 +37,7 @@ ################################################################################ config: config-stamp -config-stamp: +config-stamp: patch dh_testdir if [ -r /usr/share/misc/config.sub ] && [ ! -f config.sub.backup ]; then \ @@ -83,6 +83,7 @@ dh_testdir $(MAKE) $(TRANSMISSION_MAKEFLAGS) + cd po; intltool-update -p --verbose touch $@ diff -u transmission-1.60/debian/changelog transmission-1.60/debian/changelog --- transmission-1.60/debian/changelog +++ transmission-1.60/debian/changelog @@ -1,3 +1,21 @@ +transmission (1.60-2ubuntu1) karmic; urgency=low + + * Merge from debian unstable. Fixes following bugs: + - Show thumbnails next to torrents (LP: #183473) + - Transmission does not connect to ipv6 trackers (LP: #338671) + - Scheduler should treat days separately (LP: #360834) + - Remember options in filter bar (LP: #353774) + - Add the ability to sort by estimated time of completion (LP: #294151) + * Remaining changes: + - debian/control: + + Added replaces & provides clutch (now included as part of transmission). + - debian/rules: + + Create a PO template during package build. + - 20_add_X-Ubuntu-Gettext-Domain.diff: Add X-Ubuntu-Gettext-Domain + to .desktop file. + + -- Krzysztof Klimonda Mon, 11 May 2009 00:52:36 +0100 + transmission (1.60-2) unstable; urgency=low * debian/rules: actually add the example script to transmission-common @@ -35,6 +53,51 @@ -- Leo Costela Thu, 05 Mar 2009 16:31:41 +0100 +transmission (1.51-0ubuntu3) jaunty; urgency=low + + * 30_first-run-pref-error-fix.patch: + - Don't show an error when the preferences dialog is opened + for the first time (LP: #338046). + * 31_honor-xdg_download_dir.patch: + - Honor the users XDG_DOWNLOAD_DIR when running for the first time. + + -- Chris Coulson Tue, 10 Mar 2009 23:35:43 +0000 + +transmission (1.51-0ubuntu2) jaunty; urgency=low + + * 30_transmission_total_download.diff: Transmission-remote reports download + speed incorrectly. Thanks to Courtney Bane for the patch. (LP: #343255) + + -- Brian Murray Thu, 19 Mar 2009 12:54:17 -0700 + +transmission (1.51-0ubuntu1) jaunty; urgency=low + + * New upstream bug fix release (LP: #335404) + - Fixes transmission-daemon doesn't consider settings.json (LP: #322449) + * Removed 01_check_notification_actions.diff: applied upstream + + -- Ken VanDine Fri, 27 Feb 2009 10:51:53 -0500 + +transmission (1.50-1ubuntu1) jaunty; urgency=low + + [ Andrew Starr-Bochicchio ] + * Merge from debian unstable (LP: #329161), remaining changes: + - debian/control: + + 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. + - 20_add_X-Ubuntu-Gettext-Domain.diff: Add X-Ubuntu-Gettext-Domain + to .desktop file. + + [ Martin Pitt ] + * Add 01_check_notification_actions.diff: Check if notification + agent supports actions, and do not use actions if not. (LP: #334252) + + -- Andrew Starr-Bochicchio Thu, 26 Feb 2009 11:55:50 +0100 + transmission (1.50-1) unstable; urgency=low * new upstream release (closes: #510743) @@ -48,6 +111,55 @@ -- Leo Costela Sun, 22 Feb 2009 14:28:40 +0100 +transmission (1.42-0ubuntu1) jaunty; urgency=low + + * New upstream version (LP: #311959): + - All platforms: + - Better peer management in large swarms + - Support BitTorrent Enhancement Proposal (BEP) #21 "Extension for + Partial Seeds" + - Partial support for BEP #6 "Fast Extension" (reject, have all/none) + - Honor the peer's BEP #10 reqq key, when available + - Fix 1.40 "Got HTTP Status Code: 0" error message + - Fix 1.40 "lazy bitfield" error + - Fix 1.40 "jumpy upload speed" bug + - Fix handshake peer_id error + - Corrrectly handle Windows-style newlines in Bluetack blocklists + - More accurate bandwidth measurement + - File selection & priority was reset when editing a torrent's + tracker list + - Fix autoconf/automake build warnings + - GTK+: + - In the Details dialog's peer tabs, rows were sometimes duplicated + - Minor bugfixes, usability changes, and locale improvements + - Three new translations: Afrikaans, Asturian, Bosnian + - Sixteen updated translations + - Daemon: + - Fix 1.40 bug in handling IP whitelist + - Minor bugfixes and output cleanup + - Windows portability + - CLI: + - Fix minor free-memory-read bug + + -- Chris Coulson Sun, 28 Dec 2008 18:50:08 +0000 + +transmission (1.40-5ubuntu1) jaunty; urgency=low + + * Merge from debian unstable (LP: #309597), 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. + - 20_add_X-Ubuntu-Gettext-Domain.diff: Add X-Ubuntu-Gettext-Domain + to .desktop file. + + -- Andrew Starr-Bochicchio Tue, 16 Dec 2008 12:04:55 +0000 + transmission (1.40-5) unstable; urgency=low * debian/transmission-daemon.{links,install}: fix the conf link @@ -72,6 +184,25 @@ -- Leo Costela Tue, 09 Dec 2008 22:28:24 +0100 +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 @@ -98,6 +229,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) @@ -107,6 +271,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 @@ -122,6 +312,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) @@ -136,6 +341,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) @@ -143,6 +367,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) @@ -183,12 +416,84 @@ -- 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 + + -- Leo Costela Wed, 13 Feb 2008 16:44:52 +0100 + +transmission (1.04-1) unstable; urgency=low + + * new upstream release + + -- 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 @@ -201,6 +506,19 @@ -- 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 diff -u transmission-1.60/debian/patches/series transmission-1.60/debian/patches/series --- transmission-1.60/debian/patches/series +++ transmission-1.60/debian/patches/series @@ -2,0 +3 @@ +20_add_X-Ubuntu-Gettext-Domain.diff only in patch2: unchanged: --- transmission-1.60.orig/debian/patches/20_add_X-Ubuntu-Gettext-Domain.diff +++ transmission-1.60/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