[Pkg-mono-svn-commits] rev 2109 - ipod-sharp/trunk/debian libipoddevice/trunk/debian non-group/banshee/trunk/debian non-group/banshee/trunk/debian/patches

Sebastian Dröge slomo-guest at costa.debian.org
Sat Nov 12 16:30:36 UTC 2005


Author: slomo-guest
Date: 2005-11-12 16:30:35 +0000 (Sat, 12 Nov 2005)
New Revision: 2109

Added:
   ipod-sharp/trunk/debian/monodoc-ipod-manual.install
   ipod-sharp/trunk/debian/monodoc-ipod-manual.postinst
   non-group/banshee/trunk/debian/patches/
   non-group/banshee/trunk/debian/patches/02_fix-dllmaps.diff
Modified:
   ipod-sharp/trunk/debian/changelog
   ipod-sharp/trunk/debian/control
   ipod-sharp/trunk/debian/copyright
   ipod-sharp/trunk/debian/rules
   libipoddevice/trunk/debian/changelog
   libipoddevice/trunk/debian/control
   libipoddevice/trunk/debian/copyright
   non-group/banshee/trunk/debian/changelog
   non-group/banshee/trunk/debian/control
   non-group/banshee/trunk/debian/rules
Log:
* updated to newest versions of banshee, ipod-sharp and libipoddevice


Modified: ipod-sharp/trunk/debian/changelog
===================================================================
--- ipod-sharp/trunk/debian/changelog	2005-11-07 14:03:40 UTC (rev 2108)
+++ ipod-sharp/trunk/debian/changelog	2005-11-12 16:30:35 UTC (rev 2109)
@@ -1,6 +1,6 @@
-ipod-sharp (0.5.5-1) experimental; urgency=low
+ipod-sharp (0.5.10-1) experimental; urgency=low
 
   * Initial revision (Closes: #326764)
 
- -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Fri, 02 Sep 2005 16:12:20 +0200
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Thu, 10 Nov 2005 12:59:27 +0100
 

Modified: ipod-sharp/trunk/debian/control
===================================================================
--- ipod-sharp/trunk/debian/control	2005-11-07 14:03:40 UTC (rev 2108)
+++ ipod-sharp/trunk/debian/control	2005-11-12 16:30:35 UTC (rev 2109)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends-Indep: debhelper (>= 4.1.0), cdbs, cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), libipoddevice-dev (>= 0.3.3), libgtk2.0-cil, libglib2.0-cil, pkg-config
+Build-Depends-Indep: debhelper (>= 4.1.0), cdbs, cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), libipoddevice-dev (>= 0.3.5), libgtk2.0-cil, libglib2.0-cil, pkg-config, monodoc-base (>= 1.1.9)
 Standards-Version: 3.6.2
 
 Package: libipod-cil
@@ -21,4 +21,14 @@
  ipod-sharp is a library that allows manipulation of the iTunesDB used in
  Apple iPod devices. Currently it supports adding/removing songs and
  manipulating playlists.
- 
+
+Package: monodoc-ipod-manual
+Architecture: all
+Depends: monodoc-manual
+Description: compiled XML documentation for ipod-sharp
+ The MonoDoc Project is the documentation framework of the Mono project which
+ provides detailed API documentation for all Mono components and the Mono CLI
+ implementation.
+ .
+ This packages contains the compiled XML documentation for
+ ipod-sharp of MonoDoc.

Modified: ipod-sharp/trunk/debian/copyright
===================================================================
--- ipod-sharp/trunk/debian/copyright	2005-11-07 14:03:40 UTC (rev 2108)
+++ ipod-sharp/trunk/debian/copyright	2005-11-12 16:30:35 UTC (rev 2109)
@@ -1,7 +1,7 @@
 This package was debianized by Sebastian Dröge <slomo at ubuntu.com> on
 Fri,  2 Sep 2005 16:12:20 +0200.
 
-It was downloaded from svn.myrealbox.com
+It was downloaded from http://banshee-project.org/files/ipod-sharp/
 
 Upstream Authors: 	James Willcox  <snorp at snorp.net>
 
@@ -19,9 +19,8 @@
 
   You should have received a copy of the GNU Lesser General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-  USA
-
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+  
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU Lesser General Public License Version 2.1,
  found on Debian systems in the file /usr/share/common-licenses/LGPL-2.1.

Added: ipod-sharp/trunk/debian/monodoc-ipod-manual.install
===================================================================
--- ipod-sharp/trunk/debian/monodoc-ipod-manual.install	2005-11-07 14:03:40 UTC (rev 2108)
+++ ipod-sharp/trunk/debian/monodoc-ipod-manual.install	2005-11-12 16:30:35 UTC (rev 2109)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/monodoc/sources /usr/lib/monodoc

Added: ipod-sharp/trunk/debian/monodoc-ipod-manual.postinst
===================================================================
--- ipod-sharp/trunk/debian/monodoc-ipod-manual.postinst	2005-11-07 14:03:40 UTC (rev 2108)
+++ ipod-sharp/trunk/debian/monodoc-ipod-manual.postinst	2005-11-12 16:30:35 UTC (rev 2109)
@@ -0,0 +1,10 @@
+#!/bin/sh
+set -e
+
+if [ -x /usr/lib/monodoc/browser.exe ]; then
+        echo "generating monodoc search index..."
+        monodoc --make-index > /dev/null
+fi
+
+#DEBHELPER#
+

Modified: ipod-sharp/trunk/debian/rules
===================================================================
--- ipod-sharp/trunk/debian/rules	2005-11-07 14:03:40 UTC (rev 2108)
+++ ipod-sharp/trunk/debian/rules	2005-11-12 16:30:35 UTC (rev 2109)
@@ -8,8 +8,6 @@
 UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')
 NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))
 
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-docs
-
 common-binary-predeb-indep::
 	dh_makeclilibs -m $(UPVERSION) -l $(NEXT_UPVERSION)
 	dh_clideps
@@ -17,15 +15,15 @@
 install/libipod-cil::
 	dh_install debian/ipod-sharp.dll.config usr/lib/ipod-sharp
 	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
-	find debian/ -type f -name "*.exe" | xargs chmod +x
 
 install/libipodui-cil::
 	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
-	find debian/ -type f -name "*.exe" | xargs chmod +x
 
 clean::
 	rm -rf $(MONO_SHARED_DIR)/.wapi
 	rm -f src/ipod-sharp.dll.mdb \
 		tools/ipod-tool.exe.mdb \
-		tests/ipod-sharp-tests.dll.mdb
+		tests/ipod-sharp-tests.dll.mdb \
+		src/ipod-sharp-docs.zip \
+		src/ipod-sharp-docs.tree
 

Modified: libipoddevice/trunk/debian/changelog
===================================================================
--- libipoddevice/trunk/debian/changelog	2005-11-07 14:03:40 UTC (rev 2108)
+++ libipoddevice/trunk/debian/changelog	2005-11-12 16:30:35 UTC (rev 2109)
@@ -1,6 +1,6 @@
-libipoddevice (0.3.3-1) experimental; urgency=low
+libipoddevice (0.3.5-1) experimental; urgency=low
 
   * Initial Version. (Closes: #326763)
 
- -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Fri, 02 Sep 2005 15:15:01 +0200
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Thu, 10 Nov 2005 12:52:15 +0100
 

Modified: libipoddevice/trunk/debian/control
===================================================================
--- libipoddevice/trunk/debian/control	2005-11-07 14:03:40 UTC (rev 2108)
+++ libipoddevice/trunk/debian/control	2005-11-12 16:30:35 UTC (rev 2109)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends: debhelper (>= 4.1.0), cdbs, eject, pmount, pkg-config, libglib2.0-dev, dbus-glib-1-dev | libdbus-glib-1-dev, libhal-dev (>= 0.5.2)
+Build-Depends: debhelper (>= 4.1.0), cdbs, eject, pmount, pkg-config, libglib2.0-dev, libdbus-glib-1-dev, libhal-dev (>= 0.5.2), libgtop2-dev (>= 2.12.0)
 Standards-Version: 3.6.2
 
 Package: ipod
@@ -36,7 +36,7 @@
 Package: libipoddevice-dev
 Section: libdevel
 Architecture: any
-Depends: libipoddevice0 (= ${Source-Version}), libc6-dev | libc-dev, libglib2.0-dev, libhal-dev, dbus-glib-1-dev | libdbus-glib-1-dev
+Depends: libipoddevice0 (= ${Source-Version}), libc6-dev | libc-dev, libglib2.0-dev, libhal-dev, libdbus-glib-1-dev, libgtop2-dev
 Description: library for retrieving informations from iPods
  libipoddevice provides basic low level device information about iPod devices.
  The library makes it extremely easy to detect iPods. Basic metadata the

Modified: libipoddevice/trunk/debian/copyright
===================================================================
--- libipoddevice/trunk/debian/copyright	2005-11-07 14:03:40 UTC (rev 2108)
+++ libipoddevice/trunk/debian/copyright	2005-11-12 16:30:35 UTC (rev 2109)
@@ -1,7 +1,7 @@
 This package was debianized by Sebastian Dröge <slomo at ubuntu.com> on
 Fri, 02 Sep 2005 15:15:41 +0200.
 
-It was downloaded from cvs.gnome.org
+It was downloaded from http://banshee-project.org/files/libipoddevice/
 
 Upstream Authors: Aaron Bockover (aaron at aaronbock.net)
 
@@ -19,8 +19,7 @@
 
   You should have received a copy of the GNU Lesser General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-  USA
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License Version 2, found on

Modified: non-group/banshee/trunk/debian/changelog
===================================================================
--- non-group/banshee/trunk/debian/changelog	2005-11-07 14:03:40 UTC (rev 2108)
+++ non-group/banshee/trunk/debian/changelog	2005-11-12 16:30:35 UTC (rev 2109)
@@ -1,6 +1,6 @@
-banshee (0.9.7.1-1) experimental; urgency=low
+banshee (0.9.11.1-1) experimental; urgency=low
 
   * Initial Version (Closes: #296467)
 
- -- Sebastian Dröge <slomo at ubuntu.com>  Mon,  5 Sep 2005 14:23:13 +0200
+ -- Sebastian Dröge <slomo at ubuntu.com>  Sat, 12 Nov 2005 13:01:16 +0100
 

Modified: non-group/banshee/trunk/debian/control
===================================================================
--- non-group/banshee/trunk/debian/control	2005-11-07 14:03:40 UTC (rev 2108)
+++ non-group/banshee/trunk/debian/control	2005-11-12 16:30:35 UTC (rev 2109)
@@ -2,12 +2,13 @@
 Section: sound
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends: debhelper (>= 4.1.0), cdbs, cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, libmono-dev, libgtk2.0-cil (>= 1.9), libglib2.0-cil (>= 1.9), libgnome2.0-cil (>= 1.9), libgconf2.0-cil (>= 1.9), libglade2.0-cil (>= 1.9), libipod-cil (>= 0.5.4), libdbus-1-cil, libsqlite3-dev, libgstreamer0.8-dev (>= 0.8.8), libgstreamer-gconf0.8-dev (>= 0.8.7), libgstreamer-plugins0.8-dev (>= 0.8.7), gstreamer0.8-misc (>= 0.8.7), libgconf2-dev, libgtk2.0-dev (>= 2.6.0), libgnomevfs2-dev, libgnome-desktop-dev, dbus-glib-1-dev | libdbus-glib-1-dev, libhal-dev (>= 0.5.2), libnautilus-burn-dev (>= 2.10.0), pkg-config, intltool
+Build-Depends: debhelper (>= 4.1.0), cdbs, cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, libmono-dev, libgtk2.0-cil (>= 2.3.91), libglib2.0-cil (>= 2.3.91), libgnome2.0-cil (>= 2.3.91), libgconf2.0-cil (>= 2.3.91), libglade2.0-cil (>= 2.3.91), libipod-cil (>= 0.5.10), libipodui-cil (>= 0.5.10), libdbus-1-cil, libsqlite3-dev, libgstreamer0.8-dev (>= 0.8.11), libgstreamer-gconf0.8-dev (>= 0.8.11), libgstreamer-plugins0.8-dev (>= 0.8.11), gstreamer0.8-misc (>= 0.8.11), libgconf2-dev, libgtk2.0-dev (>= 2.6.0), libgnomevfs2-dev, libgnome-desktop-dev, libdbus-glib-1-dev, libhal-dev (>= 0.5.2), libnautilus-burn-dev (>= 2.12.0), libmusicbrainz4-dev (>= 2.1.1), pkg-config, intltool
 Standards-Version: 3.6.2
 
 Package: banshee
 Architecture: any
 Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}, libsqlite3-0
+Recommends: gstreamer0.8-lame, gstreamer0.8-flac, gstreamer0.8-faad, gstreamer0.8-faac, gstreamer0.8-vorbis, gstreamer0.8-mad
 Description: Audio Managment and Playback application
  Banshee is an audio management and playback application for the GNOME
  Desktop, allowing users to import audio from CDs, search their library,
@@ -15,3 +16,4 @@
  and burn selections to a CD.
  .
  http://banshee-project.org
+

Added: non-group/banshee/trunk/debian/patches/02_fix-dllmaps.diff
===================================================================
--- non-group/banshee/trunk/debian/patches/02_fix-dllmaps.diff	2005-11-07 14:03:40 UTC (rev 2108)
+++ non-group/banshee/trunk/debian/patches/02_fix-dllmaps.diff	2005-11-12 16:30:35 UTC (rev 2109)
@@ -0,0 +1,9 @@
+--- src/banshee.exe.config.in.old	2005-09-10 18:29:59.092376736 +0200
++++ src/banshee.exe.config.in	2005-09-10 18:30:16.089792736 +0200
+@@ -4,4 +4,6 @@
+ 	<dllmap dll="libbonobo-2.so" target="libbonobo-2.so.0" />
+ 	<dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so.0" />
+ 	<dllmap dll="libbanshee" target="@expanded_libdir@/@PACKAGE@/libbanshee.so" />
++	<dllmap dll="libX11" target="libX11.so.6" />
++	<dllmap dll="libc" target="libc.so.6" />
+ </configuration>

Modified: non-group/banshee/trunk/debian/rules
===================================================================
--- non-group/banshee/trunk/debian/rules	2005-11-07 14:03:40 UTC (rev 2108)
+++ non-group/banshee/trunk/debian/rules	2005-11-12 16:30:35 UTC (rev 2109)
@@ -5,18 +5,15 @@
 include /usr/share/cdbs/1/class/gnome.mk
 
 export MONO_SHARED_DIR=$(CURDIR)
+DEB_CONFIGURE_EXTRA_FLAGS=--disable-helix
 
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-helix
-
 install/banshee::
 	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
 	find debian/ -type f -name "*.exe" | xargs chmod +x
-	
-binary-predeb/banshee::
-	dh_clideps
-	#Fix doubled dependencies
-	sed -e 's/ libgtk2[^,]*,//' -e 's/ libc[^,]*,//' -e 's/ libx11[^,]*,//' -e 's/ libdbus-glib-1[^,]*,//' -e 's/ libbonobo2[^,]*,//' -e 's/ libglib2[^,]*,//' -e 's/ libnautilus-burn2[^,]*,//' -e 's/ libhal1[^,]*,//' -e 's/ libdbus-1-1[^,]*,//' debian/banshee.substvars > debian/banshee.substvars.new && mv debian/banshee.substvars.new debian/banshee.substvars
 
+common-binary-predeb-arch::
+	dh_clideps 
+
 clean::
 	rm -rf $(MONO_SHARED_DIR)/.wapi
 




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