Change logs for deluge source package in Jaunty

  • deluge (1.1.6+dfsg-2ubuntu1) jaunty; urgency=low
    
      * Merge from debian unstable (LP: #357126), remaining changes:
        - Python 2.6 transition (LP: #359404):
          + debian/*.intall: Install to usr/lib/python*/*-packages/
          + debian/rules: Pass --install-layout=deb to setup.py
    
    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).
    
     -- Andrew Starr-Bochicchio <email address hidden>   Fri, 10 Apr 2009 19:54:29 +0100
  • deluge (1.1.6+dfsg-1ubuntu1) jaunty; urgency=low
    
      * Merge from debian unstable (LP: #357126), remaining changes:
        - Python 2.6 transition (LP: #336229):
          + debian/*.intall: Install to usr/lib/python*/*-packages/
          + debian/rules: Pass --install-layout=deb to setup.py
    
    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).
    
     -- Andrew Starr-Bochicchio <email address hidden>   Tue, 07 Apr 2009 12:19:45 -0400
  • deluge (1.1.5+dfsg-1ubuntu1) jaunty; urgency=low
    
      * Merge from debian unstable (LP: #340481), remaining changes:
       - Python 2.6 transition (LP: #336229):
        + debian/*.intall: Install to usr/lib/python*/*-packages/
        + debian/rules: Pass --install-layout=deb to setup.py
    
     -- Andrew Starr-Bochicchio <email address hidden>   Wed, 18 Mar 2009 10:55:02 +0000
  • deluge (1.1.3+dfsg-1ubuntu1) jaunty; urgency=low
    
      * debian/*.intall:
       - Install to usr/lib/python*/*-packages/ for python 2.6 transition (LP: #336229).
      * debian/rules:
       - Pass --install-layout=deb to setup.py
    
     -- Andrew Starr-Bochicchio <email address hidden>   Mon, 02 Mar 2009 19:16:28 -0500
  • 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.
    
     -- Alessio Treglia <email address hidden>   Thu,  19 Feb 2009 17:29:08 +0000
  • 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.
    
     -- BUGabundo <email address hidden>   Sat,  14 Feb 2009 13:22:42 +0000
  • deluge (1.0.7.dfsg-3) experimental; urgency=low
    
      * Add dummy package deluge-torrent for clean upgrades (Closes: #510824).
    
    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.
    
    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.
    
    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.
    
    deluge-torrent (0.5.9.1-1) unstable; urgency=low
    
      * New upstream release (Closes: #475313, #465059).
      * Add missing dbus-x11 runtime dependency (Closes: #481564).
    
    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.
    
    deluge-torrent (0.5.8.6-1) unstable; urgency=low
    
      * New upstream release (Closes: #470702).
    
    deluge-torrent (0.5.8.5-1) unstable; urgency=low
    
      * New upstream release (Closes: #469969).
    
    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.
    
    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.
    
    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).
    
    deluge-torrent (0.5.7.1~debian-1) unstable; urgency=low
    
      * New upstream release (Closes: #448475, #452808).
      * Add runtime dependencies: librsvg2-common, python-pyopenssl. 
    
    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.
    
    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).
    
    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.
    
    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.
    
    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.
    
    deluge-torrent (0.5.2-1) unstable; urgency=low
    
      * New upstream release (Closes: #431929, #416014, #429880).
    
    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.
    
    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.
    
    deluge-torrent (0.5.0-2) unstable; urgency=low
    
      * Call dh_desktop (Closes: #408891, #415708).
    
    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.
    
    deluge-torrent (0.4.1-2) unstable; urgency=low
    
      * Really change menu entries name (Closes: #404992).
    
    deluge-torrent (0.4.1-1) unstable; urgency=low
    
      * New upstream release.
      * Change menu entries name from Deluge-torrent to Deluge Torrent.
    
    deluge-torrent (0.4.0-2) unstable; urgency=low
    
      * Build with -DAMD64 for 64bits systems (Closes: #402257).
    
    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.
    
    deluge-torrent (0.3.1.1-1) unstable; urgency=low
    
      * Initial release (Closes: #398916).
    
     -- Hew McLachlan <email address hidden>   Sun,  25 Jan 2009 02:09:57 +0000