sabnzbdplus (0.5.0-2) unstable; urgency=low * In case of the default/fallback theme, have the main package rather than the theme enforce matching their source versions to prevent a circular hard dependency (Closes: #575480). -- JCF Ploemen (jcfp) Fri, 26 Mar 2010 14:50:35 +0100 sabnzbdplus (0.5.0-1) unstable; urgency=low * New upstream release (Closes: #568208). * Updated debian/copyright to match. * Program now works with Python 2.6, no longer force 2.5: + Updated debian/pyversions. + Removed '-V2.5' option from dh_pysupport call. + Removed notice from README.source. + Dropped patch 05. * Dropping patch 01: no longer needed. * Updated remaining patches: + Updated 02, 04 and 08 to work with new release. + Added 06_use_packaged_modules.dpatch: point to system python modules rather than included copies. + Merged 07_use_system_configobj.dpatch into patch 06. * Dependencies: + Removed python-cherrypy, application was ported to cherrypy3. + Removed dep. on python-2.4 specific python-(c)elementtree. + Require rather than recommend python-feedparser. + Require sabnzbdplus-theme-smpl: it is now the default and fallback interface. + Recommend rather than suggest sabnzbdplus-theme-{plush,classic} since those are in the newly introduced configuration wizard. + Drop libjs-jquery from -theme-plush: now combined with a number of other javascripts into a single file, making it impossible to use the packaged jquery. + Add libjs-excanvas dependency to -theme-smpl. + Allow rar as an alternative for unrar. + Suggest python-dbus to support the end-of-queue actions. + Version (un)rar dependencies due to the programs use of command line options only available in more recent versions of unrar. * Overriding lintian warning about jquery: + Adding debian/sabnzbdplus.lintian-overrides. + Adding dh_lintian call in debian/rules. + Bumpimg debhelper version to >= 6.0.7 (needed for dh_lintian). + Setting debian/compat to 6. * Priority is back to optional (no more python-cherrypy). * Changed sabnzbdplus-theme-iphone to a transitional package: no longer included upstream, replaced by "Mobile". * New binary packages: + sabnzbdplus-theme-mobile, new theme replacing -theme-iphone. + sabnzbdplus-theme-classic: formerly "Default" and included in the main package. * Updated various docs: man page, README.source. * Modified the init script: + Account for the side effects of the program's builtin restart function. + Assorted minor improvements. * Using debian/sabnzbdplus.examples rather than sabnzbdplus.docs for the sample post-processing script. * Bumped Standards-Version to 3.8.4 (no changes needed). * Install included patched copy of cherrypy3: both 3.1.x and 3.2.0rc1 suffer from crippling bugs in the https implementation. -- JCF Ploemen (jcfp) Sun, 21 Feb 2010 21:32:58 +0100 sabnzbdplus (0.4.12-1) unstable; urgency=low * New upstream release. * Bumped Standards-Version to 3.8.3 (no changes needed). * Adding patches: + debian/patches/08_disable_new_version_check.dpatch: disable the builtin check for new versions. (Closes: #530628) + debian/patches/05_force_python_version.dpatch: program doesn't support Python 2.6 yet: force use of Python 2.5. * Minor changes in debian/pyversions and debian/rules regarding the exclusive use of Python 2.5. * Documenting Python 2.6 compatibility issue in debian/README.source. * Updated man page. * Init.d script: + run later, so all networking is already configured at startup, and add NetworkManager as a Should-Start,Stop. dependency to the LSB Init Info. (LP: #402045) + assorted minor tweaks. * Changed Priority to extra, following dependency python-cherrypy that was demoted from optional to extra in 2.3.0-3. * Drop versioning of dependencies on unzip, unrar. -- JCF Ploemen (jcfp) Mon, 05 Oct 2009 22:44:55 +0200 sabnzbdplus (0.4.11-1) unstable; urgency=low * New upstream release. -- JCF Ploemen (jcfp) Thu, 21 May 2009 12:11:43 +0200 sabnzbdplus (0.4.9-1) unstable; urgency=low * Initial release. (Closes: #514156) * Adding patches: + debian/patches/01_remove_script_headers.dpatch: prevent lintian from complaining about non-executable scripts. + debian/patches/02_find_parts_in_usr_share.dpatch: make the program find parts (interface templates, python modules) under /usr/share. + debian/patches/04_use_config_when_daemon.dpatch: use the normal configuration when run as a daemon to prevent the program from trying to store its configuration and internal accounting files in /usr/bin. + debian/patches/07_use_system_configobj.dpatch: use the system configobj rather than the included stock copy. -- JCF Ploemen (jcfp) Fri, 27 Mar 2009 20:19:16 +0100