Skip to content

Debian Changelog deejayd (0.9.0-4)

2010

deejayd (0.9.0-4) unstable; urgency=low

   * Add missing ${misc:Depends} dependency to all binary packages.
   * Depend on libxine1-x instead of libxine1 for deejayd-xine (dh_xine is NOT
     used because of the big useless builddep on libxine-dev) (Closes: #575118).
   * Fix spelling mistake in deejayd.conf manual page (usefull → useful).
   * Update Vcs-* fields in debian/control te reflect Hg switch.
   * Update policy to 3.9.1: Handle djc binary package removal with
     Breaks/Replaces instead of Conflicts.
   * Fix override disparity of binary package deejayd-xine by allocating it to
     section 'video'.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Mon, 20 Sep 2010 21:18:57 +0200

deejayd (0.9.0-3) unstable; urgency=low

   * Simplify debian/rules by removing per-python-version targets which are
     not needed (Closes: #587326).
   * Drop the 'current' keyword in the 'XS-Python-Version' debian/control
     field to ensure compatibility with newer Python versions without
     rebuilding.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Mon, 20 Sep 2010 15:38:40 +0200

2009

deejayd (0.9.0-2) unstable; urgency=low

   * Xorg related scripts : fix auth files created in / by passing -t to mktemp.
   * Fix another bashism in /etc/init.d/deejayd.
   * Really fix build with python2.6 by applying patch from Kumar Appaiah
     (Closes: #547815).

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Tue, 13 Oct 2009 20:48:47 +0200

deejayd (0.9.0-1) unstable; urgency=low

   * New upstream version.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Tue, 22 Sep 2009 07:58:33 +0200

deejayd (0.8.3-2) unstable; urgency=low

   * Xorg connection scripts :
     - do not force mktemp to use /tmp.
     - fix possible bashisms in related scripts.
     - ensure required variables have default values.
     - change [ -r $filepath ] to [ -r "$filepath" ] in scripts to ensure proper
       behaviour.
     - when using the provided Xorg initscript, ensure the X server is ready to
       accept connections before trying to launch the X clients.
   * Update to policy 3.8.3 (nothing to do).

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Wed, 26 Aug 2009 22:05:34 +0200

deejayd (0.8.3-1) UNRELEASED; urgency=low

   * New upstream release ensuring compatility with Firefox/Iceweasel >= 3.5 .
   * Improve how Deejayd can connect to Xorg, see README.Debian and comments
     in /etc/default/deejayd .
   * Update to policy 3.8.2 (nothing to do).

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Mon, 06 Jul 2009 07:25:10 +0200

deejayd (0.8.2-1) UNRELEASED; urgency=low

   * New upstream version fixing playback of albums lacking album art.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Sun, 24 May 2009 10:30:52 +0200

deejayd (0.8.1-1) UNRELEASED; urgency=low

   * New upstream version.
   * Add new deejayd-webui-extension binary package.
   * Remove the djc binary package and include the djc script in the
     deejayd-client binary package.
   * Improve debian/rules clean target by making it remove all .pyc files.
   * Bump standards version to 3.8.1 :
     - Ensure the start action of the init script does not start the daemon
       again.
   * Fixed default file (/etc/default/deejayd).
   * Do not process the deejayd-webui-extension packages with dh_pycentral.
   * Added NEWS to installed doc.
   * Update Vcs-Browser field.
   * Simplify clean rule thanks to upstream improvements (Closes: #535374).
   * Add upstream tarball embbedded JQuery copy licence information to
     debian/copyright.
   * Fix build with Python 2.6 as distutils file locations change from
     site-packages to dist-packages, for public modules (LP: #351626).

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Thu, 21 May 2009 15:09:11 +0200

2008

deejayd (0.7.2-2) unstable; urgency=low

   * Update to policy 3.8.0 (nothing to do).
   * Add a README.Debian files for configuration information.
   * Allow whitespace characters in activated_modes configuration variable.
   * Upstream provided fixes for Firefox 3 in the XUL webui (search box and
     others).
   * Remove Debian specific manpages which have been included upstream (and
     backport build system into this version).
   * Some cleanups in debian/rules clean target.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Wed, 23 Jul 2008 00:06:48 +0200

deejayd (0.7.2-1) unstable; urgency=low

   * New upstream release.
   * Added replaygain scanning script to installed files (in docs).

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Thu, 15 May 2008 21:20:56 +0200

deejayd (0.7.1-3) unstable; urgency=low

   * Fix medialist sql request.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Mon, 05 May 2008 20:17:38 +0200

deejayd (0.7.1-2) unstable; urgency=low

   * Handle permission denied on rdf dir for webui.
   * Put back bind_adresses comment in config file.
   * Ensure that what is out of the sqlite db is utf-8, which prevents crashing
     of at least the add-to-playlist command when used with non-ascii characters.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Sat, 03 May 2008 11:35:17 +0200

deejayd (0.7.1-1) unstable; urgency=low

   * New upstream release.
   * Add missing build indep dep on gettext.
   * Ensure binary packages versions consistency.
   * Minor fix to short description.
   * Make deps compatible with python (>= 2.5) with celementtree and ctypes in
     the standard library.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Wed, 16 Apr 2008 21:59:42 +0200

deejayd (0.7.0-1) unstable; urgency=low

   * New upstream release.
   * Do not declare a useless virtual package deejayd-mediabackend
     (Closes: #472451).
   * Fix log rotation using new log reopen on SIGHUP feature.
   * Add upstream NEWS to docs.
   * Fix watch file.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Sat, 29 Mar 2008 19:22:16 +0100

deejayd (0.6.3-6) unstable; urgency=low

   * Initial upload to Debian (Closes: #463973).
   * Fix debian/copyright to state that some uptream files are GPL v2 only.
   * pycentral Bug 452227 is fixed so removed related workaround in
     debian/rules.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Tue, 18 Mar 2008 07:55:11 +0100

deejayd (0.6.3-5) unstable; urgency=low

   * Remove useless mediadb dir in default config.
   * Make audio/video drivers default to auto.
   * Logrotate support.
   * Listen on localhost by default.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Mon, 10 Mar 2008 23:13:40 +0100

deejayd (0.6.3-4) unstable; urgency=low

   * Backported upstream patches :
     - [webui] do not make tagless media files crash the javascript
     - [mediadb] asf support
     - do not fail to start if webui is not installed
     - [webui] fix title
     - [djc] fix audio_search args order to be consistent with doc
     - [deejayd] add Flac support
   * Remove useless tests.py file in debian diff.
   * Point VCS browser link directly to src/ dir.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Sat, 08 Mar 2008 12:54:21 +0100

deejayd (0.6.3-3) unstable; urgency=low

   * Fixes thanks to comments from Steve Greenland :
     - Remove duplicate debian/debian content.
     - Use a GNU Make pattern rule to build manpages in debian/rules.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Thu, 06 Mar 2008 07:35:18 +0100

deejayd (0.6.3-2) unstable; urgency=low

   * Fixes thanks to comments from nijel@d.o (LSB, Build-Depends-Indep).

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Thu, 28 Feb 2008 19:01:14 +0100

deejayd (0.6.3-1) unstable; urgency=low

   * New upstream release.

 -- Alexandre Rossi <alexandre.rossi@gmail.com>  Sun, 10 Feb 2008 22:12:45 +0100

deejayd (0.6.2-1) UNRELEASED; urgency=low

   * 0.6.2 Release.
   * Changes since 0.6.1
     * fix in xine backend
       * correctly hide cursor
       * fix xine event callback
     * fix in mediadb (skip file with bad caracter)

 -- Mickael Royer <mickael.royer@gmail.com>  Sun, 03 Feb 2008 09:47:15 +0100

deejayd (0.6.1-1) UNRELEASED; urgency=low

   * 0.6.1 Release.
   * Changes since 0.6.0
     * fix important bug in xine backend
     * fix symlinks support in audio/video library

 -- Mickael Royer <mickael.royer@gmail.com>  Mon, 28 Jan 2008 23:08:19 +0100

deejayd (0.6.0-1) UNRELEASED; urgency=low

   * 0.6.0 Release.
   * Changes since 0.5.0
       * rewrite xine backend to use ctypes
       * xine : add gapless support
       * improve video mode
       * add signaling support
       * add inotify support to update audio/video library
       * improve webui performance
       * add i18n support (only french translation is available for now)
       * A lot of cleanups and bugfixes

 -- Mickael Royer <mickael.royer@gmail.com>  Sat, 26 Jan 2008 17:22:49 +0100

2007

deejayd (0.5.0-1) UNRELEASED; urgency=low

   * 0.5.0 Release.
   * Changes since 0.4.1
     * xine backend : close stream when no media has been played
     * integrate webui in deejayd. Ajaxdj is useless now
     * support all commands in library client and djc
     * A lot of cleanups and bugfixes

 -- Mickael Royer <mickael.royer@gmail.com>  Wed, 26 Dec 2007 10:42:18 +0100

deejayd (0.4.1-1) UNRELEASED; urgency=low

   * 0.4.1 Release.
   * Changes since 0.4
     * Fix bugs in mediadb and video source
     * Fix documentation generation and update it

 -- Mickael Royer <mickael.royer@gmail.com>  Sat, 10 Nov 2007 23:57:08 +0100

deejayd (0.4-1) UNRELEASED; urgency=low

   * 0.4 Release.
   * Changes since 0.2
     * Add dvd support
     * Add a python library client
     * Add a command line client : djc
     * Improve performance and memory usage with the use of celementtree module
     * A lot of cleanups and bugfixes

 -- Mickael Royer <mickael.royer@gmail.com>  Sun, 4 Nov 2007 18:32:31 +0100