[Pkg-utopia-commits] r466 - in packages/unstable/avahi/debian: . patches

Sjoerd Simons sjoerd at costa.debian.org
Fri Jan 13 13:38:42 UTC 2006


Author: sjoerd
Date: 2006-01-13 13:38:41 +0000 (Fri, 13 Jan 2006)
New Revision: 466

Added:
   packages/unstable/avahi/debian/patches/02_avahi-sharp-mono1.1.13.patch
Modified:
   packages/unstable/avahi/debian/changelog
Log:
Make sure avahi-sharp is compatible with mono 1.1.13

Modified: packages/unstable/avahi/debian/changelog
===================================================================
--- packages/unstable/avahi/debian/changelog	2006-01-12 22:44:47 UTC (rev 465)
+++ packages/unstable/avahi/debian/changelog	2006-01-13 13:38:41 UTC (rev 466)
@@ -1,3 +1,10 @@
+avahi (0.6.3-3) unstable; urgency=low
+
+  * debian/patches/02_avahi-sharp-mono1.1.13.patch 
+    + Added. Compatibility fixes for mono 1.1.13.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 13 Jan 2006 14:03:59 +0100
+
 avahi (0.6.3-2) unstable; urgency=low
 
   * Add ia64 to the architectures that build-depend on the mono stuff

Added: packages/unstable/avahi/debian/patches/02_avahi-sharp-mono1.1.13.patch
===================================================================
--- packages/unstable/avahi/debian/patches/02_avahi-sharp-mono1.1.13.patch	2006-01-12 22:44:47 UTC (rev 465)
+++ packages/unstable/avahi/debian/patches/02_avahi-sharp-mono1.1.13.patch	2006-01-13 13:38:41 UTC (rev 466)
@@ -0,0 +1,45 @@
+--- avahi-sharp/Client.cs	(.../tags/release-0.6.3/avahi-sharp)	(revision 1073)
++++ avahi-sharp/Client.cs	(.../trunk/avahi-sharp)	(revision 1073)
+@@ -25,7 +25,10 @@
+ using System.Collections;
+ using System.Runtime.InteropServices;
+ using Mono.Unix;
++using Mono.Unix.Native;
+ 
++using Stdlib = Mono.Unix.Native.Stdlib;
++
+ namespace Avahi
+ {
+     internal enum ResolverEvent {
+@@ -86,7 +89,8 @@
+     public enum LookupFlags {
+         None = 0,
+         UseWideArea = 1,
+-        UseMulticast = 4,
++        UseMulticast = 2,
++	NoTxt = 4,
+         NoAddress = 8
+     }
+ 
+--- avahi-sharp/avahi-sharp-docs.source	(.../tags/release-0.6.3/avahi-sharp)	(revision 1073)
++++ avahi-sharp/avahi-sharp-docs.source	(.../trunk/avahi-sharp)	(revision 1073)
+@@ -1,4 +1,4 @@
+ <?xml version="1.0"?>
+ <monodoc>
+-  <source provider="ecma" basefile="avahi-sharp-docs" path="various"/>
++  <source provider="ecma" basefile="avahi-sharp-docs" path="various" title="Avahi" />
+ </monodoc>
+Index: Utility.cs
+===================================================================
+--- avahi-sharp/Utility.cs	(.../tags/release-0.6.3/avahi-sharp)	(revision 1073)
++++ avahi-sharp/Utility.cs	(.../trunk/avahi-sharp)	(revision 1073)
+@@ -24,7 +24,9 @@
+ using System.Text;
+ using System.Runtime.InteropServices;
+ using Mono.Unix;
++using Mono.Unix.Native;
+ 
++using Stdlib = Mono.Unix.Native.Stdlib;
+ 
+ namespace Avahi
+ {




More information about the Pkg-utopia-commits mailing list