Your message dated Sat, 21 Mar 2009 14:55:06 +0100
with message-id <20090321145506.438f4...@redbull.qnetp.net>
and subject line Fixed in libkarma 0.0.6-4.1
has caused the Debian Bug report #517605,
regarding Changes required for the Mono 2.0 transition
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
517605: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517605
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libkarma
Version: 0.0.6-5
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jaunty ubuntu-patch
Hi,
The Mono 2.0 transition is currently underway, and your package is
involved:
http://wiki.debian.org/Teams/DebianMonoGroup/Mono20Transition
The attached patch implements the needed changes for your package,
please consider applying it.
Thanks,
James
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 <je...@debian.org>
Build-Depends: debhelper (>= 6), dpatch, zlib1g-dev, libtagc0-dev, libusb-dev
-Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, libmono2.0-cil
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-devel | c-sharp-2.0-compiler, libmono2.0-cil
Standards-Version: 3.8.0
Section: libs
Homepage: http://www.freakysoft.de/html/libkarma/
diff -u libkarma-0.0.6/debian/rules libkarma-0.0.6/debian/rules
--- libkarma-0.0.6/debian/rules
+++ libkarma-0.0.6/debian/rules
@@ -30,7 +30,7 @@
touch $@
build-indep: patch
dh_testdir
- $(MAKE) karma-sharp
+ $(MAKE) karma-sharp MCS=/usr/bin/csc
touch $@
clean: clean-patched unpatch
diff -u libkarma-0.0.6/debian/changelog libkarma-0.0.6/debian/changelog
--- End Message ---
--- Begin Message ---
Version 0.0.6-4.1
I just uploaded the 4.1 NMU which fixes this bug, here is the NMU diff
of it.
--
Regards,
Mirco 'meebey' Bauer
PGP-Key ID: 0xEEF946C8
FOSS Developer mee...@meebey.net http://www.meebey.net/
PEAR Developer mee...@php.net http://pear.php.net/
Debian Developer mee...@debian.org http://www.debian.org/
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 <je...@debian.org>
Build-Depends: debhelper (>= 6), dpatch, zlib1g-dev, libtagc0-dev, libusb-dev
-Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, libmono2.0-cil
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-devel (>= 2.0.1), libmono2.0-cil (>= 2.0.1)
Standards-Version: 3.8.0
Section: libs
Homepage: http://www.freakysoft.de/html/libkarma/
diff -u libkarma-0.0.6/debian/rules libkarma-0.0.6/debian/rules
--- libkarma-0.0.6/debian/rules
+++ libkarma-0.0.6/debian/rules
@@ -30,7 +30,7 @@
touch $@
build-indep: patch
dh_testdir
- $(MAKE) karma-sharp
+ $(MAKE) karma-sharp MCS=/usr/bin/csc
touch $@
clean: clean-patched unpatch
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,14 @@
+libkarma (0.0.6-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control:
+ + Updated build-deps on Mono as part of the Mono 2.0 transistion.
+ (thanks goes to James Westby for providing a patch)
+ * debian/rules:
+ + Override C# compiler variable.
+
+ -- Mirco Bauer <mee...@debian.org> Sat, 21 Mar 2009 14:28:30 +0100
+
libkarma (0.0.6-4) unstable; urgency=low
* Ack NMU, closes: #458681, #423260, #459271.
only in patch2:
unchanged:
--- libkarma-0.0.6.orig/patch
+++ libkarma-0.0.6/patch
@@ -0,0 +1,25 @@
+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 <je...@debian.org>
+ Build-Depends: debhelper (>= 6), dpatch, zlib1g-dev, libtagc0-dev, libusb-dev
+-Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, libmono2.0-cil
++Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-devel | c-sharp-2.0-compiler, libmono2.0-cil
+ Standards-Version: 3.8.0
+ Section: libs
+ Homepage: http://www.freakysoft.de/html/libkarma/
+diff -u libkarma-0.0.6/debian/rules libkarma-0.0.6/debian/rules
+--- libkarma-0.0.6/debian/rules
++++ libkarma-0.0.6/debian/rules
+@@ -30,7 +30,7 @@
+ touch $@
+ build-indep: patch
+ dh_testdir
+- $(MAKE) karma-sharp
++ $(MAKE) karma-sharp MCS=/usr/bin/csc
+ touch $@
+
+ clean: clean-patched unpatch
+diff -u libkarma-0.0.6/debian/changelog libkarma-0.0.6/debian/changelog
--- End Message ---