tags 627299 + pending
tags 632770 + pending
thanks

Dear maintainer,

I've prepared an NMU for libkarma (versioned as 0.1.2-2.1) and
uploaded it to DELAYED/4. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru libkarma-0.1.2/debian/changelog libkarma-0.1.2/debian/changelog
--- libkarma-0.1.2/debian/changelog	2011-04-24 03:04:04.000000000 +0100
+++ libkarma-0.1.2/debian/changelog	2011-07-12 08:22:35.000000000 +0100
@@ -1,3 +1,12 @@
+libkarma (0.1.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix build on non-mono architectures (Closes: #632770)
+  * Use Debian's default C# compiler (mono-csc)
+    Thanks to Julian Taylor <jtaylor.deb...@googlemail.com> (Closes: #627299)
+
+ -- Chow Loong Jin <hyper...@ubuntu.com>  Wed, 06 Jul 2011 04:55:06 +0800
+
 libkarma (0.1.2-2) unstable; urgency=low
 
   * upload to unstable
diff -Nru libkarma-0.1.2/debian/control libkarma-0.1.2/debian/control
--- libkarma-0.1.2/debian/control	2011-04-22 18:39:02.000000000 +0100
+++ libkarma-0.1.2/debian/control	2011-07-12 08:23:07.000000000 +0100
@@ -1,9 +1,8 @@
 Source: libkarma
 Priority: extra
 Maintainer: Joe Nahmias <je...@debian.org>
-Build-Depends: debhelper (>= 7), zlib1g-dev, libtagc0-dev, libusb-dev,
- cli-common-dev (>= 0.7)
-Build-Depends-Indep: mono-devel (>= 2.4.2.3)
+Build-Depends: debhelper (>= 7.0.50~), zlib1g-dev, libtagc0-dev, libusb-dev
+Build-Depends-Indep: mono-devel (>= 2.4.2.3), cli-common-dev (>= 0.7)
 Standards-Version: 3.9.2
 Section: libs
 Homepage: http://www.freakysoft.de/html/libkarma/
diff -Nru libkarma-0.1.2/debian/rules libkarma-0.1.2/debian/rules
--- libkarma-0.1.2/debian/rules	2011-04-22 18:17:05.000000000 +0100
+++ libkarma-0.1.2/debian/rules	2011-07-12 08:22:09.000000000 +0100
@@ -1,7 +1,12 @@
 #!/usr/bin/make -f
 
+-include /usr/share/cli-common/cli.make
+
 LDFLAGS+=-Wl,--as-needed
 export LDFLAGS
 
+override_dh_auto_build:
+	dh_auto_build -- MCS=$(shell which mono-csc)
+
 %:
-	dh $@ --with cli
+	dh $@

Reply via email to