--- muine-0.8.9.orig/debian/watch +++ muine-0.8.9/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.muine-player.org/releases/muine-([\d.]+)\.tar\.gz --- muine-0.8.9.orig/debian/muine.docs +++ muine-0.8.9/debian/muine.docs @@ -0,0 +1,4 @@ +NEWS +README +PLUGINS +TODO --- muine-0.8.9.orig/debian/control +++ muine-0.8.9/debian/control @@ -0,0 +1,42 @@ +Source: muine +Section: gnome +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian QA Group +Build-Depends: debhelper (>= 5), quilt, mono-gmcs (>= 1.1.13) | c-sharp-2.0-compiler, mono-gac, libgtk2.0-dev (>= 2.6.0), libgdbm-dev (>= 1.8.0), libogg-dev (>= 1.0), libvorbis-dev (>= 1.0), libid3tag0-dev (>= 0.15.1b-3), libflac-dev (>= 1.1.2), autotools-dev, libmono-dev (>= 1.1.6), libgconf2-dev (>= 2.4.0), libgnomevfs2-dev (>= 2.4.0), libgnome2-dev (>= 2.4.0), libgstreamer0.10-dev (>= 0.10.0), gstreamer0.10-plugins-good (>= 0.10.0), intltool, libgtk2.0-cil (>= 1.9.2), libgnome2.0-cil (>= 1.9.2), libglade2.0-cil (>= 1.9.2), libgconf2.0-cil (>= 1.9.2), libndesk-dbus1.0-cil (>= 0.4), libndesk-dbus-glib1.0-cil (>= 0.3), gnome-icon-theme (>= 2.8.0), cli-common-dev (>= 0.5.4), monodoc-base (>= 1.1.10), libmono-cairo2.0-cil (>= 1.1.13) +Standards-Version: 3.8.0 +Homepage: http://muine-player.org/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/muine/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/muine/trunk/ + +Package: muine +Architecture: any +Depends: ${shlibs:Depends}, gstreamer0.10-gnomevfs (>= 0.10.0), ${misc:Depends}, ${cli:Depends}, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good +Recommends: gnome-icon-theme +Description: Simple playlist based music player + Muine is an innovative music player. It has a simple interface designed to + allow the user to easily construct playlists from albums and/or single songs. + Its goal is to be simply a music player, not to become a robust music + management application. It includes a plugin interface. + . + The package includes the CIL assemblies to access the D-Bus interface + to Muine and to compile plugins for Muine. + +Package: muine-plugin-trayicon +Architecture: all +Depends: ${cli:Depends} +Description: TrayIcon Plugin for the Muine music player + This package provides a system tray icon and control for the Muine music + player to allow playing, pausing of music, skipping tracks and displaying + of current playing artist song information. + . + This functionality was previously available as a core part of muine 0.8.2 + and earlier versions. + +Package: muine-plugin-inotify +Architecture: any +Depends: ${cli:Depends}, ${shlibs:Depends} +Description: INotify Plugin for the Muine music player + This package enables INotify support for the Muine music + player to enable watching of music directories for new and removed + files and directories. --- muine-0.8.9.orig/debian/InotifyPlugin.dll.config +++ muine-0.8.9/debian/InotifyPlugin.dll.config @@ -0,0 +1,3 @@ + + + --- muine-0.8.9.orig/debian/muine.install +++ muine-0.8.9/debian/muine.install @@ -0,0 +1,11 @@ +debian/tmp/etc/gconf/schemas/muine.schemas usr/share/gconf/schemas/ +debian/tmp/usr/bin/muine +debian/tmp/usr/lib/muine/*dll* +debian/tmp/usr/lib/muine/muine.exe* +debian/tmp/usr/lib/muine/muine.exe +debian/tmp/usr/lib/muine/libmuine.so* +debian/tmp/usr/lib/pkgconfig/* +debian/tmp/usr/share/applications/muine.desktop +debian/tmp/usr/share/dbus-1/services/* +debian/tmp/usr/share/locale +debian/tmp/usr/share/icons/hicolor/*/apps/*.* --- muine-0.8.9.orig/debian/muine.menu +++ muine-0.8.9/debian/muine.menu @@ -0,0 +1,2 @@ +?package(muine):needs="X11" section="Applications/Sound" \ + title="Muine Music player" command="/usr/bin/muine" --- muine-0.8.9.orig/debian/muine.exe.config +++ muine-0.8.9/debian/muine.exe.config @@ -0,0 +1,4 @@ + + + + --- muine-0.8.9.orig/debian/muine-plugin-trayicon.install +++ muine-0.8.9/debian/muine-plugin-trayicon.install @@ -0,0 +1,2 @@ +plugins/TrayIcon.dll /usr/lib/muine/plugins/ +plugins/TrayIcon.dll.config /usr/lib/muine/plugins/ --- muine-0.8.9.orig/debian/muine.1 +++ muine-0.8.9/debian/muine.1 @@ -0,0 +1,17 @@ +.TH "Muine" "1" "2004-06-20" +.\" Please adjust this date whenever revising the manpage. +.SH NAME +muine \- Simple music player for GNOME. +.SH SYNOPSIS +.B muine +.SH DESCRIPTION +.LP +Muine is a GUI music player for GNOME with a simple +user interface based on albums with support for ogg, FLAC and MP3 +playing and album-cover fetching. +.LP +Muine does not have any options apart from the standard GTK +and GNOME ones that can be found via \fBmuine \-\-help\fR. +.SH AUTHOR +Manual page authored by Dave Beckett for Debian and made available +under the same license as Muine. --- muine-0.8.9.orig/debian/muine-plugin-inotify.install +++ muine-0.8.9/debian/muine-plugin-inotify.install @@ -0,0 +1,3 @@ +plugins/InotifyPlugin.dll /usr/lib/muine/plugins/ +plugins/InotifyPlugin.dll.config /usr/lib/muine/plugins/ +debian/tmp/usr/lib/muine/libinotifyglue.so* --- muine-0.8.9.orig/debian/muine.dirs +++ muine-0.8.9/debian/muine.dirs @@ -0,0 +1 @@ +usr/lib/mono/muine/plugins --- muine-0.8.9.orig/debian/rules +++ muine-0.8.9/debian/rules @@ -0,0 +1,93 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export MONO_SHARED_DIR=$(CURDIR) + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +include /usr/share/quilt/quilt.make + +config.status: patch configure + dh_testdir + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc \ + --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ + --enable-gstreamer=0.10 + + mkdir -p $(MONO_SHARED_DIR)/.wapi + +build: build-stamp +build-stamp: config.status + dh_testdir + $(MAKE) + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + + rm -f ./libtool src/AmazonSearchService.cs + rm -rf $(MONO_SHARED_DIR)/.wapi + rm -f debian/muine.substvars.new + find . -name \*.mdb -print | xargs rm -f + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + +binary-indep: + dh_testdir + dh_testroot + dh_install -i --list-missing + dh_installchangelogs -i ChangeLog + dh_installdocs -i + dh_strip -i + dh_clistrip -i + dh_compress -i + dh_fixperms -i + dh_clifixperms -i + dh_installdeb -i + dh_shlibdeps -i + dh_clideps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install + dh_testdir + dh_testroot + dh_install -a --list-missing + dh_installchangelogs -a ChangeLog + dh_installdocs -a + dh_installmenu -a + dh_installman -a + dh_desktop -a + dh_strip -a + dh_clistrip -a + dh_compress -a + dh_fixperms -a + dh_clifixperms -a + dh_installdeb -a + dh_shlibdeps -a + dh_clideps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install patch unpatch --- muine-0.8.9.orig/debian/changelog +++ muine-0.8.9/debian/changelog @@ -0,0 +1,729 @@ +muine (0.8.9-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #252009) + - Updated Tango-style icons [Hylke Bons] + - Improved FLAC detection [Wouter Bolsterlee] + - Don't wakeup the CPU unnecessarily [Wouter Bolsterlee] + - Build fixes for newer Glib and GTK+ [Wouter Bolsterlee] + * debian/control: + - Bump Standards-Version to 3.8.0 + * debian/patches/11_disambiguate_volumebutton.diff: + - Dropped, merged upstream + + -- Pedro Fragoso Fri, 25 Jul 2008 23:19:10 +0100 + +muine (0.8.8-2ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - Add recommends for gnome-icon-theme for KDE users + * Dropped our patch, debian has it now, too + + -- Stephan Hermann Mon, 09 Jun 2008 15:14:34 +0200 + +muine (0.8.8-2) unstable; urgency=high + + * QA Upload + * Fix debian/rules to prevent FTBFS (Closes: #469895) + * debian/patches/11_disambiguate_volumebutton.diff + - Added, taken from upstream SVN, gnome bug 518828. Thanks Diego + Escalante Urrelo. (Closes: #471631) + + -- Albin Tonnerre Sun, 01 Jun 2008 20:12:31 +0200 + +muine (0.8.8-1ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - Add recommends for gnome-icon-theme for KDE users + * debian/patches/11_playlist_window.diff: + - Added patch to fix FTBFS because of wrong named variable. + Patch provided by Jo Shields + Thanks Jo. + * Closes (LP: #117726) (LP: #122733) + + -- Stephan Hermann Thu, 15 May 2008 11:45:45 +0200 + +muine (0.8.8-1) unstable; urgency=low + + * QA upload. + + Set maintainer to Debian QA Group . + * Acknowledge NMUs. + * Fix watch file. (Closes: #449835). + * New upstream release. + + Drop all previous patches. + + Updated NDesk managed DBus import. (Closes: #440817, #427263). + + Use external NDesk dbus. (Closes: #415419). + * Move build system from CDBS to debhelper. + * Move from simple-patchsys to quilt. + * Remove -X revisions on build-depends. + * Add authors and copyright holders in debian/copyright. + + Point link to GPL-2. + * Remove unneeded dirs file. + * Escape hyphens in manpage. + * 10_desktop_encoding.diff. (Remove deprecated encoding from desktop file.) + * Bump Standards Version to 3.7.3. + + Menu policy transition. + + -- Barry deFreese Tue, 19 Feb 2008 16:53:03 -0500 + +muine (0.8.7-1.2ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - Add recommends for gnome-icon-theme for KDE users + + -- Stephan Hermann Thu, 17 Jan 2008 22:03:57 +0100 + +muine (0.8.7-1.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: + - Build-depend on libndesk-dbus1.0-cil, libndesk-dbus-glib1.0-cil + - Dropped libdbus-1-cil from build-depends + + -- Luk Claes Sun, 13 Jan 2008 05:17:32 +0000 + +muine (0.8.7-1.1ubuntu2) gutsy; urgency=low + + * Add recommends for gnome-icon-theme for KDE users + * Closes LP#: 71725 + + -- Barry deFreese Sun, 12 Aug 2007 11:33:35 -0400 + +muine (0.8.7-1.1ubuntu1) gutsy; urgency=low + + * Merge from Debian unstable + * Remaining Ubuntu changes: + + debian/control: + - Build-depend on libndesk-dbus1.0-cil, libndesk-dbus-glib1.0-cil + - Dropped libdbus-1-cil from build-depends + - Updated Maintainer to match Debian-Maintainer-Spec + * Add muine-glib-213.diff patch to build against Glib >= 2.13 + + -- Steve Kowalik Mon, 9 Jul 2007 04:05:43 +1000 + +muine (0.8.7-1.1) unstable; urgency=low + + * Non-Maintainer Upload (NMU) + * Add patch stolen from upstream SVN to allow building with FLAC >= 1.1.3 + (Closes: #427751). + * Add dependency on gstreamer0.10-plugins-good as muine uses gconfaudiosink + from gconfelements, which is in -plugins-good (Closes: #421047). + * Add note about parts being available under the MIT License to + debian/copyright (Closes: #426473). + + -- Andreas Henriksson Thu, 14 Jun 2007 19:28:19 +0200 + +muine (0.8.7-1ubuntu1) gutsy; urgency=low + + * Merge with Debian, remaining Ubuntu changes: + + debian/control: + - Build-depend on libndesk-dbus1.0-cil, libndesk-dbus-glib1.0-cil + - Dropped libdbus-1-cil from build-depends + - Updated Maintainer to match Debian-Maintainer-Spec + + -- Emilio Pozuelo Monfort Wed, 09 May 2007 13:39:26 +0200 + +muine (0.8.7-1) unstable; urgency=high + + * New upstream release + - Require Gtk# 2.6 or newer + - Build-depend on mono-gmcs, gtk# 2.6 + - Build-depend on libmono-cairo2.0-cil + * muine.install + - Drop debian/tmp/usr/lib/mono/gac/* + - Drop debian/tmp/usr/lib/mono/muine/* + - Add debian/tmp/usr/lib/muine/*dll* + * Build-depend on mono-gmcs, gtk# 2.6 + * Urgency high to get rid of gstreamer 0.8 at + the request of the security team (Closes: #410442) + + -- Dave Beckett Tue, 13 Feb 2007 00:07:32 -0800 + +muine (0.8.7-0ubuntu5) feisty; urgency=low + + * debian/control: + + Drop unneeded libdbus-1-cil build dependency + + -- Sebastian Dröge Mon, 26 Feb 2007 01:51:22 +0100 + +muine (0.8.7-0ubuntu4) feisty; urgency=low + + * debian/patches/30_external-ndesk-dbus.patch, + debian/patches/99_autoreconf.patch: + + Link against external ndesk-dbus, ndesk-dbus-glib + * debian/control: + + Update maintainer field... + + Build depend on ndesk-dbus, ndesk-dbus-glib + + -- Sebastian Dröge Wed, 21 Feb 2007 00:37:58 +0100 + +muine (0.8.7-0ubuntu3) feisty; urgency=low + + * Install icons in their new locations + - Launchpad #82933 + + -- Brandon Hale Sun, 4 Feb 2007 07:14:19 -0500 + +muine (0.8.7-0ubuntu2) feisty; urgency=low + + * Build-dep on libmono-cairo2.0-cil + + -- Brandon Hale Sat, 27 Jan 2007 10:00:40 -0500 + +muine (0.8.7-0ubuntu1) feisty; urgency=low + + * New upstream release + - Use bundled managed-dbus + - Require Gtk# 2.6 or newer + * muine.install + - Drop debian/tmp/usr/lib/mono/gac/* + - Drop debian/tmp/usr/lib/mono/muine/* + - Add debian/tmp/usr/lib/muine/*dll* + * Build-depend on mono-gmcs, gtk# 2.6 + + -- Brandon Hale Sat, 27 Jan 2007 07:20:18 -0500 + +muine (0.8.6-1) experimental; urgency=low + + * New upstream release + - Fixes muine crash when importing folder (Closes: #389303) + * Update home page (Closes: #387516) + * Rebuild with gstreamer 0.10 using Build-Depends: changes taken from + Ubuntu packaging (Closes: #381784, #381112) + * Update Build-Depends to require cli-common-dev (>= 0.4.4) + * Use new icons + + -- Dave Beckett Fri, 17 Nov 2006 18:37:16 -0800 + +muine (0.8.6-0ubuntu1) feisty; urgency=low + + * New upstream release + * We are in sync with Debian 0.8.5-2 + * Fixed upstream, dropped: + - 22_transparent-trayicon.patch + - 23_dbus_crasher_workaround.patch + - 99_progress_window_response.patch + - 99_skip_window_delete.patch + * Remaining Ubuntu changes: + - Build-depend on cli-common-dev + - 20_desrt_trayicon_behaviour.patch + - more standard tray behavior + - updated to 0.8.6 + - Don't try to install /usr/share/pixmaps/muine.png, no longer shipped + + -- Brandon Hale Sat, 25 Nov 2006 08:22:30 -0500 + +muine (0.8.6-1) experimental; urgency=low + + * New upstream release + - Fixes muine crash when importing folder (Closes: #389303) + * Update home page (Closes: #387516) + * Rebuild with gstreamer 0.10 using Build-Depends: changes taken from + Ubuntu packaging (Closes: #381784, #381112) + * Update Build-Depends to require cli-common-dev (>= 0.4.4) + * Use new icons + + -- Dave Beckett Fri, 17 Nov 2006 18:37:16 -0800 + +muine (0.8.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add a dependency on gstreamer0.8-plugins, since we need it (and + gstreamer0.8-misc, which -plugins depends on) to start, and it + isn't caught by dh_shlibdeps due to dynamic loading. + (Closes: #243389) + + -- Steinar H. Gunderson Sun, 24 Sep 2006 21:26:13 +0200 + +muine (0.8.5-1) unstable; urgency=low + + * New upstream release + * Standards-Version: 3.7.2.0 + * Explicitly use gstreamer 0.8 since there are still missing + gstreamer 0.10 packages (no libgstreamer-gconf0.10*) + * Moved D-Bus service file to /usr/share/dbus-1/services + + -- Dave Beckett Tue, 20 Jun 2006 08:02:46 -0700 + +muine (0.8.5-1ubuntu4) edgy; urgency=low + + * Fix crashers resulting from bump in Mono version. + + Closes Ubuntu #59325. + + -- David R.S. Robinson Mon, 9 Oct 2006 21:02:32 -0700 + +muine (0.8.5-1ubuntu3) edgy; urgency=low + + * Add cli-common-dev to build deps, fixing FTBFS. + + -- Brandon Hale Wed, 2 Aug 2006 20:44:41 -0400 + +muine (0.8.5-1ubuntu2) edgy; urgency=low + + * 23_dbus_crasher_workaround.patch + - Workaround to fix crash in DBus locking code. + + -- Ryan Lortie Wed, 2 Aug 2006 13:35:49 -0400 + +muine (0.8.5-1ubuntu1) edgy; urgency=low + + * Synchronize with Debian + * Drop 21_focus_timestamp_fix.patch, fixed upstream + * Build with Gstreamer 0.10 + - Thanks to Ryan Lortie for figuring out new build-deps after I + - brilliantly lost my source package. + + -- Brandon Hale Tue, 27 Jun 2006 08:55:57 -0400 + +muine (0.8.5-1) unstable; urgency=low + + * New upstream release + * Standards-Version: 3.7.2.0 + * Explicitly use gstreamer 0.8 since there are still missing + gstreamer 0.10 packages (no libgstreamer-gconf0.10*) + * Moved D-Bus service file to /usr/share/dbus-1/services + + -- Dave Beckett Tue, 20 Jun 2006 08:02:46 -0700 + +muine (0.8.4-2) unstable; urgency=low + + * Require a working dbus version (Closes: #354854) + * Update to debhelper 5 + * Require monodoc-base to get monodocer to install monodoc sources + + -- Dave Beckett Mon, 3 Apr 2006 21:39:11 -0700 + +muine (0.8.4-1ubuntu5) dapper; urgency=low + + * 21_focus_timestamp_fix.patch + - Add similar fix for main window too. + * 22_transparent-trayicon.patch + - Add transparency support (Closes: Malone #44330) + + -- Ryan Lortie Fri, 12 May 2006 01:20:09 -0400 + +muine (0.8.4-1ubuntu4) dapper; urgency=low + + * Add a Depends on gstreamer0.8-esd and Recommends on gstreamer0.8-plugins + (Closes: Malone #34810) + + -- Sebastian Dröge Mon, 27 Mar 2006 16:58:18 +0200 + +muine (0.8.4-1ubuntu3) dapper; urgency=low + + * Remove unneeded gtk#1 build-depends + + -- Sebastian Dröge Mon, 27 Mar 2006 14:18:15 +0200 + +muine (0.8.4-1ubuntu2) dapper; urgency=low + + * Add dependency on gstreamer0.8-misc (Closes: Malone #32185, #34810) + + -- Sebastian Dröge Mon, 13 Mar 2006 23:45:42 +0100 + +muine (0.8.4-1ubuntu1) dapper; urgency=low + + * Sync with Debian + * 20_desrt_trayicon_behaviour.patch + - Make the tray icon behaviour more consistant with other apps that use + the notification area in this manner (beagle, banshee). + - Contributed by Ryan Lortie (desrt) + * 21_focus_timestamp_fix.patch + - Microfix for focusing the main window from muine-shell (desrt) + + -- Brandon Hale Tue, 28 Feb 2006 18:33:03 -0500 + +muine (0.8.4-1) unstable; urgency=low + + * New upstream release + * Use dh_clideps -d to remove dups, not sed edit. + * Update Build-Depends to cli-common (>= 0.2.0) + * Removed patch PlayList.cs.patch merged upstream. + * Added muine-plugin-inotify to add watching music support via INotify. + * debian/watch: Updated to version3 and new website + * About dialog no longer crashes app (Closes: #346236) + * Playlist->Play Song... does not crash app (Closes: #335301) + * muine runs fine without libgtk2.0-dev installed (Closes: 319056) + + -- Dave Beckett Wed, 8 Feb 2006 19:57:12 -0800 + +muine (0.8.3-8) unstable; urgency=low + + * debian/control: Update to use libdbus-1-cil for D-Bus 0.60 + replacing libdbus-cil (Closes: #347734) + + -- Dave Beckett Thu, 17 Dec 2005 23:10:26 -0800 + +muine (0.8.3-7) unstable; urgency=low + + * Rebuild against libflac (>=1.1.2) for libflac soname transition + (Closes: #325945) + * debian/copyright: The FSF has moved again + * German PO file corrections already fixed upstream (Closes: #313965) + * Added patch PlayList.cs.patch for mono 1.1.9 (not yet uploaded) + + -- Dave Beckett Mon, 19 Sep 2005 20:33:26 +0100 + +muine (0.8.3-6) unstable; urgency=low + + * Install debian/TrayIcon.dll.config to map DLL requests for + gdk-x11-2.0 and libX11.so to specific versions in non-dev packages. + + -- Dave Beckett Sun, 7 Aug 2005 15:15:07 +0100 + +muine (0.8.3-5) unstable; urgency=low + + * Removed obsolete Build-Depend: on mono-jit and mono-utils + * GCC 4 patch already merged upstream (Closes: 314257) + * Bump standards version to 3.6.2 + + -- Dave Beckett Fri, 15 Jul 2005 16:13:08 +0100 + +muine (0.8.3-4) unstable; urgency=low + + * Rip out muine-dbus and muine-plugin packages + + -- Dave Beckett Fri, 17 Jun 2005 22:07:49 +0100 + +muine (0.8.3-3) unstable; urgency=low + + * Upload to unstable now that dbus mono bindings are in unstable. + * Split into muine, muine-dbus and muine-plugin packages + * Added plugin package for muine-plugin-trayicon (Closes: #311365) + * Build-Depend on mono-jit only to allow amd64 builds (Closes: #311957) + + -- Dave Beckett Wed, 15 Jun 2005 20:26:00 +0100 + +muine (0.8.3-2) experimental; urgency=low + + * Depend on the libdbus-cil in experimental (Closes: 311364) + + -- Dave Beckett Tue, 31 May 2005 17:04:28 +0100 + +muine (0.8.3-1) experimental; urgency=low + + * New upstream release (Closes: 287333) + * Install below /usr/lib/muine not /usr/share/dotnet - remove all patches + * Require mono 1.1.6+ + + -- Dave Beckett Sun, 29 May 2005 16:00:19 +0100 + +muine (0.8.2-8) experimental; urgency=low + + * Rebuild against mono 1.1 experimental debs + * Require 0.23.4-1.2 also rebuild against same experimental mono 1.1 + + -- Dave Beckett Fri, 15 Apr 2005 23:09:01 +0100 + +muine (0.8.2-7) experimental; urgency=low + + * Rebuild against gtk-sharp2-unstable + + -- Dave Beckett Sat, 26 Feb 2005 22:17:16 +0000 + +muine (0.8.2-6) experimental; urgency=low + + * Rebuild against dbus 0.23.2-2.1 and gtk-sharp-unstable 1.9.2-3 + * Add mono-gac, lib*2.0-cil and gnome-icon-them to Build-Depends + + -- Dave Beckett Sat, 26 Feb 2005 19:05:35 +0000 + +muine (0.8.2-5) experimental; urgency=low + + * Add gstreamer0.8-gnomevfs to Depends - not found by debhelper programs + as muine does an indirect run-time load of the library. + + -- Dave Beckett Sun, 20 Feb 2005 18:19:13 +0000 + +muine (0.8.2-4) unstable; urgency=low + + * debian/rules - conditionally restore cdbs config.* debris + + -- Dave Beckett Fri, 18 Feb 2005 22:29:38 +0000 + +muine (0.8.2-3) unstable; urgency=low + + * Build against dbus 0.23.1-1.1 I just made + + -- Dave Beckett Fri, 18 Feb 2005 00:38:04 +0000 + +muine (0.8.2-2) unstable; urgency=low + + * Build against dbus-cil that I made not the one stuck in NEW + + -- Dave Beckett Fri, 18 Feb 2005 00:07:36 +0000 + +muine (0.8.2-1) unstable; urgency=low + + * New upstream release + * Require gtk-sharp 1.9.2 + * Run dh_makenetlibs to build versions for muine-dbus and muine-plugin + * Restore config.guess and config.sub to pristine after cdbs fails to do it. + + -- Dave Beckett Fri, 11 Feb 2005 23:16:04 +0000 + +muine (0.8.1-0.1) unstable; urgency=low + + * New upstream release + * Requires dbus-cil not yet in Debian archive + + -- Dave Beckett Fri, 4 Feb 2005 00:01:21 +0000 + +muine (0.7.1-0.1) unstable; urgency=low + + * New upstream release + * Requires libgtk2.0-cil not yet in Debian archive + * Consequently this is not going to be uploaded + * Switch to use gstreamer0.8 instead of xine + * Deleted patch 02_GnomeVfsLoad.patch merged upstream. + * Deleted patch 01_VolumeButton.patch no longer usable + + -- Dave Beckett Mon, 3 Jan 2005 14:31:43 +0000 + +muine (0.6.3-5) unstable; urgency=low + + * patches/00_MonoConventions-2.patch changed to exec mono in wrapper + script (Closes: 284625) + + -- Dave Beckett Tue, 7 Dec 2004 15:58:04 +0000 + +muine (0.6.3-4) unstable; urgency=low + + * Alter Build-Depend for mono runtime to mono-jit (i386 and powerpc + only) and mono-mint otherwise following requests of mono's upstream. + + * Build-Depend on libid3tag >= 0.15.1b-3 to make sure it is a version + with all symbols present Closes: 270342 + + * Added patch 01_VolumeButton.patch from Florian Ragwitz to let escape + restore the initial volume for the volume widget. Closes: 264810 + + * Added patch 02_GnomeVfsLoad.patch to make muine load libgnomevfs-2.so.0 + from package libgnomevfs2 not libgnomevfs-2.so from libgnomevfs2-dev + Closes: 267846 + + * Remove duplicate shlibs dependency made by dh_netdeps + + -- Dave Beckett Sun, 12 Sep 2004 18:55:35 +0100 + +muine (0.6.3-3) unstable; urgency=low + + * Remove cli-virtual-machine from Build-Depend: + * Build-Depend: on mono-utils to get dh_netdeps. Use it for calculating + the dll dependencies + * Add explicit architectures list i386, powerpc to use mono-jit which + will hopefully get building working again. Closes: 255863 + + -- Dave Beckett Tue, 3 Aug 2004 22:46:41 +0100 + +muine (0.6.3-2) unstable; urgency=low + + * Rebuild against Mono 1.0 debs (Closes: #256755, #256793, #257042, #257128, #257315, #257377, #257412) + * Update depends to require Mono 1.0-1 or newer + * Added MONO_SHARED_DIR to debian/rules for the .wapi dir and cleanup + + -- Dave Beckett Mon, 5 Jul 2004 17:47:27 +0100 + +muine (0.6.3-1) unstable; urgency=low + + * New upstream release (Closes: #252714) + - works with Mono 1.0 beta3 and MonoConventions (Closes: #248127) + - 0.6.x added sorting an artist's albums by year (Closes: #252408) + * New maintainer with agreement of Link Dupont - thanks. + * Removed patches/01_escape.patch merged upstream (Closes: #246324) + * Depend on mono-jit or cli-virtual-machine (Closes: #255863) + * Build-Depend on libgnome2-dev + * New minimal muine.1 man page + + -- Dave Beckett Thu, 24 Jun 2004 11:45:09 +0100 + +muine (0.6.1-0pre4) experimental; urgency=low + + * Removed muine.exe.config from usr/lib/muine + * Updated debian/muine.links + + -- Link Dupont Sun, 23 May 2004 12:58:04 -0700 + +muine (0.6.1-0pre3) experimental; urgency=low + + * Removed really broken postinst that shouldn't be there + + -- Link Dupont Thu, 20 May 2004 22:53:29 -0700 + +muine (0.6.1-0pre2) experimental; urgency=low + + * Added move for muine.exe.config to usr/share/dotnet/muine + + -- Link Dupont Thu, 20 May 2004 22:50:23 -0700 + +muine (0.6.1-0pre1) experimental; urgency=low + + * New upstream release + * Reconstructed d/p/00_MonoConventions-2.patch for new upstream version + * Reconstructed d/p/01_escape.patch for new upstream version + + -- Link Dupont Thu, 20 May 2004 22:18:43 -0700 + +muine (0.5.3-8) unstable; urgency=low + + * Fixed useless-call-to-ldconfig warnings + + -- Link Dupont Wed, 19 May 2004 14:11:02 -0700 + +muine (0.5.3-7) unstable; urgency=low + + * Removed extra spaces in manpage. + + -- Link Dupont Wed, 19 May 2004 10:00:17 -0700 + +muine (0.5.3-6) unstable; urgency=low + + * Regenerated build tree from pristine source tarball. + + -- Link Dupont Wed, 19 May 2004 00:51:06 -0700 + +muine (0.5.3-5) unstable; urgency=low + + * Added patch 01_escape.patch (Closes: #246324) + + -- Link Dupont Sun, 16 May 2004 21:40:59 -0700 + +muine (0.5.3-4) unstable; urgency=low + + * Fix dependencies again. (Closes: #243389) + + -- Link Dupont Mon, 19 Apr 2004 14:28:04 -0700 + +muine (0.5.3-3) unstable; urgency=low + + * Added Homepage to debian/control. + * Cleaned up debian/control. + * Now compliant with the Debian Mono Conventions 0.1.2. + + -- Link Dupont Fri, 16 Apr 2004 14:49:03 -0700 + +muine (0.5.3-2) unstable; urgency=low + + * Fixed dependencies. Now built in a pbuilder environment (Closes: #243389) + + -- Link Dupont Mon, 12 Apr 2004 14:43:54 -0700 + +muine (0.5.3-1) unstable; urgency=low + + * New upstream release + + -- Link Dupont Fri, 9 Apr 2004 12:55:59 -0700 + +muine (0.5.2-1) unstable; urgency=low + + * New upstream release (Closes: #238061) + * Backend changed to xine, so we depend on that now. Gstreamer backend + requires gstreamer >= 0.8. + * Updated depends to gtk-sharp, gnome-sharp, gconf-sharp 0.18 + + -- Link Dupont Thu, 8 Apr 2004 17:12:54 -0700 + +muine (0.5.0-2) unstable; urgency=low + + * Added remove libtool from diff.gz + * Added strict depends on gtk-sharp 0.17, and no greater. + + -- Link Dupont Sun, 14 Mar 2004 14:17:47 -0800 + +muine (0.5.0-1) unstable; urgency=low + + * New upstream release + * Updated debian/watch to reflect the new website. + * Added Build-Depends & Depends on gtk-sharp 0.17. + + -- Link Dupont Sat, 13 Mar 2004 13:32:20 -0800 + +muine (0.4.0-8) unstable; urgency=low + + * Added quotes to needs & section entries in debian/menu. + * Cleaned up debian/muine.sgml. + * Initial upload to unstable (Closes: #232293). + + -- Link Dupont Wed, 25 Feb 2004 10:14:46 -0800 + +muine (0.4.0-7) unstable; urgency=low + + * Actually remove the .a & .la files this time. + + -- Link Dupont Wed, 18 Feb 2004 11:34:04 -0800 + +muine (0.4.0-6) unstable; urgency=low + + * Removed file in debian/ that shouldn't be there. + + -- Link Dupont Wed, 18 Feb 2004 10:59:35 -0800 + +muine (0.4.0-5) unstable; urgency=low + + * Added Depends & Build-Depends on mono-jit & mono-cli, as stated in the + MonoConventions. + * Remove libmuine.a & libmuine.la, because they're not needed. + + -- Link Dupont Wed, 18 Feb 2004 10:45:24 -0800 + +muine (0.4.0-4) unstable; urgency=low + + * Updated Build-Depends to depend on mono >= 0.30 and gtk-sharp >= 0.16. + * Added Build-Depends on libgconf2-dev, libgnomevfs2-dev, dockbook-to-man, + libmono-dev. + * Made debian/copyright copyright statement more verbose. + + -- Link Dupont Mon, 16 Feb 2004 17:29:08 -0800 + +muine (0.4.0-3) unstable; urgency=low + + * Rebuild against mono 0.30.1 pre-release debs + + -- Link Dupont Mon, 16 Feb 2004 17:16:33 -0800 + +muine (0.4.0-2) unstable; urgency=low + + * Cleaned up debian/rules a bit + + -- Link Dupont Thu, 12 Feb 2004 13:23:52 -0800 + +muine (0.4.0-1) unstable; urgency=low + + * New upstream release + + -- Link Dupont Wed, 11 Feb 2004 15:41:05 -0800 + +muine (0.3.2-5) unstable; urgency=low + + * Updated debian/watch to new format + + -- Link Dupont Wed, 11 Feb 2004 15:27:11 -0800 + +muine (0.3.2-4) unstable; urgency=low + + * Updated Build-Depends. Removed g++ since its build-essential + * Updated to Standards version 3.6.1.0 + * Changed Section to gnome + * Added removal of cleaning the debian/*.debhelper and debian/substvar files + + -- Link Dupont Wed, 11 Feb 2004 11:06:30 -0800 + +muine (0.3.2-3) unstable; urgency=low + + * Added Depends: mono, gconf-sharp, gnome-sharp, gtk-sharp + * Added Build-Depends: cdbs + + -- Link Dupont Mon, 9 Feb 2004 13:33:19 -0800 + +muine (0.3.2-2) unstable; urgency=low + + * Cleaned up diff per Ross's instructions. + * Moved to CDBS. + + -- Link Dupont Mon, 9 Feb 2004 10:06:56 -0800 + +muine (0.3.2-1) unstable; urgency=low + + * Initial Release. + + -- Link Dupont Thu, 5 Feb 2004 13:44:55 -0800 + --- muine-0.8.9.orig/debian/muine.manpages +++ muine-0.8.9/debian/muine.manpages @@ -0,0 +1 @@ +debian/muine.1 --- muine-0.8.9.orig/debian/copyright +++ muine-0.8.9/debian/copyright @@ -0,0 +1,64 @@ +This package was debianized by Link Dupont on +Thu, 5 Feb 2004 13:44:55 -0800. + +Homepage: http://muine-player.org/ + +Upstream Authors: + Jorn Baayen + Lee Willis + Việt Yên Nguyễn + Tamara Roberson + Peter Johanson + +Copyright: + Copyright (C) 2003-2007 Jorn Baayen + Copyright (C) 2004 Lee Willis + Copyright (C) 2005 Tamara Roberson + Copyright (C) 2005 Ronald S. Bultje; 2007 Novell, Inc. + Copyright (C) 2004 Sean Cier + Copyright (C) 2000 Robert Kaye + Copyright (C) 2005 John McCutchan + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301 USA. + + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + + +Some parts like deps/dbus-sharp/, dbus-sharp-glib/ and +plugins/NotificationArea.cs are also available under the MIT License: + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + +See the respective source file header for any alternative licensing option +that might be available if you want to use something else then the GPL which +the entire work is available under. --- muine-0.8.9.orig/debian/compat +++ muine-0.8.9/debian/compat @@ -0,0 +1 @@ +5 --- muine-0.8.9.orig/debian/patches/10_desktop_encoding.diff +++ muine-0.8.9/debian/patches/10_desktop_encoding.diff @@ -0,0 +1,10 @@ +diff -urN muine-0.8.8.orig/data/muine.desktop.in muine-0.8.8/data/muine.desktop.in +--- muine-0.8.8.orig/data/muine.desktop.in 2007-10-04 00:40:34.000000000 -0400 ++++ muine-0.8.8/data/muine.desktop.in 2008-02-19 22:03:41.000000000 -0500 +@@ -1,6 +1,5 @@ + [Desktop Entry] + Version=1.0 +-Encoding=UTF-8 + _Name=Muine Music Player + _Comment=Listen to your music + Exec=muine --- muine-0.8.9.orig/debian/patches/series +++ muine-0.8.9/debian/patches/series @@ -0,0 +1 @@ +10_desktop_encoding.diff