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

Sjoerd Simons sjoerd at costa.debian.org
Wed Jan 11 21:16:48 UTC 2006


Author: sjoerd
Date: 2006-01-11 21:16:47 +0000 (Wed, 11 Jan 2006)
New Revision: 451

Removed:
   packages/unstable/avahi/debian/patches/01_dbus060_compatibility.patch
   packages/unstable/avahi/debian/patches/02_avahi-sharp.patch
Modified:
   packages/unstable/avahi/debian/changelog
Log:
New upstream release

Modified: packages/unstable/avahi/debian/changelog
===================================================================
--- packages/unstable/avahi/debian/changelog	2006-01-11 21:16:30 UTC (rev 450)
+++ packages/unstable/avahi/debian/changelog	2006-01-11 21:16:47 UTC (rev 451)
@@ -1,8 +1,13 @@
-avahi (0.6.1-5) unstable; urgency=low
+avahi (0.6.3-1) unstable; urgency=low
 
-  * Don't build mono stuff on archs that don't support it (Closes: 347383) 
+  * New upstream release (Closes: 347385)
+  * debian/patches/01_dbus060_compatibility.patch
+    + Removed. Fixed upstream
+  * debian/patches/02_avahi-sharp.patch
+    + Removed. Fixed upstream
+  * Don't build mono stuff on archs that don't support it (Closes: 347383)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Wed, 11 Jan 2006 21:47:25 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 11 Jan 2006 22:04:16 +0100
 
 avahi (0.6.1-4) unstable; urgency=low
 

Deleted: packages/unstable/avahi/debian/patches/01_dbus060_compatibility.patch
===================================================================
--- packages/unstable/avahi/debian/patches/01_dbus060_compatibility.patch	2006-01-11 21:16:30 UTC (rev 450)
+++ packages/unstable/avahi/debian/patches/01_dbus060_compatibility.patch	2006-01-11 21:16:47 UTC (rev 451)
@@ -1,29 +0,0 @@
-Index: avahi-daemon/dbus-protocol.c
-===================================================================
---- avahi-daemon/dbus-protocol.c	(revision 1039)
-+++ avahi-daemon/dbus-protocol.c	(revision 1040)
-@@ -156,7 +156,6 @@
-     return client;
- }
- 
--
- static DBusHandlerResult msg_signal_filter_impl(AVAHI_GCC_UNUSED DBusConnection *c, DBusMessage *m, AVAHI_GCC_UNUSED void *userdata) {
-     DBusError error;
- 
-@@ -1029,7 +1028,15 @@
-         goto fail;
-     }
- 
--    if (dbus_bus_request_name(server->bus, AVAHI_DBUS_NAME, DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT, &error) != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) {
-+    if (dbus_bus_request_name(
-+            server->bus,
-+            AVAHI_DBUS_NAME,
-+#if 1
-+            DBUS_NAME_FLAG_DO_NOT_QUEUE,
-+#else
-+            DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT,
-+#endif
-+            &error) != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) {
-         if (dbus_error_is_set(&error)) {
-             avahi_log_error("dbus_bus_request_name(): %s", error.message);
-             goto fail;

Deleted: packages/unstable/avahi/debian/patches/02_avahi-sharp.patch
===================================================================
--- packages/unstable/avahi/debian/patches/02_avahi-sharp.patch	2006-01-11 21:16:30 UTC (rev 450)
+++ packages/unstable/avahi/debian/patches/02_avahi-sharp.patch	2006-01-11 21:16:47 UTC (rev 451)
@@ -1,11 +0,0 @@
-Index: avahi-sharp/avahi-sharp.dll.config.in
-===================================================================
---- avahi-sharp/avahi-sharp.dll.config.in	(revision 1044)
-+++ avahi-sharp/avahi-sharp.dll.config.in	(working copy)
-@@ -1,5 +1,5 @@
- <configuration>
-   <dllmap dll="avahi-client" target="@CLIENT_DLNAME@"/>
-   <dllmap dll="avahi-common" target="@COMMON_DLNAME@"/>
--  <dllmap dll="avahi-glib" target="libavahi-glib.so.0"/>
-+  <dllmap dll="avahi-glib" target="libavahi-glib.so.1"/>
- </configuration>




More information about the Pkg-utopia-commits mailing list