[Pkg-utopia-commits] r2952 - in /packages/unstable/avahi-sharp/debian: changelog patches/01_configurable_compiler.patch
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Fri Mar 6 13:49:10 UTC 2009
Author: slomo
Date: Fri Mar 6 13:49:10 2009
New Revision: 2952
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2952
Log:
* debian/patches/01_configurable_compiler.patch:
+ Make the compiler configurable for the Mono 2.0 transition.
Thanks to Iain Lane for the patch (Closes: #518424).
Added:
packages/unstable/avahi-sharp/debian/patches/01_configurable_compiler.patch
Modified:
packages/unstable/avahi-sharp/debian/changelog
Modified: packages/unstable/avahi-sharp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi-sharp/debian/changelog?rev=2952&op=diff
==============================================================================
--- packages/unstable/avahi-sharp/debian/changelog (original)
+++ packages/unstable/avahi-sharp/debian/changelog Fri Mar 6 13:49:10 2009
@@ -1,3 +1,11 @@
+avahi-sharp (0.6.19-4) unstable; urgency=low
+
+ * debian/patches/01_configurable_compiler.patch:
+ + Make the compiler configurable for the Mono 2.0 transition.
+ Thanks to Iain Lane for the patch (Closes: #518424).
+
+ -- Sebastian Dröge <slomo at debian.org> Fri, 06 Mar 2009 14:48:23 +0100
+
avahi-sharp (0.6.19-3) unstable; urgency=low
* debian/control,
Added: packages/unstable/avahi-sharp/debian/patches/01_configurable_compiler.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi-sharp/debian/patches/01_configurable_compiler.patch?rev=2952&op=file
==============================================================================
--- packages/unstable/avahi-sharp/debian/patches/01_configurable_compiler.patch (added)
+++ packages/unstable/avahi-sharp/debian/patches/01_configurable_compiler.patch Fri Mar 6 13:49:10 2009
@@ -1,0 +1,44 @@
+--- avahi-sharp/Makefile.am.old 2009-03-06 14:46:01.000000000 +0100
++++ avahi-sharp/Makefile.am 2009-03-06 14:46:37.000000000 +0100
+@@ -47,7 +47,7 @@
+ $(srcdir)/en/*/*.xml
+
+ $(ASSEMBLY): $(AVAHISOURCES)
+- mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix
++ $(MCS) -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix
+
+ all: $(ASSEMBLY) $(ASSEMBLY).config
+
+--- avahi-sharp/Makefile.in.old 2009-03-06 14:46:03.000000000 +0100
++++ avahi-sharp/Makefile.in 2009-03-06 14:46:49.000000000 +0100
+@@ -413,7 +413,7 @@
+
+
+ $(ASSEMBLY): $(AVAHISOURCES)
+- mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix
++ $(MCS) -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix
+
+ all: $(ASSEMBLY) $(ASSEMBLY).config
+
+--- avahi-ui-sharp/Makefile.am.old 2009-03-06 14:47:04.000000000 +0100
++++ avahi-ui-sharp/Makefile.am 2009-03-06 14:46:55.000000000 +0100
+@@ -33,7 +33,7 @@
+ $(srcdir)/zssh.cs
+
+ $(ASSEMBLY): $(AVAHISOURCES)
+- mcs -keyfile:$(top_srcdir)/avahi-sharp/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -pkg:gtk-sharp-2.0 -r:$(top_builddir)/avahi-sharp/avahi-sharp.dll -r:Mono.Posix
++ $(MCS) -keyfile:$(top_srcdir)/avahi-sharp/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -pkg:gtk-sharp-2.0 -r:$(top_builddir)/avahi-sharp/avahi-sharp.dll -r:Mono.Posix
+
+ all: $(ASSEMBLY) $(ASSEMBLY).config
+
+--- avahi-ui-sharp/Makefile.in.old 2009-03-06 14:46:06.000000000 +0100
++++ avahi-ui-sharp/Makefile.in 2009-03-06 14:47:10.000000000 +0100
+@@ -399,7 +399,7 @@
+
+
+ $(ASSEMBLY): $(AVAHISOURCES)
+- mcs -keyfile:$(top_srcdir)/avahi-sharp/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -pkg:gtk-sharp-2.0 -r:$(top_builddir)/avahi-sharp/avahi-sharp.dll -r:Mono.Posix
++ $(MCS) -keyfile:$(top_srcdir)/avahi-sharp/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -pkg:gtk-sharp-2.0 -r:$(top_builddir)/avahi-sharp/avahi-sharp.dll -r:Mono.Posix
+
+ all: $(ASSEMBLY) $(ASSEMBLY).config
+
More information about the Pkg-utopia-commits
mailing list