[Pkg-mono-svn-commits] rev 2241 - non-group/muine/trunk/debian

Dave Beckett dajobe at costa.debian.org
Thu Feb 9 04:12:19 UTC 2006


Author: dajobe
Date: 2006-02-09 04:12:18 +0000 (Thu, 09 Feb 2006)
New Revision: 2241

Removed:
   non-group/muine/trunk/debian/muine.links
Modified:
   non-group/muine/trunk/debian/changelog
   non-group/muine/trunk/debian/control
   non-group/muine/trunk/debian/muine-plugin-trayicon.install
   non-group/muine/trunk/debian/muine.install
   non-group/muine/trunk/debian/rules
   non-group/muine/trunk/debian/watch
Log:
muint 0.8.4-1

Modified: non-group/muine/trunk/debian/changelog
===================================================================
--- non-group/muine/trunk/debian/changelog	2006-02-07 14:57:34 UTC (rev 2240)
+++ non-group/muine/trunk/debian/changelog	2006-02-09 04:12:18 UTC (rev 2241)
@@ -1,12 +1,16 @@
-muine (0.8.3-9) unstable; urgency=low
+muine (0.8.4-1) unstable; urgency=low
 
-  * debian/control: Merge some build-depend changes from ubunty -
-    cli-common (>= 0.2.0) and removal of some old GTK#1 build depends.
-  * Use dh_shlibdeps and then dh_clideps -d to remove dups rather than a
-    sed edit. 
-  * *** NOT YET RELEASED ***
+  * 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 <dajobe at debian.org>  Wed,  8 Feb 2006 19:57:12 -0800
 
 muine (0.8.3-8) unstable; urgency=low
 

Modified: non-group/muine/trunk/debian/control
===================================================================
--- non-group/muine/trunk/debian/control	2006-02-07 14:57:34 UTC (rev 2240)
+++ non-group/muine/trunk/debian/control	2006-02-09 04:12:18 UTC (rev 2241)
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Dave Beckett <dajobe at debian.org>
-Build-Depends: debhelper (>= 4.1.87), mono-mcs (>= 1.1.6) | c-sharp-compiler, mono-gac, libgtk2.0-dev (>= 2.4.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-1), autotools-dev, cdbs, libmono-dev (>= 1.1.6), libgconf2-dev (>= 2.4.0), libgnomevfs2-dev (>= 2.4.0), libgnome2-dev (>= 2.4.0), libgstreamer0.8-dev (>= 0.8.0), libgstreamer-gconf0.8-dev (>= 0.8.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), libdbus-1-cil (>= 0.60), gnome-icon-theme (>= 2.8.0), cli-common (>= 0.2.0)
+Build-Depends: debhelper (>= 4.1.87), mono-mcs (>= 1.1.6) | c-sharp-compiler, mono-gac, libgtk-cil (>= 1.0), libgconf-cil (>= 1.0), libgnome-cil (>= 1.0), libglade-cil (>= 1.0), libgtk2.0-dev (>= 2.4.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-1), autotools-dev, cdbs, libmono-dev (>= 1.1.6), libgconf2-dev (>= 2.4.0), libgnomevfs2-dev (>= 2.4.0), libgnome2-dev (>= 2.4.0), libgstreamer0.8-dev (>= 0.8.0), libgstreamer-gconf0.8-dev (>= 0.8.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), libdbus-1-cil (>= 0.60), gnome-icon-theme (>= 2.8.0), cli-common (>= 0.2.0)
 Standards-Version: 3.6.2
 
 Package: muine
@@ -30,3 +30,11 @@
  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}
+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.
+

Modified: non-group/muine/trunk/debian/muine-plugin-trayicon.install
===================================================================
--- non-group/muine/trunk/debian/muine-plugin-trayicon.install	2006-02-07 14:57:34 UTC (rev 2240)
+++ non-group/muine/trunk/debian/muine-plugin-trayicon.install	2006-02-09 04:12:18 UTC (rev 2241)
@@ -1,2 +1,2 @@
 plugins/TrayIcon.dll /usr/lib/muine/plugins/
-debian/TrayIcon.dll.config /usr/lib/muine/plugins/
+plugins/TrayIcon.dll.config /usr/lib/muine/plugins/

Modified: non-group/muine/trunk/debian/muine.install
===================================================================
--- non-group/muine/trunk/debian/muine.install	2006-02-07 14:57:34 UTC (rev 2240)
+++ non-group/muine/trunk/debian/muine.install	2006-02-09 04:12:18 UTC (rev 2241)
@@ -4,7 +4,9 @@
 debian/tmp/usr/lib/mono/gac/*
 debian/tmp/usr/lib/mono/muine/*
 debian/tmp/usr/lib/monodoc/sources/*
-debian/tmp/usr/lib/muine/*
+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/locale

Deleted: non-group/muine/trunk/debian/muine.links
===================================================================
--- non-group/muine/trunk/debian/muine.links	2006-02-07 14:57:34 UTC (rev 2240)
+++ non-group/muine/trunk/debian/muine.links	2006-02-09 04:12:18 UTC (rev 2241)
@@ -1 +0,0 @@
-usr/share/dotnet/muine usr/share/dotnet/bin/muine

Modified: non-group/muine/trunk/debian/rules
===================================================================
--- non-group/muine/trunk/debian/rules	2006-02-07 14:57:34 UTC (rev 2240)
+++ non-group/muine/trunk/debian/rules	2006-02-09 04:12:18 UTC (rev 2241)
@@ -9,16 +9,13 @@
 
 DEB_INSTALL_MANPAGES_muine := debian/muine.1
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-gstreamer=yes
-DEB_DH_MAKESHLIBS_ARGS := -Xlibmuine
+DEB_DH_MAKESHLIBS_ARGS := -Xlibmuine -Xlibinotify
 #DEB_MAKE_ENVVARS := 
 
 common-configure-indep::
 	mkdir -p $(MONO_SHARED_DIR)/.wapi
 
 binary-predeb/muine::
-	rm debian/muine/usr/lib/muine/libmuine.a
-	rm debian/muine/usr/lib/muine/libmuine.la
-
 	dh_shlibdeps
 	dh_makeclilibs
 	dh_clideps -d
@@ -36,7 +33,7 @@
 #	rm -f data/muine.desktop data/muine.schemas
 	rm -f ./libtool src/AmazonSearchService.cs
 	rm -rf $(MONO_SHARED_DIR)/.wapi
-	rm -f debian/muine.substvars.new
+	rm -f  debian/muine.substvars.new
 	find . -name \*.mdb -print | xargs rm -f
 
 # cdbs leaves junk around after patching

Modified: non-group/muine/trunk/debian/watch
===================================================================
--- non-group/muine/trunk/debian/watch	2006-02-07 14:57:34 UTC (rev 2240)
+++ non-group/muine/trunk/debian/watch	2006-02-09 04:12:18 UTC (rev 2241)
@@ -1,3 +1,2 @@
-
-version=2
-http://muine.gooeylinux.org/muine-(.*)\.tar\.gz
+version=3
+http://www.muine-player.org/wiki/Download http://muine-player.org/releases/muine-(.*)\.tar\.gz debian uupdate




More information about the Pkg-mono-svn-commits mailing list