[Pkg-utopia-commits] r993 - in packages/unstable/dhcdbd/debian: . patches

Riccardo Setti giskard-guest at costa.debian.org
Tue Sep 5 17:43:38 UTC 2006


Author: giskard-guest
Date: 2006-09-05 17:43:38 +0000 (Tue, 05 Sep 2006)
New Revision: 993

Added:
   packages/unstable/dhcdbd/debian/patches/40_dbus0.9.patch
Modified:
   packages/unstable/dhcdbd/debian/changelog
Log:
* Changed a deprecated dbus function (closes: #385383)
 - added 40_dbus0.9.patch 

Modified: packages/unstable/dhcdbd/debian/changelog
===================================================================
--- packages/unstable/dhcdbd/debian/changelog	2006-09-04 21:24:39 UTC (rev 992)
+++ packages/unstable/dhcdbd/debian/changelog	2006-09-05 17:43:38 UTC (rev 993)
@@ -1,3 +1,10 @@
+dhcdbd (1.14-3) unstable; urgency=low
+
+  * Changed a deprecated dbus function (closes: #385383)
+   - added 40_dbus0.9.patch 
+
+ -- Riccardo Setti <giskard at debian.org>  Tue,  5 Sep 2006 19:42:19 +0200
+
 dhcdbd (1.14-2) unstable; urgency=low
 
   * Bumped Standards-Version to 3.7.2, no further changes required.

Added: packages/unstable/dhcdbd/debian/patches/40_dbus0.9.patch
===================================================================
--- packages/unstable/dhcdbd/debian/patches/40_dbus0.9.patch	                        (rev 0)
+++ packages/unstable/dhcdbd/debian/patches/40_dbus0.9.patch	2006-09-05 17:43:38 UTC (rev 993)
@@ -0,0 +1,20 @@
+--- dbus_service.c.old	2006-08-24 17:37:47.801746000 +0200
++++ dbus_service.c	2006-08-24 17:38:01.062574750 +0200
+@@ -1412,7 +1412,7 @@
+     return ( cs );
+ 
+  give_up:
+-    dbus_connection_disconnect( connection );
++    dbus_connection_close( connection );
+     dbus_shutdown();
+     return ( 0L );
+ }
+@@ -1456,7 +1456,7 @@
+     cs->roots=0L;
+ 
+ 
+-    dbus_connection_disconnect( cs->connection );
++    dbus_connection_close( cs->connection );
+     dbus_shutdown();
+     free( cs );
+ }




More information about the Pkg-utopia-commits mailing list