[Pkg-utopia-commits] r921 - packages/experimental/dbus-glib/debian

Sjoerd Simons sjoerd at costa.debian.org
Mon Aug 7 22:19:30 UTC 2006


Author: sjoerd
Date: 2006-08-07 22:19:30 +0000 (Mon, 07 Aug 2006)
New Revision: 921

Added:
   packages/experimental/dbus-glib/debian/dbus-bus-introspect.xml
Modified:
   packages/experimental/dbus-glib/debian/changelog
   packages/experimental/dbus-glib/debian/rules
Log:
* debian/dbus-bus-introspect.xml: Added. Copy into place before building the
  bindings, so it's not generated on compile-time (which requires a running
  dbus)

Modified: packages/experimental/dbus-glib/debian/changelog
===================================================================
--- packages/experimental/dbus-glib/debian/changelog	2006-08-07 22:18:00 UTC (rev 920)
+++ packages/experimental/dbus-glib/debian/changelog	2006-08-07 22:19:30 UTC (rev 921)
@@ -7,8 +7,11 @@
   * debian/control: Updated to use the official D-Bus spelling
   * Removed patches and files that are not applicable to the dbus-glib
     bindings.
+  * debian/dbus-bus-introspect.xml: Added. Copy into place before building the
+    bindings, so it's not generated on compile-time (which requires a running
+    dbus)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Mon, 31 Jul 2006 15:47:55 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue,  8 Aug 2006 00:14:35 +0200
 
 
 dbus (0.62-5) unstable; urgency=low

Added: packages/experimental/dbus-glib/debian/dbus-bus-introspect.xml
===================================================================
--- packages/experimental/dbus-glib/debian/dbus-bus-introspect.xml	2006-08-07 22:18:00 UTC (rev 920)
+++ packages/experimental/dbus-glib/debian/dbus-bus-introspect.xml	2006-08-07 22:19:30 UTC (rev 921)
@@ -0,0 +1,77 @@
+   <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
+"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+  <interface name="org.freedesktop.DBus.Introspectable">
+    <method name="Introspect">
+      <arg name="data" direction="out" type="s"/>
+    </method>
+  </interface>
+  <interface name="org.freedesktop.DBus">
+    <method name="RequestName">
+      <arg direction="in" type="s"/>
+      <arg direction="in" type="u"/>
+      <arg direction="out" type="u"/>
+    </method>
+    <method name="ReleaseName">
+      <arg direction="in" type="s"/>
+      <arg direction="out" type="u"/>
+    </method>
+    <method name="StartServiceByName">
+      <arg direction="in" type="s"/>
+      <arg direction="in" type="u"/>
+      <arg direction="out" type="u"/>
+    </method>
+    <method name="Hello">
+      <arg direction="out" type="s"/>
+    </method>
+    <method name="NameHasOwner">
+      <arg direction="in" type="s"/>
+      <arg direction="out" type="b"/>
+    </method>
+    <method name="ListNames">
+      <arg direction="out" type="as"/>
+    </method>
+    <method name="ListActivatableNames">
+      <arg direction="out" type="as"/>
+    </method>
+    <method name="AddMatch">
+      <arg direction="in" type="s"/>
+    </method>
+    <method name="RemoveMatch">
+      <arg direction="in" type="s"/>
+    </method>
+    <method name="GetNameOwner">
+      <arg direction="in" type="s"/>
+      <arg direction="out" type="s"/>
+    </method>
+    <method name="ListQueuedOwners">
+      <arg direction="in" type="s"/>
+      <arg direction="out" type="as"/>
+    </method>
+    <method name="GetConnectionUnixUser">
+      <arg direction="in" type="s"/>
+      <arg direction="out" type="u"/>
+    </method>
+    <method name="GetConnectionUnixProcessID">
+      <arg direction="in" type="s"/>
+      <arg direction="out" type="u"/>
+    </method>
+    <method name="GetConnectionSELinuxSecurityContext">
+      <arg direction="in" type="s"/>
+      <arg direction="out" type="ay"/>
+    </method>
+    <method name="ReloadConfig">
+    </method>
+    <signal name="NameOwnerChanged">
+      <arg type="s"/>
+      <arg type="s"/>
+      <arg type="s"/>
+    </signal>
+    <signal name="NameLost">
+      <arg type="s"/>
+    </signal>
+    <signal name="NameAcquired">
+      <arg type="s"/>
+    </signal>
+  </interface>
+</node>

Modified: packages/experimental/dbus-glib/debian/rules
===================================================================
--- packages/experimental/dbus-glib/debian/rules	2006-08-07 22:18:00 UTC (rev 920)
+++ packages/experimental/dbus-glib/debian/rules	2006-08-07 22:19:30 UTC (rev 921)
@@ -10,3 +10,6 @@
 
 # Strict library versioning
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
+
+common-configure-impl::
+	cp $(CURDIR)/debian/dbus-bus-introspect.xml $(CURDIR)/tools/




More information about the Pkg-utopia-commits mailing list