[Pkg-mono-svn-commits] rev 2774 - in non-group/tangerine/trunk/debian: . patches

Jose Carlos Garcia Sogo jsogo at costa.debian.org
Thu Oct 12 11:04:43 UTC 2006


Author: jsogo
Date: 2006-10-12 11:04:42 +0000 (Thu, 12 Oct 2006)
New Revision: 2774

Added:
   non-group/tangerine/trunk/debian/patches/03_use_external_libs.patch
Modified:
   non-group/tangerine/trunk/debian/copyright
   non-group/tangerine/trunk/debian/rules
Log:
tangerine
 + Add patch to use external libs
 + Check for .dll files in upstream source, and fail.
 + Update copyright file to reflect every piece included in tangerine
 upstream source package.


Modified: non-group/tangerine/trunk/debian/copyright
===================================================================
--- non-group/tangerine/trunk/debian/copyright	2006-10-12 10:33:29 UTC (rev 2773)
+++ non-group/tangerine/trunk/debian/copyright	2006-10-12 11:04:42 UTC (rev 2774)
@@ -1,10 +1,11 @@
 This package was debianized by Brandon Hale <brandon at ubuntu.com> on
 Tue,  9 May 2006 17:17:33 -0400.
+It was updated and uploaded to Debian
 
 It was downloaded from http://www.snorp.net/log/tangerine/
 
 Copyright Holder: 
-Copyright (C) 2005 James Willcox <snorp at snorp.net>
+Copyright (C) 2005-2006 James Willcox <snorp at snorp.net>
 Copyright (C) 2005 John McCutchan (src/inotify.h)
 Copyright (C) 2004 Novell, Inc. (src/inotify-glue.c)
 
@@ -26,3 +27,31 @@
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
+
+MuineDatabase.cs is (C) 2004 Tamara Roberson <tamara.roberson at gmail.com>
+and it is under GPL.
+
+TagLib is (C) 2005-2006 Brian Nickel; (C) 2006 Novell, Inc. and
+it released under the terms of LGPL 2.1
+
+Mono.Zeroconf and inotify code are (C) 2006 Novell, Inc and
+under 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.
+

Added: non-group/tangerine/trunk/debian/patches/03_use_external_libs.patch
===================================================================
--- non-group/tangerine/trunk/debian/patches/03_use_external_libs.patch	                        (rev 0)
+++ non-group/tangerine/trunk/debian/patches/03_use_external_libs.patch	2006-10-12 11:04:42 UTC (rev 2774)
@@ -0,0 +1,286 @@
+diff -urN tangerine-0.3.0~dfsg/deps/Makefile.am tangerine-0.3.0~dfsg.new/deps/Makefile.am
+--- tangerine-0.3.0~dfsg/deps/Makefile.am	2006-09-22 21:04:55.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/deps/Makefile.am	2006-10-12 12:00:30.000000000 +0200
+@@ -1,6 +1,5 @@
+ SUBDIRS = daap-sharp taglib-sharp
+ 
+ tangdir = $(prefix)/lib/tangerine
+-tang_DATA = Nini.dll log4net.dll
+ 
+ EXTRA_DIST = $(tang_DATA)
+diff -urN tangerine-0.3.0~dfsg/deps/Makefile.in tangerine-0.3.0~dfsg.new/deps/Makefile.in
+--- tangerine-0.3.0~dfsg/deps/Makefile.in	2006-09-26 04:47:22.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/deps/Makefile.in	2006-10-12 12:00:30.000000000 +0200
+@@ -198,7 +198,6 @@
+ target_alias = @target_alias@
+ SUBDIRS = daap-sharp taglib-sharp
+ tangdir = $(prefix)/lib/tangerine
+-tang_DATA = Nini.dll log4net.dll
+ EXTRA_DIST = $(tang_DATA)
+ all: all-recursive
+ 
+diff -urN tangerine-0.3.0~dfsg/plugins/amarok/Makefile.am tangerine-0.3.0~dfsg.new/plugins/amarok/Makefile.am
+--- tangerine-0.3.0~dfsg/plugins/amarok/Makefile.am	2006-09-21 02:32:16.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/amarok/Makefile.am	2006-10-12 12:00:43.000000000 +0200
+@@ -10,8 +10,8 @@
+ 
+ PLUGIN_DEPS = 						\
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:$(top_builddir)/src/tangerine.dll		\
+ 	-r:System.Data					\
+ 	-r:Mono.Posix					\
+diff -urN tangerine-0.3.0~dfsg/plugins/amarok/Makefile.in tangerine-0.3.0~dfsg.new/plugins/amarok/Makefile.in
+--- tangerine-0.3.0~dfsg/plugins/amarok/Makefile.in	2006-09-26 04:47:23.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/amarok/Makefile.in	2006-10-12 12:00:43.000000000 +0200
+@@ -194,8 +194,8 @@
+ PLUGINSOURCES = $(srcdir)/AmarokPlugin.cs
+ PLUGIN_DEPS = \
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:$(top_builddir)/src/tangerine.dll		\
+ 	-r:System.Data					\
+ 	-r:Mono.Posix					\
+diff -urN tangerine-0.3.0~dfsg/plugins/banshee/Makefile.am tangerine-0.3.0~dfsg.new/plugins/banshee/Makefile.am
+--- tangerine-0.3.0~dfsg/plugins/banshee/Makefile.am	2006-09-21 02:31:56.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/banshee/Makefile.am	2006-10-12 12:00:43.000000000 +0200
+@@ -10,8 +10,8 @@
+ 
+ PLUGIN_DEPS = 						\
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:$(top_builddir)/src/tangerine.dll		\
+ 	-r:System.Data					\
+ 	-r:Mono.Posix					\
+diff -urN tangerine-0.3.0~dfsg/plugins/banshee/Makefile.in tangerine-0.3.0~dfsg.new/plugins/banshee/Makefile.in
+--- tangerine-0.3.0~dfsg/plugins/banshee/Makefile.in	2006-09-26 04:47:23.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/banshee/Makefile.in	2006-10-12 12:00:43.000000000 +0200
+@@ -194,8 +194,8 @@
+ PLUGINSOURCES = $(srcdir)/BansheePlugin.cs
+ PLUGIN_DEPS = \
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:$(top_builddir)/src/tangerine.dll		\
+ 	-r:System.Data					\
+ 	-r:Mono.Posix					\
+diff -urN tangerine-0.3.0~dfsg/plugins/beagle/Makefile.am tangerine-0.3.0~dfsg.new/plugins/beagle/Makefile.am
+--- tangerine-0.3.0~dfsg/plugins/beagle/Makefile.am	2006-09-22 23:40:30.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/beagle/Makefile.am	2006-10-12 12:00:43.000000000 +0200
+@@ -12,8 +12,8 @@
+ PLUGIN_DEPS = 						\
+ 	$(BEAGLE_LIBS)					\
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:Mono.Posix					\
+ 	-r:$(top_builddir)/src/tangerine.dll		\
+ 	-r:$(top_builddir)/plugins/file/tangerine-file.dll
+diff -urN tangerine-0.3.0~dfsg/plugins/beagle/Makefile.in tangerine-0.3.0~dfsg.new/plugins/beagle/Makefile.in
+--- tangerine-0.3.0~dfsg/plugins/beagle/Makefile.in	2006-09-26 04:47:23.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/beagle/Makefile.in	2006-10-12 12:00:43.000000000 +0200
+@@ -195,8 +195,8 @@
+ @ENABLE_BEAGLE_TRUE at PLUGIN_DEPS = \
+ @ENABLE_BEAGLE_TRUE@	$(BEAGLE_LIBS)					\
+ @ENABLE_BEAGLE_TRUE@	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+- at ENABLE_BEAGLE_TRUE@	-r:$(top_srcdir)/deps/Nini.dll			\
+- at ENABLE_BEAGLE_TRUE@	-r:$(top_srcdir)/deps/log4net.dll		\
++ at ENABLE_BEAGLE_TRUE@	`pkg-config --libs nini-1.1`			\
++ at ENABLE_BEAGLE_TRUE@	`pkg-config --libs log4net`		\
+ @ENABLE_BEAGLE_TRUE@	-r:Mono.Posix					\
+ @ENABLE_BEAGLE_TRUE@	-r:$(top_builddir)/src/tangerine.dll		\
+ @ENABLE_BEAGLE_TRUE@	-r:$(top_builddir)/plugins/file/tangerine-file.dll
+diff -urN tangerine-0.3.0~dfsg/plugins/file/Makefile.am tangerine-0.3.0~dfsg.new/plugins/file/Makefile.am
+--- tangerine-0.3.0~dfsg/plugins/file/Makefile.am	2006-09-22 23:39:15.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/file/Makefile.am	2006-10-12 12:00:43.000000000 +0200
+@@ -10,10 +10,10 @@
+ 
+ PLUGIN_DEPS = 						\
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
++	`pkg-config --libs nini-1.1`			\
+ 	-r:$(top_builddir)/deps/taglib-sharp/taglib-sharp.dll	\
+ 	-r:$(srcdir)/db4o.dll				\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs log4net`		\
+ 	-r:Mono.Posix					\
+ 	-r:$(top_builddir)/src/tangerine.dll
+ 
+diff -urN tangerine-0.3.0~dfsg/plugins/file/Makefile.in tangerine-0.3.0~dfsg.new/plugins/file/Makefile.in
+--- tangerine-0.3.0~dfsg/plugins/file/Makefile.in	2006-09-26 04:47:23.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/file/Makefile.in	2006-10-12 12:00:43.000000000 +0200
+@@ -194,10 +194,10 @@
+ PLUGINSOURCES = $(srcdir)/FilePlugin.cs
+ PLUGIN_DEPS = \
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
++	`pkg-config --libs nini-1.1`			\
+ 	-r:$(top_builddir)/deps/taglib-sharp/taglib-sharp.dll	\
+ 	-r:$(srcdir)/db4o.dll				\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs log4net`		\
+ 	-r:Mono.Posix					\
+ 	-r:$(top_builddir)/src/tangerine.dll
+ 
+diff -urN tangerine-0.3.0~dfsg/plugins/ipod/Makefile.am tangerine-0.3.0~dfsg.new/plugins/ipod/Makefile.am
+--- tangerine-0.3.0~dfsg/plugins/ipod/Makefile.am	2006-05-09 22:14:40.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/ipod/Makefile.am	2006-10-12 12:00:43.000000000 +0200
+@@ -12,8 +12,8 @@
+ PLUGIN_DEPS = 						\
+ 	$(IPOD_SHARP_LIBS)				\
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:Mono.Posix					\
+ 	-r:$(top_builddir)/src/tangerine.dll
+ 
+diff -urN tangerine-0.3.0~dfsg/plugins/ipod/Makefile.in tangerine-0.3.0~dfsg.new/plugins/ipod/Makefile.in
+--- tangerine-0.3.0~dfsg/plugins/ipod/Makefile.in	2006-09-26 04:47:23.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/ipod/Makefile.in	2006-10-12 12:00:43.000000000 +0200
+@@ -195,8 +195,8 @@
+ @ENABLE_IPOD_TRUE at PLUGIN_DEPS = \
+ @ENABLE_IPOD_TRUE@	$(IPOD_SHARP_LIBS)				\
+ @ENABLE_IPOD_TRUE@	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+- at ENABLE_IPOD_TRUE@	-r:$(top_srcdir)/deps/Nini.dll			\
+- at ENABLE_IPOD_TRUE@	-r:$(top_srcdir)/deps/log4net.dll		\
++ at ENABLE_IPOD_TRUE@	`pkg-config --libs nini-1.1`			\
++ at ENABLE_IPOD_TRUE@	`pkg-config --libs log4net`		\
+ @ENABLE_IPOD_TRUE@	-r:Mono.Posix					\
+ @ENABLE_IPOD_TRUE@	-r:$(top_builddir)/src/tangerine.dll
+ 
+diff -urN tangerine-0.3.0~dfsg/plugins/muine/Makefile.am tangerine-0.3.0~dfsg.new/plugins/muine/Makefile.am
+--- tangerine-0.3.0~dfsg/plugins/muine/Makefile.am	2006-09-21 02:32:27.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/muine/Makefile.am	2006-10-12 12:00:43.000000000 +0200
+@@ -10,8 +10,8 @@
+ 
+ PLUGIN_DEPS = 						\
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:$(top_builddir)/src/tangerine.dll		\
+ 	-r:Mono.Posix
+ 
+diff -urN tangerine-0.3.0~dfsg/plugins/muine/Makefile.in tangerine-0.3.0~dfsg.new/plugins/muine/Makefile.in
+--- tangerine-0.3.0~dfsg/plugins/muine/Makefile.in	2006-09-26 04:47:23.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/muine/Makefile.in	2006-10-12 12:00:43.000000000 +0200
+@@ -195,8 +195,8 @@
+ @ENABLE_MUINE_TRUE at PLUGINSOURCES = $(srcdir)/MuinePlugin.cs $(srcdir)/MuineDatabase.cs
+ @ENABLE_MUINE_TRUE at PLUGIN_DEPS = \
+ @ENABLE_MUINE_TRUE@	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+- at ENABLE_MUINE_TRUE@	-r:$(top_srcdir)/deps/Nini.dll			\
+- at ENABLE_MUINE_TRUE@	-r:$(top_srcdir)/deps/log4net.dll		\
++ at ENABLE_MUINE_TRUE@	`pkg-config --libs nini-1.1`			\
++ at ENABLE_MUINE_TRUE@	`pkg-config --libs log4net`		\
+ @ENABLE_MUINE_TRUE@	-r:$(top_builddir)/src/tangerine.dll		\
+ @ENABLE_MUINE_TRUE@	-r:Mono.Posix
+ 
+diff -urN tangerine-0.3.0~dfsg/plugins/rhythmbox/Makefile.am tangerine-0.3.0~dfsg.new/plugins/rhythmbox/Makefile.am
+--- tangerine-0.3.0~dfsg/plugins/rhythmbox/Makefile.am	2006-09-21 02:32:07.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/rhythmbox/Makefile.am	2006-10-12 12:00:43.000000000 +0200
+@@ -10,8 +10,8 @@
+ 
+ PLUGIN_DEPS = 						\
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:$(top_builddir)/src/tangerine.dll		\
+ 	-r:Mono.Posix
+ 
+diff -urN tangerine-0.3.0~dfsg/plugins/rhythmbox/Makefile.in tangerine-0.3.0~dfsg.new/plugins/rhythmbox/Makefile.in
+--- tangerine-0.3.0~dfsg/plugins/rhythmbox/Makefile.in	2006-09-26 04:47:24.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/rhythmbox/Makefile.in	2006-10-12 12:00:43.000000000 +0200
+@@ -194,8 +194,8 @@
+ PLUGINSOURCES = $(srcdir)/RhythmboxPlugin.cs
+ PLUGIN_DEPS = \
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:$(top_builddir)/src/tangerine.dll		\
+ 	-r:Mono.Posix
+ 
+diff -urN tangerine-0.3.0~dfsg/plugins/session/Makefile.am tangerine-0.3.0~dfsg.new/plugins/session/Makefile.am
+--- tangerine-0.3.0~dfsg/plugins/session/Makefile.am	2006-05-11 21:44:55.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/session/Makefile.am	2006-10-12 12:00:43.000000000 +0200
+@@ -11,8 +11,8 @@
+ 	$(SESSION_LIBS)					\
+ 	$(GNOME_SHARP_LIBS)				\
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:Mono.Posix					\
+ 	-r:$(top_builddir)/src/tangerine.dll
+ 
+diff -urN tangerine-0.3.0~dfsg/plugins/session/Makefile.in tangerine-0.3.0~dfsg.new/plugins/session/Makefile.in
+--- tangerine-0.3.0~dfsg/plugins/session/Makefile.in	2006-09-26 04:47:24.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/plugins/session/Makefile.in	2006-10-12 12:00:43.000000000 +0200
+@@ -215,8 +215,8 @@
+ 	$(SESSION_LIBS)					\
+ 	$(GNOME_SHARP_LIBS)				\
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:Mono.Posix					\
+ 	-r:$(top_builddir)/src/tangerine.dll
+ 
+diff -urN tangerine-0.3.0~dfsg/src/Makefile.am tangerine-0.3.0~dfsg.new/src/Makefile.am
+--- tangerine-0.3.0~dfsg/src/Makefile.am	2006-09-11 00:55:10.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/src/Makefile.am	2006-10-12 12:00:43.000000000 +0200
+@@ -33,8 +33,8 @@
+ 
+ TANG_DEPS =						\
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:Mono.Posix					\
+ 	$(GLIB_SHARP_LIBS)
+ 
+diff -urN tangerine-0.3.0~dfsg/src/Makefile.in tangerine-0.3.0~dfsg.new/src/Makefile.in
+--- tangerine-0.3.0~dfsg/src/Makefile.in	2006-09-26 04:47:24.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/src/Makefile.in	2006-10-12 12:00:43.000000000 +0200
+@@ -240,8 +240,8 @@
+ 
+ TANG_DEPS = \
+ 	-r:$(top_builddir)/deps/daap-sharp/daap-sharp.dll	\
+-	-r:$(top_srcdir)/deps/Nini.dll			\
+-	-r:$(top_srcdir)/deps/log4net.dll		\
++	`pkg-config --libs nini-1.1`			\
++	`pkg-config --libs log4net`		\
+ 	-r:Mono.Posix					\
+ 	$(GLIB_SHARP_LIBS)
+ 
+diff -urN tangerine-0.3.0~dfsg/tangerine.pc.in tangerine-0.3.0~dfsg.new/tangerine.pc.in
+--- tangerine-0.3.0~dfsg/tangerine.pc.in	2006-05-25 01:32:38.000000000 +0200
++++ tangerine-0.3.0~dfsg.new/tangerine.pc.in	2006-10-12 12:00:30.000000000 +0200
+@@ -6,4 +6,4 @@
+ Name: tangerine
+ Description: tangerine - a DAAP server
+ Version: @VERSION@
+-Libs: -r:${prefix}/lib/tangerine/tangerine.dll -r:$(prefix)/lib/tangerine/daap-sharp.dll -r:${prefix}/lib/tangerine/Nini.dll -r:${prefix}/lib/tangerine/log4net.dll
++Libs: -r:${prefix}/lib/tangerine/tangerine.dll -r:$(prefix)/lib/tangerine/daap-sharp.dll

Modified: non-group/tangerine/trunk/debian/rules
===================================================================
--- non-group/tangerine/trunk/debian/rules	2006-10-12 10:33:29 UTC (rev 2773)
+++ non-group/tangerine/trunk/debian/rules	2006-10-12 11:04:42 UTC (rev 2774)
@@ -23,4 +23,6 @@
 clean::
 	rm -rf $(MONO_SHARED_DIR)/.wapi
 	rm -f  debian/tangerine.substvars.new
-	find . -name \*.mdb -print | xargs rm -f
+	find . -name '*.mdb' -delete
+
+	find . -name '*dll' -exec echo "This file has to be removed:" {} \; -exec exit 1 \; 




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