| 
     1 diff -r 895b2cad584f debian/changelog  | 
         | 
     2 --- a/debian/changelog	Mon May 19 01:12:49 2008 -0400  | 
         | 
     3 +++ b/debian/changelog	Mon May 19 01:27:29 2008 -0400  | 
         | 
     4 @@ -1,3 +1,10 @@  | 
         | 
     5 +imms (3.1.0~rc4-3.0.1) unstable; urgency=low  | 
         | 
     6 +  | 
         | 
     7 +  * Add mpd to imms clients from  | 
         | 
     8 +    http://www.fi.muni.cz/~xsedov/index.php?page=projects.  | 
         | 
     9 +  | 
         | 
    10 + -- Fabien Ninoles <fabien@tzone.org>  Mon, 19 May 2008 01:19:22 -0400  | 
         | 
    11 +  | 
         | 
    12  imms (3.1.0~rc4-3) unstable; urgency=low  | 
         | 
    13    | 
         | 
    14    * Really add 02compile-with-gcc-4.3 (Closes: #476824)  | 
         | 
    15 diff -r 895b2cad584f debian/control  | 
         | 
    16 --- a/debian/control	Mon May 19 01:12:49 2008 -0400  | 
         | 
    17 +++ b/debian/control	Mon May 19 01:27:29 2008 -0400  | 
         | 
    18 @@ -4,7 +4,7 @@  | 
         | 
    19  Maintainer: Artur R. Czechowski <arturcz@hell.pl>  | 
         | 
    20  Standards-Version: 3.7.3  | 
         | 
    21  Homepage: http://www.luminal.org/wiki/index.php/IMMS  | 
         | 
    22 -Build-Depends: debhelper (>> 5.0.0), audacious-plugins-dev, libsqlite3-dev (>=3.2.2), libpcre3-dev (>=4.3), libtag1-dev, libvorbis-dev (>=1.0), libfftw3-dev, libglib2.0-dev, zlib1g-dev, libxss-dev, libtorch3-dev, libglade2-dev, dpatch, autoconf, automake  | 
         | 
    23 +Build-Depends: debhelper (>> 5.0.0), audacious-plugins-dev, libsqlite3-dev (>=3.2.2), libpcre3-dev (>=4.3), libtag1-dev, libvorbis-dev (>=1.0), libfftw3-dev, libglib2.0-dev, zlib1g-dev, libxss-dev, libtorch3-dev, libglade2-dev, dpatch, autoconf, automake, libmpd-dev  | 
         | 
    24    | 
         | 
    25  Package: imms-common  | 
         | 
    26  Architecture: any  | 
         | 
    27 @@ -39,3 +39,25 @@  | 
         | 
    28      ratings even if they are moved and/or their tags change.  | 
         | 
    29    .  | 
         | 
    30    This package contains audacious plugin  | 
         | 
    31 +  | 
         | 
    32 +Package: imms-mpd  | 
         | 
    33 +Architecture: any  | 
         | 
    34 +Depends: ${shlibs:Depends}, ${misc:Depends}, imms-common (= ${binary:Version}) | 
         | 
    35 +Provides: imms-plugin  | 
         | 
    36 +Description: Unobtrusive, automatic, and learning mpd playlist manager  | 
         | 
    37 + IMMS is an intelligent playlist plug-in that tracks your  | 
         | 
    38 + listening patterns and dynamically adapts to your taste.  | 
         | 
    39 + .  | 
         | 
    40 + Major features include:  | 
         | 
    41 + .  | 
         | 
    42 +  - Rating and playlist adjustment are done completely transparently to  | 
         | 
    43 +    the user. IMMS is super easy to use!  | 
         | 
    44 +  - Though IMMS will mostly play "good" songs, occasionally less popular  | 
         | 
    45 +    ones are given a chance to earn your favor.  | 
         | 
    46 +  - IMMS does a better job of shuffling than player  | 
         | 
    47 +    It is able to recognize different versions of the same song (eg. remixes)  | 
         | 
    48 +    and not play them too often.  | 
         | 
    49 +  - IMMS uses smart file identification that allows files to keep their  | 
         | 
    50 +    ratings even if they are moved and/or their tags change.  | 
         | 
    51 +  .  | 
         | 
    52 +  This package contains the mpd client daemon.  | 
         | 
    53 diff -r 895b2cad584f debian/copyright  | 
         | 
    54 --- a/debian/copyright	Mon May 19 01:12:49 2008 -0400  | 
         | 
    55 +++ b/debian/copyright	Mon May 19 01:27:29 2008 -0400  | 
         | 
    56 @@ -4,6 +4,9 @@  | 
         | 
    57  The current maintainer is Artur R. Czechowski <arturcz@hell.pl>  | 
         | 
    58    | 
         | 
    59  It was downloaded from http://www.luminal.org/phpwiki/index.php/IMMS  | 
         | 
    60 +with immsmpd download from   | 
         | 
    61 +http://www.fi.muni.cz/~xsedov/index.php?page=projects by  | 
         | 
    62 +xsedov@fi.muni.cz  | 
         | 
    63    | 
         | 
    64  Author: Michael Grigoriev <mag@luminal.org>  | 
         | 
    65    | 
         | 
    66 diff -r 895b2cad584f debian/imms-mpd.dirs  | 
         | 
    67 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000  | 
         | 
    68 +++ b/debian/imms-mpd.dirs	Mon May 19 01:27:29 2008 -0400  | 
         | 
    69 @@ -0,0 +1,2 @@  | 
         | 
    70 +usr/bin  | 
         | 
    71 +usr/share/doc  | 
         | 
    72 diff -r 895b2cad584f debian/rules  | 
         | 
    73 --- a/debian/rules	Mon May 19 01:12:49 2008 -0400  | 
         | 
    74 +++ b/debian/rules	Mon May 19 01:27:29 2008 -0400  | 
         | 
    75 @@ -67,6 +67,8 @@  | 
         | 
    76  	$(MAKE) programs_install prefix=$(CURDIR)/debian/imms-common/usr  | 
         | 
    77  	install -m 0644 -D build/libaudaciousimms.so $(CURDIR)/debian/imms-audacious`pkg-config --variable=general_plugin_dir audacious`/libaudaciousimms.so  | 
         | 
    78  	ln -sf imms-common debian/imms-audacious/usr/share/doc/imms-audacious  | 
         | 
    79 +	install -m 0644 -D build/immsmpd $(CURDIR)/debian/imms-mpd/usr/bin/immsmpd  | 
         | 
    80 +	ln -sf imms-common debian/imms-mpd/usr/share/doc/imms-mpd  | 
         | 
    81    | 
         | 
    82  # Build architecture-independent files here.  | 
         | 
    83  binary-indep: build install  |