debian/0000755000000000000000000000000012144201101007150 5ustar debian/watch0000644000000000000000000000011311533750501010212 0ustar version=3 http://githubredir.debian.net/github/alip/mpdcron /v(.*).tar.gz debian/NEWS.Debian0000644000000000000000000000037511533750501011053 0ustar 0.3+git20110303 actually comes from my own fork of mpdcron (https://github.com/sdelafond/mpdcron), with the blessing from the original maintainer who's lacking time these days. -- Sébastien Delafond Thu, 03 Mar 2011 18:09:42 +0100 debian/mpdcron.manpages0000644000000000000000000000001711533750501012343 0ustar data/mpdcron.1 debian/changelog0000644000000000000000000000231012144201052011023 0ustar mpdcron (0.3+git20110303-4) unstable; urgency=low * Fix missing dependency (Closes: #707791) -- Sebastien Delafond Mon, 13 May 2013 17:09:30 +0200 mpdcron (0.3+git20110303-3) unstable; urgency=low * Bumped-up Standards-Version -- Sebastien Delafond Wed, 05 Oct 2011 11:08:42 +0200 mpdcron (0.3+git20110303-2) unstable; urgency=low * Remove .la files (Closes: #622429) -- Sebastien Delafond Thu, 14 Apr 2011 18:39:51 +0200 mpdcron (0.3+git20110303-1) unstable; urgency=low * New upstream version (Closes: #615066). * Removed extraneous patch. * Document new upstream origin for this release. * Add Vcs-* info. * Bump up Standards-Version. -- Sebastien Delafond Thu, 03 Mar 2011 19:02:14 +0100 mpdcron (0.3+git20100803-1) unstable; urgency=low * New upstream release (Closes: #573805). * Build against libcurl4-gnutls-dev (Closes: #588230). * Bumped up Standards-Version. -- Sebastien Delafond Tue, 03 Aug 2010 20:22:18 +0200 mpdcron (0.3+git20100302-1) unstable; urgency=low * Initial release (Closes: #572263). -- Sebastien Delafond Tue, 02 Mar 2010 20:07:00 +0100 debian/control0000644000000000000000000000300712144201070010560 0ustar Source: mpdcron Section: sound Priority: optional Maintainer: Sebastien Delafond Build-Depends: lintian, debhelper (>= 7.0.50~), libmpdclient-dev (>= 2.1), libdaemon-dev, libglib2.0-dev, libcurl4-gnutls-dev, libsqlite3-dev, libnotify-bin, quilt, automake, libtool Standards-Version: 3.9.2 Homepage: http://alip.github.com/mpdcron Vcs-Git: git://github.com/sdelafond/mpdcron.git Vcs-Browser: https://github.com/sdelafond/mpdcron Package: mpdcron Architecture: any Depends: libnotify-bin, ruby, ruby-nokogiri, ${shlibs:Depends}, ${misc:Depends} Suggests: mpd Description: add scrobbler, rating, play counts and other functionalities to MPD mpdcron is a daemon that watches a Music Player Daemon instance for idle states and execs commands triggered by specific states. . * Uses mpd's idle mode. * Calls hooks depending on the event. * Sets special environment variables to pass data to the hooks. * Optional support for modules via GModule. * Included modules: - notification + uses notify-send to send notifications. + can detect repeated songs. - scrobbler + uses curl to submit songs to Last.fm or Libre.fm - stats + module saves song data to a sqlite database + supports loving, killing, rating and tagging songs, artists, albums and genres. + tracks play count of songs, artist, albums and genres. + implements a simple server protocol for remote clients to receive data. debian/mpdcron.install0000644000000000000000000000003011533750501012211 0ustar conf usr/share/mpdcron/ debian/source/0000755000000000000000000000000011533750501010466 5ustar debian/source/format0000644000000000000000000000001411533750501011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211533750501010364 0ustar 7 debian/rules0000755000000000000000000000133511551621067010254 0ustar #!/usr/bin/make -f %: dh --with=quilt $@ override_dh_auto_clean: dh_auto_clean # nasty... rm -f config.guess config.h.in config.sub configure \ data/Makefile.in depcomp install-sh ltmain.sh \ m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 \ m4/ltversion.m4 m4/lt~obsolete.m4 missing \ src/Makefile.in src/gmodule/Makefile.in \ src/gmodule/notification/Makefile.in \ src/gmodule/scrobbler/Makefile.in \ src/gmodule/stats/Makefile.in \ zsh-completion/Makefile.in override_dh_install: rm -rf $(CURDIR)/debian/mpdcron/usr/lib/mpdcron-0.3/modules/*.la override_dh_auto_configure: ./autogen.sh dh_auto_configure -- --with-standard-modules=all --enable-gmodule --prefix=/usr debian/docs0000644000000000000000000000002411533750501010035 0ustar NEWS.mkd README.mkd debian/copyright0000644000000000000000000000214511533750501011123 0ustar This package was originally debianized for Ubuntu by Taylor LeMasurier-Wren on Mon, 14 Dec 2009 10:38:16 -0600, and subsequently adapted for Debian by Sebastien Delafond on Wed, 03 Mar 2010 13:10:52 +0100. It was downloaded from: http://alip.github.com/mpdcron/ http://repo.or.cz/w/mpdcron.git Upstream Author: Ali Polatel All files are Copyright (c) 2009, 2010 Ali Polatel , except for the following: either Copyright (c) 2005-2008 Kuno Woudt or Copyright (C) 2003-2009 The Music Player Daemon Project: src/gmodule/scrobbler/* src/gmodule/utils.h src/gmodule/notification/notification-file.c src/gmodule/stats/tokenizer.c src/gmodule/stats/stats-command.c src/gmodule/stats/eugene-connection.c, src/gmodule/stats/stats-module.c src/gmodule/stats/tokenizer.h Copyright (c) John Nunemaker: conf/hooks/submit.rb mpdcron is released under the GPL-2. On Debian systems, the complete text of the GNU General Public License v2 can be found in the file '/usr/share/common-licenses/GPL-2'.