--- deluge-1.2.0~rc3.orig/debian/README.source +++ deluge-1.2.0~rc3/debian/README.source @@ -0,0 +1,8 @@ +deluge for Debian +----------------- + +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- deluge-1.2.0~rc3.orig/debian/deluge-gtk.install +++ deluge-1.2.0~rc3/debian/deluge-gtk.install @@ -0,0 +1,4 @@ +usr/bin/deluge-gtk +usr/lib/python*/*-packages/deluge/ui/gtkui/* +usr/share/icons/* +usr/share/man/man1/deluge-gtk.1 --- deluge-1.2.0~rc3.orig/debian/deluge-console.install +++ deluge-1.2.0~rc3/debian/deluge-console.install @@ -0,0 +1,3 @@ +usr/bin/deluge-console +usr/lib/python*/*-packages/deluge/ui/console/* +usr/share/man/man1/deluge-console.1 --- deluge-1.2.0~rc3.orig/debian/deluge-common.install +++ deluge-1.2.0~rc3/debian/deluge-common.install @@ -0,0 +1,7 @@ +usr/lib/python*/*-packages/*.egg-info +usr/lib/python*/*-packages/deluge/*.py +usr/lib/python*/*-packages/deluge/core/* +usr/lib/python*/*-packages/deluge/data/* +usr/lib/python*/*-packages/deluge/i18n/* +usr/lib/python*/*-packages/deluge/plugins/* +usr/lib/python*/*-packages/deluge/ui/*.py --- deluge-1.2.0~rc3.orig/debian/changelog +++ deluge-1.2.0~rc3/debian/changelog @@ -0,0 +1,515 @@ +deluge (1.2.0~rc3-4) unstable; urgency=low + + * debian/control: bump build-dep on python-setuptools to (>= 0.6c9). + * debian/patches: + - 25_r5921_fastresume_files.patch + new, should fix problems with fresh configs; + - 30_r5931_ipc_lockfile.patch: + new, should fix an issue where Deluge will fail to start if there is a + stale ipc lockfile. (Closes: #555849) + + -- Cristian Greco Fri, 13 Nov 2009 02:39:45 +0100 + +deluge (1.2.0~rc3-3) unstable; urgency=low + + * debian/control: adding DM-Upload-Allowed, thanks to my sponsor + Michal Čihař. + + -- Cristian Greco Mon, 09 Nov 2009 12:28:35 +0100 + +deluge (1.2.0~rc3-2) unstable; urgency=low + + * debian/patches/20_r5913_queued_torrents_dialog.patch: new patch from + upstream svn r5913 'fix adding torrents from the Queued Torrents dialog'. + (Closes: #554446) + * Start closing some old bugs which should now be fixed in 1.2.0: + - no more daemon process running around at exit (Closes: #525648, 513020); + - doesn't crash/freeze when launching a second instance (Closes: #473915); + - display error dialog on 'Add Torrents->URL' failure (Closes: #525654). + + -- Cristian Greco Fri, 06 Nov 2009 18:50:43 +0100 + +deluge (1.2.0~rc3-1) unstable; urgency=low + + * New upstream version. + - debian/deluge-{console,gtk,web}.install: install new manpages. + - debian/patches: + + 001_r5833_fix_saving_torrents.patch: deleted, merged upsteam. + + 010_new_release_check.patch: refresh and rename to delete the + leading zero. + + 05_install_deluge_web_manpage.patch: new, fix setup.py to + install deluge-web.1 manpage. + * debian/control: new maintainer email address. + * Upload to unstable. + - stop delivering non-free GeoIP.dat (Closes: #544463). + + -- Cristian Greco Mon, 02 Nov 2009 16:30:11 +0100 + +deluge (1.2.0~rc1-1) experimental; urgency=low + + * Upload to experimental. + * New upstream version. + - upstream tarball is dfsg clean now; + - debian/control, debian/deluge*.install: completely rework binary + packages names and dependencies; + - debian/NEWS: updated with informations about the new packages + layout. + * debian/patches: + - 010_new_release_check.patch: updated; + - 020_geoip_db.patch: dropped, merged upstream; + - 001_r5833_fix_saving_torrents.patch: new patch to prevent an RC bug + (pulled from upstream svn). + * debian/README.source: remove now useless informations about the dfsg + conversion. + * debian/README.Debian: dropped, unneded. + * debian/deluge.lintian-overrides: dropped, unneded. + * debian/copyright: updated. + * debian/watch: updated. + * debian/gbp.conf: removed. + * debian/rules: use override_dh_auto_clean. + + -- Cristian Greco Mon, 12 Oct 2009 22:22:40 +0200 + +deluge (1.1.9+dfsg-2) unstable; urgency=low + + * debian/control: + - move git maintenance to collab-maint; + - bump Standards-Version to 3.8.3 (no changes); + - build-dep on python-support (>= 0.90.0) and adjust its usage by deleting + X[SB]-Python-Version fields and providing a debian/pyversions file; + - build-dep on debhelper (>= 7.3.13) which automagically (and correctly) + handles the --install-layout=deb option in debian/rules for all + supported python versions; + - add dependency on geoip-database for the deluge-core binary package + and avoid to install GeoIP.dat file (see patch below). + * debian/patches: + - prefix patches with a number. + - 020_geoip_db.patch: new patch, attempt to fix #544463 by using the + GeoIP.dat database provided with the geoip-database debian package. + This will be properly fixed with the upcoming upstream release 1.2. + * debian/rules: simplified a lot thanks to debhelper 7 override rules. + * debian/gbp.conf: provide a git-buildpackage conf file with a minimal + configuration to build the package using dfsg_clean branch. + * debian/README.source: fix reference to quilt doc. + + -- Cristian Greco Tue, 01 Sep 2009 14:29:21 +0200 + +deluge (1.1.9+dfsg-1) unstable; urgency=low + + * New upstream version. + * debian/patches: remove the following (merged upstream), + - r5304_fix_use_self_encoding.patch, + - r5305_fix_uncaught_exceptions_systemtray.patch, + - r5328_fix_renaming_parent_folder.patch. + * debian/control: depends on python-libtorrent (>= 0.14.4). + * debian/README.source: switch documentation from dpatch to quilt. + + -- Cristian Greco Tue, 16 Jun 2009 10:41:43 +0200 + +deluge (1.1.8+dfsg-3) unstable; urgency=low + + * debian/patches: + - renaming patches as to prepend upstream svn rev; + - r5305_fix_uncaught_exceptions_systemtray.patch: fix indentation; + - r5328_fix_renaming_parent_folder.patch: new patch, fix renaming + a parent folder into multiple folders (upstream svn r5328). + + -- Cristian Greco Tue, 02 Jun 2009 00:30:25 +0200 + +deluge (1.1.8+dfsg-2) unstable; urgency=low + + * debian/control: + - depends on python-chardet; + - add Suggests: python-openssl for deluge-webui (Closes: #530688). + * debian/patches: + - 10-new_release_check.patch: move to new_release_check.patch (don't use + names starting with patch order); + - fix_use_self_encoding_r5304.patch: fix not using the encoding used in + the torrent file to decode some strings; + - fix_uncaught_exceptions_systemtray_r5305.patch: prevent some uncaught + exceptions when systemtray is not enabled. + + -- Cristian Greco Thu, 28 May 2009 02:36:00 +0200 + +deluge (1.1.8+dfsg-1) unstable; urgency=low + + * New upstream version. + - bugs fixed in 1.1.7: + + version not uploaded in Debian (Closes: #528531, LP: #376032); + + fix crashes during shutdown (LP: #343088); + + fix resume torrent after doing a 'Pause All' (LP: #363569); + + fix crashes caused by 'Peers' tab (LP: #333256, LP: #358942); + - bugs fixed in 1.1.8: + + fix error message when using '-c' option and not specifying a + directory (LP: #333227, LP: #333228); + + fix crashes caused during new release check function (LP: #346692); + + fix GtkWarning assetion (LP: #343759); + + fix crashed caused by timeout in mail notification (LP: #360851); + + set sane defaults for peers/file tabs column widths (Closes: #525643); + * debian/control: + - add Vcs-* stuff (switch to git-buildpackage maintenance); + - rework conflicts&replaces against the old deluge-torrent{,-common} + packages. (LP: #369852, LP: #369916) + * debian/patches: + + switch from dpatch to quilt; + + delete 20-fix-segfault-utf8.dpatch (merged upstream). + * Don't depend on hardcoded python version in debian/control and + debian/deluge*.install; use --install-layout=deb in debian/rules. + This should reduce the Ubuntu diff thus allowing to build with + python2.6 (thanks Andrew) (Closes: #519650). + * debian/deluge-webui.README.Debian: right command is 'deluge -u web' + (Closes: #525649). + + -- Cristian Greco Tue, 26 May 2009 15:18:23 +0200 + +deluge (1.1.6+dfsg-2) unstable; urgency=low + + * debian/patches: new patch 20-fix-segfault-utf8.dpatch, should fix segfault + if locale is not using utf8 encoding (Closes: #520965). + + -- Cristian Greco Fri, 10 Apr 2009 01:59:22 +0200 + +deluge (1.1.6+dfsg-1) unstable; urgency=low + + * New upstream version. + - Closing some fixed bug in Lauchpad (LP: #279063, LP: #333058); + - debian/copyright: updated to reflect the license change (added OpenSSL + exception to GPLv3). + + -- Cristian Greco Tue, 07 Apr 2009 01:18:05 +0200 + +deluge (1.1.5+dfsg-1) unstable; urgency=low + + * New upstream version. + - debian/patches: remove 20-fix-config-files-backup.dpatch (fixed + upstream). + * debian/watch: updated upstream tarball location. + * debian/control: added Depends: on xdg-utils for deluge-core (Closes: + #519763). + + -- Cristian Greco Tue, 17 Mar 2009 23:34:51 +0100 + +deluge (1.1.4+dfsg-2) unstable; urgency=low + + * debian/patches: new patch 20-fix-config-files-backup.dpatch pulled from + upstream svn should fix a problem with config files (Closes: #519042). + * debian/control: bump up Standards-Version to 3.8.1 (no changes required). + + -- Cristian Greco Thu, 12 Mar 2009 09:51:32 +0100 + +deluge (1.1.4+dfsg-1) unstable; urgency=low + + * New upstrean version. + * debian/copyright: updated. + * debian/control: depends on python-libtorrent (>= 0.14.2). + * Upload to unstable. + + -- Cristian Greco Sun, 08 Mar 2009 20:44:36 +0100 + +deluge (1.1.3+dfsg-1) experimental; urgency=low + + * New upstream version. + - the source code licensing issue with the file deluge/metafile.py has + been solved by upstream, so the tarball repackaging is actually only + due to the GeoIP database; the torrent creation feature has been + reenabled while the related patch has been dropped away. + - debian/patches: + + 20-torrent_creation.dpatch: deleted (no more needed); + + 30-manpages.dpatch: deleted (merged upstream). + - debian/NEWS, debian/README.source: updated info about repackaging and + the new torrent creation feature. + * debian/control: + - build only against python >=2.5 (Closes: #515549, LP: #329836); + - depends and build-depends on python-libtorrent >= 0.14.1; + - updated description for the package deluge-console using 'console ui' + instead of 'null ui'. + * debian/README.Debian: install a different README file for deluge-core, + deluge-console and deluge-webui. + * debian/changelog: switch to a new naming scheme to make lintian happy + (dfsg-version-with-period). + * debian/copyright: updated. + + -- Cristian Greco Tue, 17 Feb 2009 01:48:27 +0100 + +deluge (1.1.2.dfsg-1) experimental; urgency=low + + * New upstream version. + - upstream tarball has been repackaged due to a problem with the file + deluge/metafile.py, which is released with a non-dfsg free license (in + addition to the old issue with GeoIP database); + - debian/README.source: updated info about repackaging; + - debian/copyright: new and updated copyright notes and files; + - debian/patches: + + 001-fix_import_libtorrent.dpatch: deleted (fixed upstream); + + 002-Do_not_check_for_update_as_default.dpatch: renamed to + 10-new_release_check.dpatch and updated; + + 20-torrent_creation.dpatch: added (see below); + + 30-manpages.dpatch: added; + - debian/NEWS: added file in order to alert about the disabled torrent + creation feature due to licensing problem and source repackaging; + - debian/deluge-console.install, debian/README.Debian: updated to reflect + the new UI specific folder name (renamed from 'null' to 'console'); + - debian/rules: no need to remove extra LICENSE file (fixed upstream); + * debian/watch: fixed to watch for RC releases. + + -- Cristian Greco Sun, 01 Feb 2009 15:27:34 +0100 + +deluge (1.0.7.dfsg-3) experimental; urgency=low + + * Add dummy package deluge-torrent for clean upgrades (Closes: #510824). + + -- Cristian Greco Wed, 07 Jan 2009 21:55:45 +0100 + +deluge (1.0.7.dfsg-2) experimental; urgency=low + + * Add deluge-core Depends: on python-pkg-resources (Closes: #510452). + * Update 002-Do_not_check_for_update_as_default.dpatch to disable also + alerts about new releases. + + -- Cristian Greco Sun, 04 Jan 2009 03:02:31 +0100 + +deluge (1.0.7.dfsg-1) experimental; urgency=low + + * New Maintainer (acknowledged by Adam Cécile). + - Thanks to Adam Cécile for his work. + * New upstream version (Closes: #499850, #501078). + * Upstream tarball has been repackaged due to non dfsg-compliant copyright + statement in file deluge/data/GeoIP.dat (see README.source). + * debian/control: + - source and binary packages renamed from deluge-torrent to deluge, as + requested by upstream authors; + - depends on python-libtorrent and do not build the embedded copy of + libtorrent-rasterbar; + - deluge package is "Architecture: all", not "any"; + - drop package deluge-torrent-common; + - do not recommends python-gtkmozembed because it is not used at all; + - rewrite short and full description to describe the daemon/client model. + - split deluge in five different packages: deluge-core (which contains the + deluged daemon), deluge-common (which contains common data files for all + UIs) and one single package for each UI (with 'deluge' being the default + GTK+ ui) -- see README.Debian for details; + - the new deluge-core package Conflicts/Replaces deluge-torrent-common. + * debian/compat, debian/control, debian/rules: switch to debhelper 7 and + rewrite debian/rules for scratch because we don't need to build the + embedded copy of libtorrent-rasterbar. + * debian/copyright: file rewrote from scratch (Closes: #488155). + * debian/watch: added file. + * debian/links: deleted file. + * debian/menu: minor changes. + * debian/patches: + - delete 000-Fix_tray_icon.dpatch; + - delete 001-Fix_CFLAGS_handling.dpatch; + - refresh 002-Do_not_check_for_update_as_default.dpatch; + - add 001_fix_import_libtorrent.dpatch -- see description for details. + * added README.Debian and README.source files. + * get rid of manpage deluge.1 and the .desktop file because they are now + shipped by upstream. + * get rid of lintian override 'menu-icon-missing' because now upstream ships + an xpm icon. + * add a lintian-overrides file for the new deluge package. + * upload to experimental. + + -- Cristian Greco Tue, 16 Dec 2008 17:08:57 +0100 + +deluge-torrent (0.5.9.3-1) unstable; urgency=low + + * New upstream release (Closes: #487312). + * Recommends python-gtkmozembed instead python-gnome2-extras + (Closes: #485297). + * Bump Standards-Version to 3.8.0. + * Improve .desktop file (Closes: #484904). + * Update dependency from python-pyopenssl (transitional) to python-openssl. + + -- Adam Cécile (Le_Vert) Mon, 23 Jun 2008 22:54:02 +0200 + +deluge-torrent (0.5.9.1-1) unstable; urgency=low + + * New upstream release (Closes: #475313, #465059). + * Add missing dbus-x11 runtime dependency (Closes: #481564). + + -- Adam Cécile (Le_Vert) Tue, 27 May 2008 22:24:36 +0200 + +deluge-torrent (0.5.8.7-1) unstable; urgency=low + + * New upstream release (Closes: #472785): + - plugins treeview now scroll when using the keyboard (Closes: #445623). + * Update manpage. + + -- Adam Cécile (Le_Vert) Tue, 01 Apr 2008 22:26:06 +0200 + +deluge-torrent (0.5.8.6-1) unstable; urgency=low + + * New upstream release (Closes: #470702). + + -- Adam Cécile (Le_Vert) Fri, 14 Mar 2008 22:28:58 +0100 + +deluge-torrent (0.5.8.5-1) unstable; urgency=low + + * New upstream release (Closes: #469969). + + -- Adam Cécile (Le_Vert) Sun, 09 Mar 2008 13:33:33 +0100 + +deluge-torrent (0.5.8.4-1) unstable; urgency=low + + * New upstream release (Closes: #466212). + * Drop 004-GNU_kFreeBSD patch, fixed upstream. + * Update 002-Do_not_check_for_update_as_default patch (Closes: #466355). + * Fix description mis-spelling. + * Add a deluge-torrent-common package for arch-indep files. + + -- Adam Cécile (Le_Vert) Sun, 17 Feb 2008 21:57:37 +0100 + +deluge-torrent (0.5.8.3-1) unstable; urgency=HIGH + + * Security set to HIGH as it fix a critical security issue. + * New upstream release (Closes: #463357). + * Update 002-Do_not_check_for_update_as_default patch. + + -- Adam Cécile (Le_Vert) Fri, 01 Feb 2008 22:59:10 +0100 + +deluge-torrent (0.5.8-1) unstable; urgency=low + + * New upstream release (Closes: #457832, #454134). + * Fix FTBFS on GNU/kFreeBSD, thanks to Aurelien Jarno (Closes: #458974). + * Bump Standards-Version to 3.7.3 (no changes needed). + * Recommends python-gnome2-extras (embedded web browser). + + -- Adam Cécile (Le_Vert) Fri, 04 Jan 2008 12:13:32 +0100 + +deluge-torrent (0.5.7.1~debian-1) unstable; urgency=low + + * New upstream release (Closes: #448475, #452808). + * Add runtime dependencies: librsvg2-common, python-pyopenssl. + + -- Adam Cécile (Le_Vert) Sun, 02 Dec 2007 13:51:39 +0100 + +deluge-torrent (0.5.6.2-1) unstable; urgency=low + + * New upstream release (Closes: #447810, #447648). + * Drop 000-Fix_browser.py_path patch, fixed upstream. + * Update 001-Fix_CFLAGS_handling and 003-Fix_tray_icon patches. + * Update debian/copyright. + * Manpage do not have a bad "SH NAME" (break whatis) entry anymore. + * Use new dpkg "Homepage" field. + + -- Adam Cécile (Le_Vert) Wed, 31 Oct 2007 21:41:42 +0100 + +deluge-torrent (0.5.5-2) unstable; urgency=low + + * Add missing runtime dependency on python-dbus. + * Fix 003-Fix_tray_icon patch, sorry for the mistake (Closes: #442031). + + -- Adam Cécile (Le_Vert) Thu, 13 Sep 2007 09:08:11 +0200 + +deluge-torrent (0.5.5-1) unstable; urgency=low + + * New upstream release (Closes: #441425). + * Re-add 001-Fix_CFLAGS_handling patch to fix CFLAGS handling. + * Call setup.py with --no-compile to avoid python compilation (done by pysupport). + * Add 002-Do_check_for_update_as_default patch (Closes: #441423). + * Add 003-Fix_tray_icon patch to use current theme icon as trayicon, thanks to Mathias Brodala (Closes: #438441). + * debian/rules: drop stuff that removes shebangs in modules, fixed upstream. + + -- Adam Cécile (Le_Vert) Sun, 09 Sep 2007 21:33:43 +0200 + +deluge-torrent (0.5.4.1-1) unstable; urgency=low + + * New upstream release (Closes: #436839, #437205). + * Drop 000-Fix_CFLAGS_handling patch, fixed upstream. + * Add 000-Fix_browser.py_path patch to fix broswer launch failure (Closes: #435464). + * Menu: move to Applications/Network/File Transfer. + * Drop deprecated 'Encoding' entry in desktop file. + + -- Adam Cécile (Le_Vert) Sat, 11 Aug 2007 02:17:52 +0200 + +deluge-torrent (0.5.3-1) unstable; urgency=low + + * New upstream release. + - Torrent urls supported on the command-line (Closes: #416013). + * Update 000-Fix_CFLAGS_handling patch. + * Break loops with '|| exit 1' in debian/rules. + * Rewrite icons handling. Now all sizes are generated with imagemagick. + * Fed up with upstream website changes... Drop debian/watch. + + -- Adam Cécile (Le_Vert) Sat, 28 Jul 2007 16:36:38 +0200 + +deluge-torrent (0.5.2-1) unstable; urgency=low + + * New upstream release (Closes: #431929, #416014, #429880). + + -- Adam Cécile (Le_Vert) Fri, 06 Jul 2007 09:15:11 +0200 + +deluge-torrent (0.5.1.1-1) unstable; urgency=low + + * New upstream release (Closes: #428515, #419925, #406789). + * Add libssl-dev to build depends. + * Drop 001-Fix_FTBFS_with_libboost_1.34 and 002-Always_enable_EPOLL patches, fixed upstream. + * Update 000-Fix_CFLAGS_handling patch. + * Update debian/watch. + * Update debian/copyright. + + -- Adam Cécile (Le_Vert) Tue, 12 Jun 2007 19:51:39 +0200 + +deluge-torrent (0.5.0-3) unstable; urgency=low + + * Merge upstream patch to fix FTBFS with libboost 1.34 (Closes: #425076). + * Now build-depend on libboost*-dev (>= 1.34). + * EPOLL is now always turned on, checking at build-time is non-sense and produce FTBFS with linux-libc-dev. + + -- Adam Cécile (Le_Vert) Tue, 22 May 2007 17:54:27 +0200 + +deluge-torrent (0.5.0-2) unstable; urgency=low + + * Call dh_desktop (Closes: #408891, #415708). + + -- Adam Cécile (Le_Vert) Wed, 21 Mar 2007 17:01:09 +0100 + +deluge-torrent (0.5.0-1) unstable; urgency=low + + * New upstream release (Closes: #406790). + * Upstream do not release two separate tarballs anymore, fix rules. + * Add dpatch as patch-system. + * Use python-support to handle python modules. + * Update debian/copyright. + * Remove README.Debian-sources, README. + * Remove many useless things due to the new build system (distutils). + * Update debian/watch. + * Update manpage. + * Rename binary from deluge-torrent to deluge to match with upstream. + + -- Adam Cécile (Le_Vert) Mon, 19 Mar 2007 11:46:46 +0100 + +deluge-torrent (0.4.1-2) unstable; urgency=low + + * Really change menu entries name (Closes: #404992). + + -- Adam Cécile (Le_Vert) Wed, 17 Jan 2007 10:28:19 +0100 + +deluge-torrent (0.4.1-1) unstable; urgency=low + + * New upstream release. + * Change menu entries name from Deluge-torrent to Deluge Torrent. + + -- Adam Cécile (Le_Vert) Fri, 29 Dec 2006 11:22:54 +0100 + +deluge-torrent (0.4.0-2) unstable; urgency=low + + * Build with -DAMD64 for 64bits systems (Closes: #402257). + + -- Adam Cécile (Le_Vert) Tue, 12 Dec 2006 00:32:21 +0100 + +deluge-torrent (0.4.0-1) unstable; urgency=low + + * New upstream release + - Fix issue when no locale set (Closes: #399600). + * Update control with new dependencies. + * Remove .svn directories. + * Add debian/watch. + + -- Adam Cécile (Le_Vert) Wed, 29 Nov 2006 00:10:34 +0100 + +deluge-torrent (0.3.1.1-1) unstable; urgency=low + + * Initial release (Closes: #398916). + + -- Adam Cécile (Le_Vert) Wed, 15 Nov 2006 22:03:13 +0100 --- deluge-1.2.0~rc3.orig/debian/deluged.install +++ deluge-1.2.0~rc3/debian/deluged.install @@ -0,0 +1,2 @@ +usr/bin/deluged +usr/share/man/man1/deluged.1 --- deluge-1.2.0~rc3.orig/debian/copyright +++ deluge-1.2.0~rc3/debian/copyright @@ -0,0 +1,473 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Name: deluge +Maintainer: Andrew Resch +Source: http://www.deluge-torrent.org + +Files: * +Copyright: Copyright © 2007,2008 Andrew Resch ('andar') + Copyright © Marcos Pinto ('markybob') + Copyright © 2007,2008 Martijn Voncken + Copyright © 2008 Mark Stahler ('kramed') + Copyright © 2008 Damien Churchill + Copyright © 2008,2009 Ido Abramovich +License: GPL-3+ with OpenSSL exemption + +Files: debian/* +Copyright: Copyright © 2008-2009 Cristian Greco + Copyright © 2006-2008 Adam Cécile (Le_Vert) +License: GPL-3+ + +Files: deluge/i18n/*.po +Copyright: Copyright © 2007,2009 Rosetta Contributors and Canonical Ltd +License: GPL-3+ + Detailed copyright holder report (where available): + ar.po: MaXeR + ast.po: Astur + be.po: Marcos Pinto + bg.po: Marcos Pinto + bs.po: Marcos Pinto + ca.po: Marcos Pinto + cs.po: Rinu + cy.po: Me + da.po: soundpartner + de.po: flohri + el.po: Giorgos Skafidas + en_AU.po: John Garland + en_CA.po: Aleksandar Micovic + en_GB.po: Marcos Pinto + eo.po: Sonja + es.po: Franco Sabbatini + et.po: boss01 + eu.po: Xabi Ezpeleta + fa.po: Marcos Pinto + fi.po: Elias Julkunen + fr.po: Timetear + fy.po: Wander Nauta + gl.po: maaark + he.po: Mark Krapivner + hi.po: Marcos Pinto + hr.po: Tomislav Plavčić + hu.po: Mihály MÉSZÁROS + id.po: Marcos Pinto + is.po: mankoneko + it.po: Simone Oberti + iu.po: adaminikisi + ja.po: Masato HASHIMOTO + ka.po: David Machakhelidze + kk.po: Kazakh \ + kn.po: Jayasimha + ko.po: Marcos Pinto + ku.po: Erdal Ronahi + la.po: Matthias Benkard + lt.po: Marcos Pinto + lv.po: uldo + mk.po: Marcos Pinto + ms.po: Harvin Dhillon + nb.po: Mats Taraldsvik + nds.po: Marcos Pinto + nl.po: Henri De Veene + pl.po: Hubert Życiński + pms.po: Marcos Pinto + pt_BR.po: Gustavo Azambuja + pt.po: test666 + ro.po: Lucian Adrian Grijincu + ru.po: luvme.nn + sk.po: Mário Buči + sl.po: Mario Munda + sr.po: Branislav Jovanović + sv.po: Daniel Nylander + ta.po: viki + th.po: Marcos Pinto + tlh.po: Joe Anderson + tl.po: b3rx + tr.po: ergin üresin + uk.po: CrabMan + vi.po: Marcos Pinto + zh_CN.po: Darren + zh_HK.po: Marcos Pinto + zh_TW.po: Jay + +Files: deluge/plugins/blocklist/blocklist/peerguardian.py + deluge/plugins/blocklist/blocklist/text.py +Copyright: Copyright © 2007 Steve 'Tarka' Smith (tarka@internode.on.net) +License: GPL-3+ + +Files: deluge/data/pixmaps/deluge.svg + deluge/data/icons/scalable/apps/deluge.svg + deluge/data/icons/hicolor/XXxXX/apps/deluge.png + deluge/ui/web/static/images/*.png +Copyright: Copyright © Andrew Wedderburn +License: GPL-3+ + +Files: deluge/data/pixmaps/*.svg + deluge/data/pixmaps/*.png +Copyright: Copyright © Andrew Resch ('andar') +License: GPL-3+ + +Files: msgfmt.py +Copyright: Copyright © Martin v. Lwis + Copyright © alexander smishlajev +License: PSF + +Files: ez_setup.py +Copyright: Copyright © Phillip J. Eby (python-setuptools) +License: PSF + +Files: deluge/bencode.py +Copyright: Copyright © Petru Paler + Copyright © Andrew Resch +License: PSF + +Files: /deluge/scripts/deluge_remote.py +Copyright: Copyright © Garett Harnish +License: PD + This software is in the public domain, furnished "as is", without technical + support, and with no warranty, express or implied, as to its usefulness for + any purpose. + +Files: deluge/pixmap/flags/*.png +Copyright: Copyright © Mark James +License: other + "Available for free use for any purpose with no requirement for attribution." + +Files: deluge/plugins/blocklist/blocklist/data/*.png +Copyright: icons from Gnome-Icon-Theme +License: GPL-2 + +Files: deluge/deluge/ui/web/icons/* +Copyright: Furgue icons from http://pinvoke.com/ +License: CC-BY + +Files: deluge/rencode.py +Copyright: Copyright © 2006-2007 Connelly Barnes + Copyright © 2001-2002 Bram Cohen +License: MIT + + +License: GPL-3+ with OpenSSL exemption + Deluge is free software. + + You may redistribute it and/or modify it under the terms of the + GNU General Public License, as published by the Free Software + Foundation; either version 3 of the License, or (at your option) + any later version. + + deluge is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with deluge. If not, write to: + The Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor + Boston, MA 02110-1301, USA. + + In addition, as a special exception, the copyright holders give + permission to link the code of portions of this program with the OpenSSL + library. + You must obey the GNU General Public License in all respects for all of + the code used other than OpenSSL. If you modify file(s) with this + exception, you may extend this exception to your version of the file(s), + but you are not obligated to do so. If you do not wish to do so, delete + this exception statement from your version. If you delete this exception + statement from all source files in the program, then also delete it here. + +License: GPL-3+ + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. + +License: GPL-2+ + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + +License: MIT + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation files + (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + The Software is provided "AS IS", without warranty of any kind, + express or implied, including but not limited to the warranties of + merchantability, fitness for a particular purpose and + noninfringement. In no event shall the authors or copyright holders + be liable for any claim, damages or other liability, whether in an + action of contract, tort or otherwise, arising from, out of or in + connection with the Software or the use or other dealings in the + Software. + +License: PSF + A. HISTORY OF THE SOFTWARE + ========================== + + Python was created in the early 1990s by Guido van Rossum at Stichting + Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands + as a successor of a language called ABC. Guido remains Python's + principal author, although it includes many contributions from others. + + In 1995, Guido continued his work on Python at the Corporation for + National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) + in Reston, Virginia where he released several versions of the + software. + + In May 2000, Guido and the Python core development team moved to + BeOpen.com to form the BeOpen PythonLabs team. In October of the same + year, the PythonLabs team moved to Digital Creations (now Zope + Corporation, see http://www.zope.com). In 2001, the Python Software + Foundation (PSF, see http://www.python.org/psf/) was formed, a + non-profit organization created specifically to own Python-related + Intellectual Property. Zope Corporation is a sponsoring member of + the PSF. + + All Python releases are Open Source (see http://www.opensource.org for + the Open Source Definition). Historically, most, but not all, Python + releases have also been GPL-compatible; the table below summarizes + the various releases. + + Release Derived Year Owner GPL- + from compatible? (1) + + 0.9.0 thru 1.2 1991-1995 CWI yes + 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes + 1.6 1.5.2 2000 CNRI no + 2.0 1.6 2000 BeOpen.com no + 1.6.1 1.6 2001 CNRI yes (2) + 2.1 2.0+1.6.1 2001 PSF no + 2.0.1 2.0+1.6.1 2001 PSF yes + 2.1.1 2.1+2.0.1 2001 PSF yes + 2.2 2.1.1 2001 PSF yes + 2.1.2 2.1.1 2002 PSF yes + 2.1.3 2.1.2 2002 PSF yes + 2.2.1 2.2 2002 PSF yes + 2.2.2 2.2.1 2002 PSF yes + 2.2.3 2.2.2 2003 PSF yes + 2.3 2.2.2 2002-2003 PSF yes + 2.3.1 2.3 2002-2003 PSF yes + 2.3.2 2.3.1 2002-2003 PSF yes + 2.3.3 2.3.2 2002-2003 PSF yes + 2.3.4 2.3.3 2004 PSF yes + 2.3.5 2.3.4 2005 PSF yes + 2.4 2.3 2004 PSF yes + 2.4.1 2.4 2005 PSF yes + 2.4.2 2.4.1 2005 PSF yes + 2.4.3 2.4.2 2006 PSF yes + 2.5 2.4 2006 PSF yes + 2.5.1 2.5 2007 PSF yes + + Footnotes: + + (1) GPL-compatible doesn't mean that we're distributing Python under + the GPL. All Python licenses, unlike the GPL, let you distribute + a modified version without making your changes open source. The + GPL-compatible licenses make it possible to combine Python with + other software that is released under the GPL; the others don't. + + (2) According to Richard Stallman, 1.6.1 is not GPL-compatible, + because its license has a choice of law clause. According to + CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 + is "not incompatible" with the GPL. + + Thanks to the many outside volunteers who have worked under Guido's + direction to make these releases possible. + + + B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON + =============================================================== + + PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 + -------------------------------------------- + + 1. This LICENSE AGREEMENT is between the Python Software Foundation + ("PSF"), and the Individual or Organization ("Licensee") accessing and + otherwise using this software ("Python") in source or binary form and + its associated documentation. + + 2. Subject to the terms and conditions of this License Agreement, PSF + hereby grants Licensee a nonexclusive, royalty-free, world-wide + license to reproduce, analyze, test, perform and/or display publicly, + prepare derivative works, distribute, and otherwise use Python + alone or in any derivative version, provided, however, that PSF's + License Agreement and PSF's notice of copyright, i.e., "Copyright (c) + 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation; + All Rights Reserved" are retained in Python alone or in any derivative + version prepared by Licensee. + + 3. In the event Licensee prepares a derivative work that is based on + or incorporates Python or any part thereof, and wants to make + the derivative work available to others as provided herein, then + Licensee hereby agrees to include in any such work a brief summary of + the changes made to Python. + + 4. PSF is making Python available to Licensee on an "AS IS" + basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR + IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND + DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT + INFRINGE ANY THIRD PARTY RIGHTS. + + 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON + FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS + A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, + OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + + 6. This License Agreement will automatically terminate upon a material + breach of its terms and conditions. + + 7. Nothing in this License Agreement shall be deemed to create any + relationship of agency, partnership, or joint venture between PSF and + Licensee. This License Agreement does not grant permission to use PSF + trademarks or trade name in a trademark sense to endorse or promote + products or services of Licensee, or any third party. + + 8. By copying, installing or otherwise using Python, Licensee + agrees to be bound by the terms and conditions of this License + Agreement. + + + BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 + ------------------------------------------- + + BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 + + 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an + office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the + Individual or Organization ("Licensee") accessing and otherwise using + this software in source or binary form and its associated + documentation ("the Software"). + + 2. Subject to the terms and conditions of this BeOpen Python License + Agreement, BeOpen hereby grants Licensee a non-exclusive, + royalty-free, world-wide license to reproduce, analyze, test, perform + and/or display publicly, prepare derivative works, distribute, and + otherwise use the Software alone or in any derivative version, + provided, however, that the BeOpen Python License is retained in the + Software, alone or in any derivative version prepared by Licensee. + + 3. BeOpen is making the Software available to Licensee on an "AS IS" + basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR + IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND + DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT + INFRINGE ANY THIRD PARTY RIGHTS. + + 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE + SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS + AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY + DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + + 5. This License Agreement will automatically terminate upon a material + breach of its terms and conditions. + + 6. This License Agreement shall be governed by and interpreted in all + respects by the law of the State of California, excluding conflict of + law provisions. Nothing in this License Agreement shall be deemed to + create any relationship of agency, partnership, or joint venture + between BeOpen and Licensee. This License Agreement does not grant + permission to use BeOpen trademarks or trade names in a trademark + sense to endorse or promote products or services of Licensee, or any + third party. As an exception, the "BeOpen Python" logos available at + http://www.pythonlabs.com/logos.html may be used according to the + permissions granted on that web page. + + 7. By copying, installing or otherwise using the software, Licensee + agrees to be bound by the terms and conditions of this License + Agreement. + + CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 + --------------------------------------- + + 1. This LICENSE AGREEMENT is between the Corporation for National + Research Initiatives, having an office at 1895 Preston White Drive, + Reston, VA 20191 ("CNRI"), and the Individual or Organization + ("Licensee") accessing and otherwise using Python 1.6.1 software in + source or binary form and its associated documentation. + + 2. Subject to the terms and conditions of this License Agreement, CNRI + hereby grants Licensee a nonexclusive, royalty-free, world-wide + license to reproduce, analyze, test, perform and/or display publicly, + prepare derivative works, distribute, and otherwise use Python 1.6.1 + alone or in any derivative version, provided, however, that CNRI's + License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) + 1995-2001 Corporation for National Research Initiatives; All Rights + Reserved" are retained in Python 1.6.1 alone or in any derivative + version prepared by Licensee. Alternately, in lieu of CNRI's License + Agreement, Licensee may substitute the following text (omitting the + quotes): "Python 1.6.1 is made available subject to the terms and + conditions in CNRI's License Agreement. This Agreement together with + Python 1.6.1 may be located on the Internet using the following + unique, persistent identifier (known as a handle): 1895.22/1013. This + Agreement may also be obtained from a proxy server on the Internet + using the following URL: http://hdl.handle.net/1895.22/1013". + + 3. In the event Licensee prepares a derivative work that is based on + or incorporates Python 1.6.1 or any part thereof, and wants to make + the derivative work available to others as provided herein, then + Licensee hereby agrees to include in any such work a brief summary of + the changes made to Python 1.6.1. + + 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" + basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR + IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND + DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT + INFRINGE ANY THIRD PARTY RIGHTS. + + 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON + 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS + A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, + OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + + 6. This License Agreement will automatically terminate upon a material + breach of its terms and conditions. + + 7. This License Agreement shall be governed by the federal + intellectual property law of the United States, including without + limitation the federal copyright law, and, to the extent such + U.S. federal law does not apply, by the law of the Commonwealth of + Virginia, excluding Virginia's conflict of law provisions. + Notwithstanding the foregoing, with regard to derivative works based + on Python 1.6.1 that incorporate non-separable material that was + previously distributed under the GNU General Public License (GPL), the + law of the Commonwealth of Virginia shall govern this License + Agreement only as to issues arising under or with respect to + Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this + License Agreement shall be deemed to create any relationship of + agency, partnership, or joint venture between CNRI and Licensee. This + License Agreement does not grant permission to use CNRI trademarks or + trade name in a trademark sense to endorse or promote products or + services of Licensee, or any third party. + + 8. By clicking on the "ACCEPT" button where indicated, or by copying, + installing or otherwise using Python 1.6.1, Licensee agrees to be + bound by the terms and conditions of this License Agreement. + + ACCEPT + + CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 + -------------------------------------------------- + + Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, + The Netherlands. All rights reserved. + + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, + provided that the above copyright notice appear in all copies and that + both that copyright notice and this permission notice appear in + supporting documentation, and that the name of Stichting Mathematisch + Centrum or CWI not be used in advertising or publicity pertaining to + distribution of the software without specific, written prior + permission. + + STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO + THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE + FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT + OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- deluge-1.2.0~rc3.orig/debian/deluge.menu +++ deluge-1.2.0~rc3/debian/deluge.menu @@ -0,0 +1,7 @@ +?package(deluge): \ + needs="X11" \ + section="Applications/Network/File Transfer" \ + title="Deluge BitTorrent Client" \ + command="/usr/bin/deluge" \ + longtitle="Bittorrent client written in Python/PyGTK" \ + icon="/usr/share/pixmaps/deluge.xpm" --- deluge-1.2.0~rc3.orig/debian/control +++ deluge-1.2.0~rc3/debian/control @@ -0,0 +1,127 @@ +Source: deluge +Section: net +Priority: optional +Maintainer: Cristian Greco +Build-Depends: debhelper (>= 7.3.13), quilt (>= 0.46-7) +Build-Depends-Indep: python-dev, + python-support (>= 0.90), + python-setuptools (>= 0.6c9) +Standards-Version: 3.8.3 +Vcs-Git: git://git.debian.org/git/collab-maint/deluge.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/deluge.git +Homepage: http://www.deluge-torrent.org/ +DM-Upload-Allowed: yes + +Package: deluge-common +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, + python (>= 2.6) | python-simplejson, + python-libtorrent (>= 0.14.6), + python-twisted-web, + python-openssl, + python-pkg-resources, + python-chardet, + python-xdg, + geoip-database +Conflicts: deluge-torrent-common (<< 1.0.7.dfsg-1), deluge-torrent (<< 1.0.7.dfsg-1), deluge-core (<< 1.2.0~rc1-1) +Replaces: deluge-torrent-common (<< 1.0.7.dfsg-1), deluge-torrent (<< 1.0.7.dfsg-1), deluge-core (<< 1.2.0~rc1-1) +Description: bittorrent client written in Python/PyGTK (common files) + Deluge is a full-featured, multi-platform, multi-interface BitTorrent client. + . + It uses libtorrent-rasterbar in it's backend and features multiple + user-interfaces including: GTK+, web and console. + . + This package contains common data files. + +Package: deluged +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, deluge-common (= ${source:Version}) +Description: bittorrent client written in Python/PyGTK (daemon) + Deluge is a full-featured, multi-platform, multi-interface BitTorrent client. + . + It uses libtorrent-rasterbar in it's backend and features multiple + user-interfaces including: GTK+, web and console. + . + This package contains the daemon application (deluged) which is able to accept + local or remote connections from any user-interface. + +Package: deluge-console +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, deluge-common (= ${source:Version}) +Description: bittorrent client written in Python/PyGTK (console ui) + Deluge is a full-featured, multi-platform, multi-interface BitTorrent client. + . + It uses libtorrent-rasterbar in it's backend and features multiple + user-interfaces including: GTK+, web and console. + . + This package contains the console user-interface. + +Package: deluge-web +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, deluge-common (= ${source:Version}), + python-mako +Conflicts: deluge-webui (<< 1.2.0~rc1-1) +Replaces: deluge-webui (<< 1.2.0~rc1-1) +Description: bittorrent client written in Python/PyGTK (web ui) + Deluge is a full-featured, multi-platform, multi-interface BitTorrent client. + . + It uses libtorrent-rasterbar in it's backend and features multiple + user-interfaces including: GTK+, web and console. + . + This package contains the web user-interface. + +Package: deluge-gtk +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, deluge-common (= ${source:Version}), + python-glade2, + python-pygame, + python-notify, + notification-daemon, + librsvg2-common, + python-dbus, + dbus-x11, + xdg-utils +Conflicts: deluge (<< 1.2.0~rc1-1) +Replaces: deluge (<< 1.2.0~rc1-1) +Description: bittorrent client written in Python/PyGTK (GTK+ ui) + Deluge is a full-featured, multi-platform, multi-interface BitTorrent client. + . + It uses libtorrent-rasterbar in it's backend and features multiple + user-interfaces including: GTK+, web and console. + . + This package contains the GTK+ user-interface. + +Package: deluge +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, deluge-gtk (= ${source:Version}) +Conflicts: deluge-common (<< 1.2.0~rc1-1) +Replaces: deluge-common (<< 1.2.0~rc1-1) +Description: bittorrent client written in Python/PyGTK + Deluge is a full-featured, multi-platform, multi-interface BitTorrent client. + . + It uses libtorrent-rasterbar in it's backend and features multiple + user-interfaces including: GTK+, web and console. + . + It has been designed using the client server model with a daemon process that + handles all the bittorrent activity. The Deluge daemon (deluged) is able to + run on headless machines with the user-interfaces being able to connect + remotely from any platform. + . + This package will install the GTK+ user interface and the 'deluge' command, + which enables launching any user-interface or setting your default one. + +Package: deluge-webui +Architecture: all +Depends: ${misc:Depends}, deluge-web +Description: bittorrent client (web ui transitional package) + This is a transitional dummy package to ensure clean upgrades from old + releases (the package deluge-webui is replaced by deluge-web). If nothing + depends on it, this package can be safely removed after upgrade. + +Package: deluge-torrent +Architecture: all +Depends: ${misc:Depends}, deluge +Description: bittorrent client (gtk ui transitional package) + This is a transitional dummy package to ensure clean upgrades from old + releases (the package deluge-torrent is replaced by deluge). If nothing + depends on it, this package can be safely removed after upgrade. --- deluge-1.2.0~rc3.orig/debian/watch +++ deluge-1.2.0~rc3/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/_rc/~rc/" \ + http://download.deluge-torrent.org/source/deluge-([\d\.]*(?:_rc\d)?)\.tar\.gz --- deluge-1.2.0~rc3.orig/debian/compat +++ deluge-1.2.0~rc3/debian/compat @@ -0,0 +1 @@ +7 --- deluge-1.2.0~rc3.orig/debian/pyversions +++ deluge-1.2.0~rc3/debian/pyversions @@ -0,0 +1 @@ +2.5- --- deluge-1.2.0~rc3.orig/debian/deluge.install +++ deluge-1.2.0~rc3/debian/deluge.install @@ -0,0 +1,4 @@ +usr/bin/deluge +usr/share/applications/* +usr/share/man/man1/deluge.1 +usr/share/pixmaps/* --- deluge-1.2.0~rc3.orig/debian/deluge-web.install +++ deluge-1.2.0~rc3/debian/deluge-web.install @@ -0,0 +1,3 @@ +usr/bin/deluge-web +usr/lib/python*/*-packages/deluge/ui/web/* +usr/share/man/man1/deluge-web.1 --- deluge-1.2.0~rc3.orig/debian/rules +++ deluge-1.2.0~rc3/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ + +override_dh_auto_clean: + dh_auto_clean + find . -type d -name '*.egg-info' | xargs rm -rf --- deluge-1.2.0~rc3.orig/debian/NEWS +++ deluge-1.2.0~rc3/debian/NEWS @@ -0,0 +1,49 @@ +deluge (1.2.0~rc1-1) experimental; urgency=low + + !!! Please read carefully: describing new Debian packages layout. + + This new deluge release comes with a partial rewrite of the core application + (Twisted) and a complete rewrite of the web user-interface (Ext-Js and AJAX). + The format of some config/state files changed with this release (Json), so + please make a _backup_ of your ~/.config/deluge directory before starting the + application! + + Deluge for Debian has been reworked in order to produce some new binary + packages and to fix the way they depend each other. + Now there is a single 'deluge-common' package which all the others depend on. + You can install the 'deluged' application (probably on a headless machine), + then use any of the three user-interfaces 'deluge-{console,web,gtk}' to + connect either to a local or remote running daemon. + + The GTK+ user-interface is actually able to work in Classic Mode by running + the core application in the same program space (in other words, 'deluge-gtk' + doesn't depend on 'deluged'). + + Each package contains its equally named executable command, with the 'deluge' + package being the preferred choice for default desktop installations because + it depends on the GTK+ ui and contains the needed icons and desktop entries. + Please note that the /usr/bin/deluge executable provided by this package is + a configurable entry point which will start the default GTK+ user-interface + and is able to optionally set your default one. + + Upgrade paths from the old 1.x and 0.5.x series have been tested and should + be working well, but please report any bug you may encounter. + + -- Cristian Greco Mon, 12 Oct 2009 16:51:43 +0200 + +deluge (1.1.3.dfsg-1) experimental; urgency=low + + Actually the licensing issue involving the source code implementing the + torrent creation feature has been solved by upstream. + This option is finally available through the GTK+ ui. + + -- Cristian Greco Tue, 17 Feb 2009 01:48:27 +0100 + +deluge (1.1.2.dfsg-1) experimental; urgency=low + + The torrent creation feature (only available when using the default GTK+ ui) + introduced with this release of deluge is currenty disabled due to a source + code licensing problem. + Please refer to README.source for further informations about repackaging. + + -- Cristian Greco Sun, 01 Feb 2009 15:27:34 +0100 --- deluge-1.2.0~rc3.orig/debian/patches/series +++ deluge-1.2.0~rc3/debian/patches/series @@ -0,0 +1,5 @@ +05_install_deluge_web_manpage.patch +10_new_release_check.patch +20_r5913_queued_torrents_dialog.patch +25_r5921_fastresume_files.patch +30_r5931_ipc_lockfile.patch --- deluge-1.2.0~rc3.orig/debian/patches/30_r5931_ipc_lockfile.patch +++ deluge-1.2.0~rc3/debian/patches/30_r5931_ipc_lockfile.patch @@ -0,0 +1,35 @@ +Author: Cristian Greco +Description: Fix issue where Deluge will fail to start if there is a stale ipc +lockfile (svn r5931). + +--- a/deluge/ui/gtkui/ipcinterface.py ++++ b/deluge/ui/gtkui/ipcinterface.py +@@ -35,7 +35,7 @@ + + + import sys +-import os.path ++import os + import base64 + + import deluge.rencode +@@ -104,6 +104,19 @@ + reactor.run() + sys.exit(0) + else: ++ lockfile = socket + ".lock" ++ log.debug("Checking if lockfile exists: %s", lockfile) ++ if os.path.lexists(lockfile): ++ try: ++ os.kill(int(os.readlink(lockfile)), 0) ++ except OSError: ++ log.debug("Removing lockfile since it's stale.") ++ try: ++ os.remove(lockfile) ++ os.remove(socket) ++ except Exception, e: ++ log.error("Problem deleting lockfile or socket file!") ++ log.exception(e) + try: + self.factory = Factory() + self.factory.protocol = IPCProtocolServer --- deluge-1.2.0~rc3.orig/debian/patches/20_r5913_queued_torrents_dialog.patch +++ deluge-1.2.0~rc3/debian/patches/20_r5913_queued_torrents_dialog.patch @@ -0,0 +1,22 @@ +Author: Cristian Greco +Description: Fix adding torrents from the Queued Torrents dialog (svn r5913). + +--- a/deluge/ui/gtkui/queuedtorrents.py ++++ b/deluge/ui/gtkui/queuedtorrents.py +@@ -34,6 +34,7 @@ + # + + ++import base64 + import os.path + + import gtk, gtk.glade +@@ -191,7 +192,7 @@ + else: + client.core.add_torrent_file( + os.path.split(torrent_path)[-1], +- base64.encodestring(open(torrent_path).read()), ++ base64.encodestring(open(torrent_path, "rb").read()), + None) + + self.liststore.foreach(add_torrent, None) --- deluge-1.2.0~rc3.orig/debian/patches/05_install_deluge_web_manpage.patch +++ deluge-1.2.0~rc3/debian/patches/05_install_deluge_web_manpage.patch @@ -0,0 +1,13 @@ +Author: Cristian Greco +Description: fix setup.py to install deluge-web.1 manpage. + +--- a/setup.py ++++ b/setup.py +@@ -386,6 +386,7 @@ + 'docs/man/deluge.1', + 'docs/man/deluged.1', + 'docs/man/deluge-gtk.1', ++ 'docs/man/deluge-web.1', + 'docs/man/deluge-console.1']) + ] + --- deluge-1.2.0~rc3.orig/debian/patches/10_new_release_check.patch +++ deluge-1.2.0~rc3/debian/patches/10_new_release_check.patch @@ -0,0 +1,35 @@ +Author: Adam Cécile (Le_Vert) +Description: Disable auto upstream checks and alerts for updates as default. +Users can still enable it throught the preferences menus. + +--- a/deluge/core/preferencesmanager.py ++++ b/deluge/core/preferencesmanager.py +@@ -101,7 +101,7 @@ + "auto_managed": True, + "move_completed": False, + "move_completed_path": deluge.common.get_default_download_dir(), +- "new_release_check": True, ++ "new_release_check": False, + "proxies": { + "peer": { + "type": 0, +--- a/deluge/ui/gtkui/gtkui.py ++++ b/deluge/ui/gtkui/gtkui.py +@@ -112,7 +112,7 @@ + "start_in_tray": False, + "lock_tray": False, + "tray_password": "", +- "check_new_releases": True, ++ "check_new_releases": False, + "default_load_path": None, + "window_maximized": False, + "window_x_pos": 0, +@@ -132,7 +132,7 @@ + "autoadd_enable": False, + "autoadd_location": "", + "choose_directory_dialog_path": deluge.common.get_default_download_dir(), +- "show_new_releases": True, ++ "show_new_releases": False, + "signal_port": 40000, + "ntf_tray_blink": True, + "ntf_sound": False, --- deluge-1.2.0~rc3.orig/debian/patches/25_r5921_fastresume_files.patch +++ deluge-1.2.0~rc3/debian/patches/25_r5921_fastresume_files.patch @@ -0,0 +1,13 @@ +Author: Cristian Greco +Description: Fix deleting old .fastresume files with fresh configs (svn r5921). +--- a/deluge/core/torrentmanager.py ++++ b/deluge/core/torrentmanager.py +@@ -298,7 +298,7 @@ + + def legacy_delete_resume_data(self, torrent_id): + """Deletes the .fastresume file""" +- path = os.path.join(self.config["state_location"], ++ path = os.path.join(get_config_dir(), "state", + torrent_id + ".fastresume") + log.debug("Deleting fastresume file: %s", path) + try: