audacious-plugins (2.3-1ubuntu4) lucid; urgency=low

  * Disable SSE2 on i386 (LP: #565381).

 -- Benjamin Drung <bdrung@ubuntu.com>  Tue, 20 Apr 2010 13:53:48 +0200

audacious-plugins (2.3-1ubuntu3) lucid; urgency=low

  * Drop correct-icon-name.patch.
  * Add panel-icon.patch to make panel icon themable (LP: #563043).

 -- Benjamin Drung <bdrung@ubuntu.com>  Tue, 20 Apr 2010 00:56:10 +0200

audacious-plugins (2.3-1ubuntu2) lucid; urgency=low

  * Add correct-icon-name.patch: Check for audacious2 instead of audacious to
    pick up the icon from the theme (LP: #563043).

 -- Benjamin Drung <bdrung@ubuntu.com>  Thu, 15 Apr 2010 22:56:25 +0200

audacious-plugins (2.3-1ubuntu1) lucid; urgency=low

  * Merge from Debian experimental (LP: #494604), remaining change:
    - audacious-plugins suggests timidiy for midi playback
  * Build-Depend on libav* for ffaudio.
  * Break and replace audacious (<< 2.3).
  * Drop audacious-plugins-dev package. "apt-get build-dep audacious-plugins"
    will do the same job.
  * audacious-plugins recommends audacious instead of depending on it to break
    the circular dependency (Closes: #528588).

 -- Benjamin Drung <bdrung@ubuntu.com>  Tue, 13 Apr 2010 22:48:07 +0200

audacious-plugins (2.3-1) experimental; urgency=low

  * New uploader.
    - Remove old uploaders.
  * New upstream release.
  * Bump standards version. 
  * Use source format 3.0 (quilt).
  * Remove audacious-plugins-extra.
    - Add replaces in debian/control.
  * Updates to debian/copyright.
  * Use dh7 in debian/rules.
  * Repacked orig to be dfsg-free.

 -- Chris Taylor <ctaylor@debian.org>  Sat, 03 Apr 2010 01:16:52 +0000

audacious-plugins (2.1-1.1) unstable; urgency=low

  * NMU from Moenchengladbach BSP
  * Fixes FTBFS due to conflicting types for jack_free (Closes: #560510)
    [debian/patches/10_jack_fix_conflicting_types.diff]
  * Fixes FTBFS on kFreeBSD (Closes: #543329)
  
 -- Axel Beckert <abe@deuxchevaux.org>  Sun, 24 Jan 2010 01:09:51 +0100

audacious-plugins (2.1-1ubuntu2) lucid; urgency=low

  * Rebuild for jack transition.
  * Add a patch, cherry-picked from upstream that fixes a build failure with
    the new jack.

 -- Steve Kowalik <stevenk@ubuntu.com>  Tue, 19 Jan 2010 12:48:29 +1100

audacious-plugins (2.1-1ubuntu1) lucid; urgency=low

  [ Bhavani Shankar ]
  * Merge from debian unstable, remaining changes: LP: #399617
    - debian/control:
      + audacious-plugins-extra depends on audacious-plugins
      + audacious-plugins suggests timidiy for midi playback
      + Move PulseAudio from description of extra to main package.
    - debian/rules:
      + Install pulse_audio.so in audacious-plugins dir.
      + Add --disable-arts to ./configure
  * Remove debian/patches/cuesheet.patch as its already superceeded in 
    debian.

  [ Andreas Moog ]
  * install /usr/lib/audacious/General/gtkui.so to audacious-plugins.
  * Fixes also: LP: #403387

 -- Andreas Moog <amoog@ubuntu.com>  Thu, 23 Jul 2009 13:02:52 +0200

audacious-plugins (2.1-1) unstable; urgency=low

  * New upstream release.
    - Fix a file descriptor leak in madplug.  (Closes: #524470)

 -- William Pitcock <nenolod@dereferenced.org>  Tue, 07 Jul 2009 20:57:23 -0500

audacious-plugins (2.0.1-3ubuntu1) lucid; urgency=low

  * Merge from Debian unstable (LP: #383307), remaining changes:
    - debian/control:
      + audacious-plugins-extra depends on audacious-plugins
      + audacious-plugins suggests timidiy for midi playback
      + Move PulseAudio from description of extra to main package.
    - debian/rules:
      + Install pulse_audio.so in audacious-plugins dir.
      + Add --disable-arts to ./configure
  * Dropped changes, superseded in Debian:
    - Update Standards-Version.
    - aRts removal:
      + debian/control:
        - Remove libartsc0-dev from build depends.
        - Remove libartsc0-dev from depends of audacious-plugins-dev.
        - Remove aRts from list of output plugins in description of
          audacious-plugins-extra.
        + debian/audacious-plugins-extra.install:
        - Remove arts-related files.
      + debian/patches/series:
        - Remove debian/patches/000-Move_arts_helper.patch from list.
  * Add debian/patches/cuesheet.patch: Correctly handle expansion of
    multiple .cue files in playlist; thanks to Jean-Louis Dupond.

 -- Benjamin Drung <bdrung@ubuntu.com>  Sun, 07 Jun 2009 18:58:22 +0200

audacious-plugins (2.0.1-3) unstable; urgency=low

  * Fix deadlock in vorbis plugin which was dependent on a codepath that only
    holds true with certain ALSA output methods (but not all of them).
    (Closes: #531835)

 -- William Pitcock <nenolod@dereferenced.org>  Thu, 04 Jun 2009 19:40:12 -0500

audacious-plugins (2.0.1-2) unstable; urgency=low

  * Fix improper dependency on audacious-plugins-dev. (Closes: #531776)

 -- William Pitcock <nenolod@dereferenced.org>  Thu, 04 Jun 2009 02:42:20 -0500

audacious-plugins (2.0.1-1) unstable; urgency=low

  * New upstream release.
    - New skins plugin with many less design flaws than the old XMMS code.
      (Closes: #456558, #460802, #500081)
    - Do not crash when invalid monkey's audio chunks are encountered.
      (Closes: #514674)
    
  * Acknowledge NMU, thanks Rafael for your work.
    - debian/patches/004-compile-with-libmtp8.patch: dropped,
      different patch integrated upstream to solve the same issue.
    
  * debian/audacious-plugins.install: add crossfade.so, skins.so.
  * debian/audacious-plugins-extra.install: add icecast.so, psf2.so, xsf.so
  * debian/control: enable projectm again.
  * debian/patches/*: dropped, integrated upstream.
  * debian/control: remove dependency on libmpcdec-dev and disable musepack
    support, as musepack sv7 and sv8 will be regained by audacious-ffaudio
    shortly, e.g. before squeeze ships.
    (Closes: #518679, #476383)

 -- William Pitcock <nenolod@dereferenced.org>  Fri, 29 May 2009 21:36:59 -0500

audacious-plugins (1.5.1-2.1ubuntu1) lucid; urgency=low

  * Merge from debian unstable, remaining changes:
  * aRts removal:
    + debian/control:
      - Remove libartsc0-dev from build depends.
      - Remove libartsc0-dev from depends of audacious-plugins-dev.
      - Remove aRts from list of output plugins in description of
        audacious-plugins-extra.
    + debian/rules:
      + Add --disable-arts to ./configure
    + debian/audacious-plugins-extra.install:
      - Remove arts-related files.
    + debian/patches/series:
      - Remove debian/patches/000-Move_arts_helper.patch from list.
  * PulseAudio plugin moved from extra to main package:
    + debian/control:
      + Move PulseAudio from description of extra to main package.
    + debian/rules:
      + Install pulse_audio.so in audacious-plugins dir. 
  * Other changes:
    + debian/control:
      + audacious-plugins-extra depends on audacious-plugins
      + audacious-plugins suggests timidiy for midi playback
      + Update Standards-Version.

 -- Andreas Wenning <awen@awen.dk>  Thu, 30 Apr 2009 20:12:09 +0200

audacious-plugins (1.5.1-2.1) unstable; urgency=low

  * NMU for helping with the libmtp7 -> libmtp8 transition, with the
    authorization of the Release Team
    (http://lists.debian.org/debian-release/2009/03/msg00085.html)
  * debian/patches/004-compile-with-libmtp8.patch: New patch for fixing 
    the new number of arguments in function LIBMTP_Send_Track_From_File
    (closes: #516559)
  * debian/audacious-plugins-extra.install: Do not install musepack.so, as
    this plugin is not built anymore when the current version of
    libmpcdec-dev now in unstable (1:0.1~r435-1) is used.  This is related
    to Bug#518679. In this bug report, a patch was proposed for
    src/musepack/libmpc.h, but it does actually not work.  This version of
    audacious-plugins-extra will not ship the musepack plugin as in the
    previous version.

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 08 Mar 2009 16:24:32 +0100

audacious-plugins (1.5.1-2ubuntu3) jaunty; urgency=low

  * Remove arts from dependencies. (LP: #320915)
    - debian/control:
      - Remove libartsc0-dev from build depends.
      - Remove libartsc0-dev from depends of audacious-plugins-dev.
      - Remove aRts from list of output plugins in description of
        audacious-plugins-extra.
    - debian/rules:
      + Add --disable-arts to ./configure
    - debian/audacious-plugins-extra.install:
      - Remove arts-related files.
    - debian/patches/series:
      - Remove debian/patches/000-Move_arts_helper.patch from list.

 -- Andreas Wenning <awen@awen.dk>  Mon, 02 Feb 2009 12:50:15 +0100

audacious-plugins (1.5.1-2ubuntu2) intrepid; urgency=low

  * Rebuild for libtmp7 -> libmtp8 transition (LP: #262336)
  * debian/patches/090-libmtp-0.3.0.patch: apply patch from
    http://bugzilla.atheme.org/attachment.cgi?id=29&action=view
    to allow build against new libmtp (0.3.0)

 -- Riccardo Coccioli <volans@ubuntu.com>  Thu, 28 Aug 2008 18:27:25 +0200

audacious-plugins (1.5.1-2ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
   + Suggests timidiy since midi files won't be played without it
   + PulseAudio plugin movement from extra package to main
     because of the switchover to PulseAudio in hardy.
   + Update Standards-Version.

 -- Emanuele Gentili <emgent@ubuntu.com>  Fri, 01 Aug 2008 14:17:35 +0200

audacious-plugins (1.5.1-2) unstable; urgency=low

  * debian/patches/003-fix-ftbfs-ia64.patch: Fix FTBFS on ia64.

 -- William Pitcock <nenolod@dereferenced.org>  Thu, 17 Jul 2008 20:25:56 -0500

audacious-plugins (1.5.1-1ubuntu1) intrepid; urgency=low

  * Merge from debian unstable (LP: #243539, #235035), remaining 
    changes:
    - Suggests timidiy since midi files won't be played without it
    - PulseAudio plugin movement from extra package to main 
      because of the switchover to PulseAudio in hardy 

 -- Timo Aaltonen <tepsipakki@ubuntu.com>  Thu, 10 Jul 2008 15:43:53 +0300

audacious-plugins (1.5.1-1) unstable; urgency=low

  * New upstream release. Highlights include:
    - HTTP GET support is improved. (Closes: #466320)
    - Improved HTTP proxy support. (Closes: #483029)
    - Many bugs in the neon plugin have been fixed. (Closes: #468926)
  * Packaging improvements:
    - debian/control, debian/rules: Add audacious-plugins-dbg, which
      contains debugging symbols for the plugins. Please install this
      package before reporting segfaults, it makes bug fixing easier.
    - debian/control, debian/rules, debian/patches/*: switch to Quilt.
    - debian/control: update my e-mail address.
    - debian/audacious-plugins-{extra,dev}.links: remove pointless symlink,
      the copyright file isn't that large.

 -- William Pitcock <nenolod@dereferenced.org>  Fri, 06 Jun 2008 19:29:59 -0500

audacious-plugins (1.5.0-2ubuntu1) intrepid; urgency=low

  * Merge from debian unstable (LP: #236223), remaining changes:
  + debian/control: 
    - Suggests timidiy since midi files won't be played without it
    - PulseAudio plugin movement from extra package to main 
      because of the switchover to PulseAudio in hardy 

 -- Efrain Valles Pulgar (effie_jayx) <effie.jayx@gmail.com>  Mon, 16 Jun 2008 06:32:42 -0430

audacious-plugins (1.5.0-2) unstable; urgency=low

  * Remove unnecessary Pre-Depends. (Closes: #471041)

 -- William Pitcock <nenolod@sacredspiral.co.uk>  Thu, 15 May 2008 06:21:07 -0500

audacious-plugins (1.5.0-1ubuntu3) intrepid; urgency=low

  * drop debian/dirs file introduced by last upload to get intrepid
    in sync with what was uploaded to hardy-proposed in LP: #221382
    - remove debian/dirs

 -- Alexander Sack <asac@ubuntu.com>  Wed, 28 May 2008 16:22:52 +0200

audacious-plugins (1.5.0-1ubuntu2) intrepid; urgency=low

  * fix LP: #221382: make depends out of audacious-plugins-extra pre-depends
    on audacious-plugins (= ${binary:Version}); in turn, ensure that
    /usr/share/doc/audacious-plugins directory is shipped by all binary
    packages.
    - update debian/control
    - add debian/dirs

 -- Alexander Sack <asac@ubuntu.com>  Wed, 28 May 2008 15:32:35 +0200

audacious-plugins (1.5.0-1ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. (LP: #203919) Remaining Ubuntu changes:
  + debian/control: 
    - Add versioned conflicts/replaces against audacious-plugins-extra to 
      audacious-plugins, since the libpulse output plugin used to live in 
      audacious-plugins-extra
    - Suggests timidiy since midi files won't be played without it
    - Modify Maintainer value to match Debian-Maintainer-Field Spec
    - PulseAudio plugin movement from extra package to main 
      because of the switchover to PulseAudio in hardy 

 -- Stefan Ebner <hellboy195@gmail.com>  Mon, 24 Mar 2008 16:31:50 +0100

audacious-plugins (1.5.0-1) unstable; urgency=low

  * New upstream release. Highlights include:
    - Usage of libsndfile for WAV playback. (Closes: #452563)
    - Fixed FTBFS with gcc 4.3. (Closes: #455291)
    - More tolerant FLAC plugin. (Closes: #437362)
    - Improved support for pulse audio. (Closes: #459211)
    - Corrected discid calculation with cdaudio-ng. (Closes: #464612)
    - New from-scratch Monkey's Audio codec. (Closes: #463247)
    - Rewritten scrobbler plugin. (Closes: #444095)
  * debian/audacious-plugins.install: Add demac.so to the target list.

 -- William Pitcock <nenolod@sacredspiral.co.uk>  Thu, 13 Mar 2008 21:42:39 -0500

audacious-plugins (1.4.5-1ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - Conflicts/Replaces changes for Ubuntu
    - Suggests timidiy
    - Maintainer reassignment
    - PulseAudio plugin movement from extra package to main

 -- Jérôme Guelfucci <jerome.guelfucci@gmail.com>  Sat, 02 Feb 2008 14:03:46 +0100

audacious-plugins (1.4.5-1) unstable; urgency=low

  * New upstream release, no packaging changes needed. Highlights include:
    - Major fixing of the last.fm submission plugin. (Closes: #431956)
    - Fix handling of HTTP redirects. (Closes: #451519)

 -- William Pitcock <nenolod@sacredspiral.co.uk>  Thu, 31 Jan 2008 14:51:34 -0600

audacious-plugins (1.4.4-1ubuntu1) hardy; urgency=low

  * Merge with Debian unstable; remaining Ubuntu changes are:
    - Conflicts/Replaces changes for Ubuntu
    - Maintainer reassignment
    - PulseAudio plugin movement from extra package to main

 -- William Pitcock <nenolod@sacredspiral.co.uk>  Thu, 03 Jan 2008 02:43:40 -0600

audacious-plugins (1.4.4-1) unstable; urgency=low

  * New upstream release. No packaging changes needed. Highlights include:
    - WMA plugin supports URIs properly. (Closes: #458479)
    - M3U playlists support relative paths without crashing.

 -- William Pitcock <nenolod@sacredspiral.co.uk>  Tue, 01 Jan 2008 15:20:07 -0600

audacious-plugins (1.4.2-1ubuntu2) hardy; urgency=low

  * Apply some upstream fixes to the PulseAudio plugin. (LP: #164048)
  * Move PulseAudio plugin to main package from extra.
  * audacious-plugins 1.4.2-1ubuntu2 conflicts with
    audacious-plugins-extra << 1.4.2-1ubuntu2 to allow update due to
    file moves.

 -- William Pitcock <nenolod@sacredspiral.co.uk>  Sun, 23 Dec 2007 20:35:09 -0600

audacious-plugins (1.4.2-1ubuntu1) hardy; urgency=low

  * Merge from debian unstable, remaining changes: (LP: #176837)
    -debian/control:
     - Adjusted Conflicts/Replaces for Ubuntu
     - Modify Maintainer value to match Debian-Maintainer-Field Spec
  * Suggests to timidity (LP: #138049)

 -- Pedro Fragoso <emberez@gmail.com>  Sat, 15 Dec 2007 21:47:47 +0000

audacious-plugins (1.4.2-1) unstable; urgency=low

  * New upstream release.
  * Added William Pitcock (upstream) as co-maintainer.
  * Add libimlib2-dev (>= 1.1.0) b-depend to build rootvis plugin.
  * Bump Standards-Version to 3.7.3.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Tue, 11 Dec 2007 19:28:20 +0100

audacious-plugins (1.4.1-2ubuntu2) hardy; urgency=low

  * No change upload for libmtp6 -> libmtp7

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 04 Dec 2007 14:07:27 +0000

audacious-plugins (1.4.1-2ubuntu1) hardy; urgency=low

  * Merge from debian unstable, remaining changes:
     - Maintainer change
     - Adjusted Conflicts/Replaces for Ubuntu

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 29 Nov 2007 10:23:23 +1100

audacious-plugins (1.4.1-2) unstable; urgency=low

  * Configure with --chardet (Closes: #452413).
  * Add b-deps on libprojectm-dev and add the plugin to extra package (Closes: #451487).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Fri, 23 Nov 2007 22:51:00 +0100

audacious-plugins (1.4.1-1) unstable; urgency=low

  * New upstream release.
  * Bump audacious b-deps/depends (API fix).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Wed, 21 Nov 2007 21:40:57 +0100

audacious-plugins (1.4.0-1) unstable; urgency=low

  * New upstream release.
  * Bump libvorbis-dev b-dep to (>= 1.2).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Tue, 13 Nov 2007 11:39:33 +0100

audacious-plugins (1.4.0~beta4-1) unstable; urgency=low

  * New upstream release:
    - Drop libaudacious stuff from debian/rules (not used anymore),
    - Add 002-Disable_Makefile_silent_output patch (new build system),
    - Add libneon build depend,
    - Add libcdio-cdda-dev and libcddb-dev build depend,
    - Many changes to audacious-plugins(-extra).install,
    - Add libmtp-dev build depend.
  * Use new dpkg 'homepage' field.
  * Update debian/watch.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sun, 28 Oct 2007 22:04:21 +0100

audacious-plugins (1.3.5-4ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
     - Build with --enable-chardet
     - Maintainer change
  * Adjusted Conflicts/Replaces for Ubuntu

 -- Adrien Cunin <adri2000@ubuntu.com>  Mon, 05 Nov 2007 14:25:05 +0100

audacious-plugins (1.3.5-4) unstable; urgency=low

  * Move libcurl.so to audacious-plugins package (needed to play online streams) (Closes: #444777).
  * audacious-plugins conflicts with audacious-plugins-extra << 1.3.5-4 to allow update.
  * Add libbinio-dev b-d to build adplug input backend and install it to audacious-plugins-extra package.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sat, 13 Oct 2007 21:32:25 +0200

audacious-plugins (1.3.5-3ubuntu4) gutsy; urgency=low

  * Added necessary conflicts and replaces due to the file move.

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 15 Oct 2007 21:58:04 +1000

audacious-plugins (1.3.5-3ubuntu3) gutsy; urgency=low

  * Install libcurl.so in -plugins instead of -plugins-extra (LP: #123150)
    (As it is needed to play streams)

 -- Adrien Cunin <adri2000@ubuntu.com>  Sun, 14 Oct 2007 21:26:48 +0200

audacious-plugins (1.3.5-3ubuntu2) gutsy; urgency=low

  * Add support for adplug plugin: (Closes LP# 119275)
    * Add b-d for libbinio-dev
    * Update audacious-plugins-extra.install

 -- Barry deFreese <bddebian@comcast.net>  Sun,  2 Sep 2007 11:28:25 -0400

audacious-plugins (1.3.5-3ubuntu1) gutsy; urgency=low

  * Build with --enable-chardet (Closes LP# 124295)
  * Update maintainer per spec

 -- Barry deFreese <bddebian@comcast.net>  Fri, 17 Aug 2007 22:13:53 -0400

audacious-plugins (1.3.5-3) unstable; urgency=low

  * Add audacious (>> 1.3), audacious (<< 1.4~) dependency to audacious-plugins(-extra) to support Etch partial upgrade.
  * Update build-depends and audacious-plugins-dev dependencies with the same way.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sun, 08 Jul 2007 19:33:50 +0200

audacious-plugins (1.3.5-2) unstable; urgency=low

  * audacious-plugins and audacious-plugins-extra now depend on libaudaciousX (Closes: #431499, #431482).
  * Use -[ ! -f Makefile ] || $(MAKE) distclean instead of -$(MAKE) distclean (fix lintian warning).
  * Add || exit 1 in debian/rules loops.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sun, 08 Jul 2007 16:14:35 +0200

audacious-plugins (1.3.5-1) unstable; urgency=low

  * New upstream release.
  * Drop 002-Disable_SSE2 patch, fixed upstream.
  * Build without sse2 and altivec.
  * Make libfluidsynth-dev build-depend Linux only, as it indirectly depends on ALSA.
  * Only try to install evdev plugin on Linux systems.
  * audacious-plugins-dev now depends on libcurl4-gnutls-dev (Closes: #428806).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Wed, 13 Jun 2007 16:02:58 +0200

audacious-plugins (1.3.4-2) unstable; urgency=low

  * Make build being more verbose, (make V=1).
  * Always disable SSE2 (Closes: #423833).
  * Add missing libxcomposite-dev build-depends (Closes: #425210).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Tue, 22 May 2007 09:51:27 +0200

audacious-plugins (1.3.4-1) unstable; urgency=low

  * New upstream release.
    - Drop 001-Move_amidi_backend_in_usr_lib_audacious patch, fixed upstream.
    - Update 001-Fix_FTBFS_with_gcc4.3 patch.
  * Update CURL build-depends to libcurl4-gnutls-dev to fix FTBFS (Closes: #423450).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sat, 12 May 2007 22:17:05 +0200

audacious-plugins (1.3.3-2) unstable; urgency=low

  * Extra plugins now pre-depends on plugins to avoid overwrites.
  * Add missing includes to fix FTBFS with GCC 4.3 (Closes: #417115).
  * Add libmcs-dev to audacious-dev depends (Closes: #420592).
  * Install aosd plugin to audacious-plugins-extra.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Mon, 23 Apr 2007 08:59:19 +0200

audacious-plugins (1.3.3-1) unstable; urgency=low

  * New upstream release.
  * Update debian/watch.
  * Remove 001-Fix-FTBFS-on-arm patch, fixed upstream.
  * Add 001-Move_amidi_backend_in_usr_lib_audacious patch.
  * Enable new plugins (Closes: #408691).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Tue, 20 Mar 2007 10:23:18 +0100

audacious-plugins (1.2.5-1) unstable; urgency=low

  * New upstream release.
  * Fix FTBFS on arm (Closes: 400482).
  * Touch mk/rules.mk to avoid configure to be run when building in a clean sources tree.
  * Don't build PulseAudio backend on hurd/kfreebsd (FTBFS).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sun, 26 Nov 2006 23:30:15 +0100

audacious-plugins (1.2.2-3) unstable; urgency=low

  * Conflicts with audacious (<< 1.2) (Closes: #399448).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Mon, 20 Nov 2006 08:15:57 +0100

audacious-plugins (1.2.2-2) unstable; urgency=low

  * Build-depend on audacious-dev (>= 1.2.1-2) to avoid using a buggy
    audacious-dev package.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sun, 19 Nov 2006 18:06:40 +0100

audacious-plugins (1.2.2-1) unstable; urgency=low

  * Initial release.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Fri,  3 Nov 2006 18:24:53 +0100
