Hi,
I've upload a NMU which fixes these three bugs to delayed-10. Attached
is the patch for the NMU.

Thanks and bye
diff -u libkarma-0.0.6/debian/patches/05_add_karma-sharp_dllmap.dpatch libkarma-0.0.6/debian/patches/05_add_karma-sharp_dllmap.dpatch
--- libkarma-0.0.6/debian/patches/05_add_karma-sharp_dllmap.dpatch
+++ libkarma-0.0.6/debian/patches/05_add_karma-sharp_dllmap.dpatch
@@ -24,7 +24,7 @@
  	../install-sh -d $(DESTDIR)/$(PREFIX)/lib/karma-sharp
  	../install-sh -d $(DESTDIR)/$(PREFIX)/lib/pkgconfig
 -	../install-sh -t $(DESTDIR)/$(PREFIX)/lib/karma-sharp $(ASSEMBLY)
-+	../install-sh -t $(DESTDIR)/$(PREFIX)/lib/karma-sharp $(ASSEMBLY){,.config}
++	../install-sh -t $(DESTDIR)/$(PREFIX)/lib/karma-sharp $(ASSEMBLY) $(ASSEMBLY).config
  	../install-sh -t $(DESTDIR)/$(PREFIX)/lib/pkgconfig -m 0644 karma-sharp.pc
  else
  install:
diff -u libkarma-0.0.6/debian/patches/00list libkarma-0.0.6/debian/patches/00list
--- libkarma-0.0.6/debian/patches/00list
+++ libkarma-0.0.6/debian/patches/00list
@@ -12,0 +13 @@
+80_gmcs.dpatch
diff -u libkarma-0.0.6/debian/control libkarma-0.0.6/debian/control
--- libkarma-0.0.6/debian/control
+++ libkarma-0.0.6/debian/control
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: Joe Nahmias <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5), dpatch, zlib1g-dev, libtagc0-dev, libusb-dev
-Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-mcs (>= 1.0) | c-sharp-compiler
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, libmono2.0-cil
 Standards-Version: 3.7.2.2
 Section: libs
 
diff -u libkarma-0.0.6/debian/changelog libkarma-0.0.6/debian/changelog
--- libkarma-0.0.6/debian/changelog
+++ libkarma-0.0.6/debian/changelog
@@ -1,3 +1,18 @@
+libkarma (0.0.6-3.1) unstable; urgency=low
+
+  * Non-Maintainer upload.
+  * debian/control:
+    + Build depend on libmono2.0-cil (Closes: #458681).
+  * debian/patches/05_add_karma-sharp_dllmap.dpatch:
+    + Fix bashisms to fix build with dash (Closes: #423260).
+      Thanks to Andrea Veri for the patch.
+  * debian/patches/80_gmcs.dpatch:
+    + Build with gmcs to only get 2.0 dependencies as the only depending
+      package, banshee, already uses 2.0 and this will get use less
+      dependencies (Closes: #459271).
+
+ -- Sebastian Dröge <[EMAIL PROTECTED]>  Sat, 05 Jan 2008 08:04:30 +0100
+
 libkarma (0.0.6-3) unstable; urgency=low
 
   * Set MONO_SHARED_DIR per CLI Policy §4.3, closes: #445798.
only in patch2:
unchanged:
--- libkarma-0.0.6.orig/debian/patches/80_gmcs.dpatch
+++ libkarma-0.0.6/debian/patches/80_gmcs.dpatch
@@ -0,0 +1,14 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
[EMAIL PROTECTED]@
+
+--- libkarma-0.0.6/karma-sharp/Makefile.old	2008-01-05 07:59:32.000000000 +0100
++++ libkarma-0.0.6/karma-sharp/Makefile	2008-01-05 07:59:49.000000000 +0100
+@@ -1,6 +1,6 @@
+ ASSEMBLY_SOURCES=Song.cs Device.cs
+ ASSEMBLY_RESOURCES=
+-MCS=$(shell which mcs)
++MCS=$(shell which gmcs)
+ MCS_FLAGS = -debug
+ 
+ ifeq ($(MCS),)

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to