[Pkg-utopia-commits] r980 - in packages/experimental: . dbus-sharp dbus-sharp/debian dbus-sharp/debian/patches

Sebastian Dröge slomo-guest at costa.debian.org
Tue Aug 29 17:04:15 UTC 2006


Author: slomo-guest
Date: 2006-08-29 17:04:15 +0000 (Tue, 29 Aug 2006)
New Revision: 980

Added:
   packages/experimental/dbus-sharp/
   packages/experimental/dbus-sharp/debian/
   packages/experimental/dbus-sharp/debian/changelog
   packages/experimental/dbus-sharp/debian/compat
   packages/experimental/dbus-sharp/debian/control
   packages/experimental/dbus-sharp/debian/copyright
   packages/experimental/dbus-sharp/debian/libdbus-1-cil.install
   packages/experimental/dbus-sharp/debian/libdbus-1-cil.installcligac
   packages/experimental/dbus-sharp/debian/monodoc-dbus-1-manual.install
   packages/experimental/dbus-sharp/debian/monodoc-dbus-1-manual.postinst
   packages/experimental/dbus-sharp/debian/patches/
   packages/experimental/dbus-sharp/debian/patches/dbus-0.90.patch
   packages/experimental/dbus-sharp/debian/patches/dbus-disable-mono-examples.patch
   packages/experimental/dbus-sharp/debian/patches/dbus-mono-pkgconfig-location.patch
   packages/experimental/dbus-sharp/debian/patches/dbus-new-monodoc.patch
   packages/experimental/dbus-sharp/debian/patches/dbus-update-automake.patch
   packages/experimental/dbus-sharp/debian/rules
Log:
* added dbus-sharp


Added: packages/experimental/dbus-sharp/debian/changelog
===================================================================
--- packages/experimental/dbus-sharp/debian/changelog	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/changelog	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1,832 @@
+dbus-sharp (0.63.git.20060719-2) experimental; urgency=low
+
+  * Remove Makefile and other stuff from the .diff.gz as it breaks the build
+  * debian/patches/dbus-0.90.patch:
+    + s/dbus_connection_disconnect/dbus_connection_close/g
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Thu, 24 Aug 2006 13:30:20 +0200
+
+dbus-sharp (0.63.git.20060719-1) experimental; urgency=low
+
+  * New package based on the dbus package
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Wed,  9 Aug 2006 19:26:57 +0200
+
+dbus (0.62-4) unstable; urgency=low
+
+  [ Sebastian Dröge ]
+  * add ${shlibs:Depends} to Depends of libdbus-glib-1-dev, as it ships
+    dbus-binding-tool to /usr/bin/. This fixes a missing libexpat.so.1.0.0.
+    Thanks to Daniel Holbach for noticing this.
+
+  [  Michael Biebl ]
+  * debian/libdbus-qt4-1-dev.install: qt/dbus/qdbus.h is only a dummy header
+    file. Install the real one instead. (Closes: #375298)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 28 Jun 2006 19:03:23 +0200
+
+dbus (0.62-3) unstable; urgency=low
+
+  * Make the Qt4 bindings buid-depend on libqt4-dev (>= 4.1.3) 
+    (Closes: #374802)
+  * Ensure /etc/dbus-1/system.d is included in the dbus package 
+    (Closes: #374930)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 22 Jun 2006 18:36:35 +0200
+
+dbus (0.62-2) unstable; urgency=low
+
+  * debian/libdbus-qt-1-dev.install: Make the wildcard more strict so that it
+    doesn't accidentally pickup qt4 files
+  * debian/libdbus-qt4-1-dev.install: Also install the dbuscpp2xml and
+    dbusidl2cpp utilities
+  * debian/session.conf
+    + Install a custom dbus session.conf. In the generated one some variables
+    aren't expanded, causing the session bus to fail (Closes: #374747)
+  * Move libdbus-1-2 to sections libs
+  * Let libdbus-1-2 recommend dbus. Almost all libdbus-1 using applications
+    really need the dbus to be present so the recommends is justified.
+    (Closes: #374726)
+  * debian/libdbus-qt-1-dev.install: Install all the needed header files. 
+    Thanks to Michael Biebl for testing a KDE4 build against these bindings.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 21 Jun 2006 10:47:00 +0200
+
+
+
+dbus (0.62-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove Daniel Stone from uploaders on his request.
+  * debian/dbus.init: Remove the sleep 1 when restarting. It's not needed as
+    the start-stop-daemon --retry option is used to shut dbus down
+  * Removed patched that aren't needed anymore:
+    + debian/patches/dbus-reload-usercache.patch
+    + debian/patches/dbus-qt-buildfix.patch
+    + debian/patches/dbus-qt-endianness.patch
+    + debian/patches/dbus-0.60-mono-return-null-fix.diff
+    + debian/patches/dbus-tcp-econreff.patch
+    + debian/patches/dbus-transport-tcp.patch
+    + debian/patches/dbus-pendingcall-deadlock.patch
+  * debian/patches/dbus-update-automake.patch
+    + Updated
+  * debian/patches/dbus-no-qt4-examples.patch
+    + Added. Quick hack to disable the building of the qt4 example binaries.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 20 Jun 2006 19:35:46 +0200
+
+dbus (0.61-6) unstable; urgency=low
+
+  [ Sebastian Dröge ]
+  * debian/patches/dbus-new-monodoc.patch:
+    + Call the new monodoc executables for doc generation to really get
+      docs (Closes: #361541)
+  * debian/patches/dbus-update-automake.patch:
+    + updated for the above change
+  * Add the correct libdbus-glib-1-2 path to the dh_shlibdeps search path to
+    generate correct dependencies on dbus-1-utils.
+  * Update libdbus-1-cil to the new CLI policy and use dh_installcligac for
+    late GAC installation
+  * debian/patches/dbus-mono-pkgconfig-location.patch:
+    + Adjust the location of the .dll in the pkg-config file for the new CLI
+      policy.
+
+  [ Sjoerd Simons ]
+  * debian/patches/dbus-transport-tcp.patch
+    + Added. Fixes crash when using the tcp transport without an host option
+    (from dbus CVS) (Closes: #368894)
+  * debian/patches/dbus-tcp-econreff.patch
+    + Added. Make the error which is given when the tcp transport gets a
+    connection refused more understandable (from dbus CVS)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 31 May 2006 15:00:49 +0200
+
+dbus (0.61-5) unstable; urgency=low
+
+  * debian/patches/dbus-0.60-mono-return-null-fix.diff:
+    + Added again as this wasn't applied upstream. This makes dbus-sharp
+      useable again as you don't get null anymore when asking for the session
+      bus (see fd.o #5716)
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Sat, 18 Mar 2006 14:40:48 +0100
+
+dbus (0.61-4) unstable; urgency=low
+
+  * debian/patches/dbus-reload-usercache.patch
+    + Added. Reload the user info cache when reloading the config.
+  * debian/patches/dbus-pendingcall-deadlock.patch
+    + Added. Don't block in a poll if the data we're looking for was already
+    read by another connection. (From dbus CVS)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun,  5 Mar 2006 21:27:16 +0100
+
+dbus (0.61-3) unstable; urgency=low
+
+  * debian/patches/dbus-monoversion.patch 
+    + Added. Dbus mono assembly version is synced with release version, but
+    nothing actually changed. This patch changes the assembly version back to
+    0.60 to minimize breakage. New version will encode the assembly version
+    in the package name (e.g libdbus-1-cil-0.61).
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed,  1 Mar 2006 19:59:47 +0100
+
+dbus (0.61-2) unstable; urgency=low
+
+  * debian/patches/dbus-qt-endianness.patch
+    + Added. Fix FTBS on big-endian architectures 
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 28 Feb 2006 00:58:05 +0100
+
+dbus (0.61-1) unstable; urgency=medium
+
+  * New upstream release
+  * debian/patches/dbus-0.60-mono-arguments-fix.diff
+    - Removed. Fixed upstream
+  * debian/patches/dbus-0.60-mono-return-null-fix.diff
+    - Removed. Fixed upstream
+  * debian/patches/dbus-moc-selection.patch
+    - Removed. Fixed upstream
+  * debian/patches/dbus-qdbusmarshall-amd64.patch
+    - Removed. Fixed upstream
+  * Update cli-common depend to >= 0.2.0. Older versions have known bugs
+  * Let binary-predeb/libdbus-1-cil:: depend on
+    common-binary-post-install-arch, so dh_clideps can do it's work correctly.
+  * debian/patches/dbus-qt-buildfix.patch 
+    + Added. Fix compilation of the Qt bindings (from CVS)
+  * debian/patches/dbus-update-automake.patch
+    + Added. Do a new autogen run, because the qt patch patches autotools
+      files
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 24 Feb 2006 22:09:17 +0100
+
+dbus (0.60-6) unstable; urgency=low
+
+  * Sync relavant changes from ubuntu
+    + dbus-0.60-mono-arguments-fix.diff
+      - Added. 64bit fixes ((fd.o bugzilla #4410)
+    + dbus-0.60-mono-return-null-fix.diff
+      - Added. Don't return null for the session bus (fd.o bugzilla #5716)
+    + Send the update-notifier reboot required notification if it's installed
+    + Build mono bindings as arch indep.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 16 Feb 2006 12:32:31 +0100
+
+dbus (0.60-5) unstable; urgency=low
+
+  * Fix a bashim in the postinst script (Closes: #347453)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 11 Jan 2006 20:15:02 +0100
+
+dbus (0.60-4) unstable; urgency=low
+
+  * Upload to unstable 
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu,  5 Jan 2006 21:55:49 +0100
+
+dbus (0.60-3) experimental; urgency=low
+
+  * debian/patches/dbus-qdbusmarshall-amd64.patch
+    + Fix build failure on amd64 (Closes: #343746)
+  * Ignore the exit code of run-parts in the init script.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu,  5 Jan 2006 12:30:26 +0100
+
+dbus (0.60-2) experimental; urgency=low
+
+  * Let python2.4-dbus depend on python2.4-libxml2 (Closes: #343715)
+  * Changed maintainer address to
+    pkg-utopia-maintainers at lists.alioth.debian.org
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 15 Dec 2005 20:01:11 +0100
+
+dbus (0.60-1) experimental; urgency=low
+
+  * New upstream release
+  * Soname of libdbus-1 and libdbus-glib-1 were bumped to 2
+  * debian/patches/dbus-reloadconfig-reply.patch
+    + Removed. Merged upstream
+  * debian/patches/dbus-monitor.patch
+    + Removed. Merged upstream
+  * debian/patches/dbus-make-libtool-safe.patch
+    + Removed. Fixed upstream
+  * debian/patches/dbus-moc-selection.patch
+    + Added. Enable the Qt moc paths to be specified to configure
+  * Depend on lsb-base >= 3.0
+  * Let dbus conflicht with libdbus-1-1 and libdbus-1-2 with dbus << 0.60.
+    Some bus changes could result in strange bugs when mixing the old libs
+    with the new bus.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 14 Dec 2005 19:53:07 +0100
+
+dbus (0.50-3) experimental; urgency=low
+
+  * Also move dbus-launch and dbus-send manpages to the dbus package
+  * debian/dbus.init 
+    + Make force-reload an alias of reload instead of restart
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon, 21 Nov 2005 11:17:57 +0100
+
+dbus (0.50-2) experimental; urgency=low
+
+  * maintainance is actually spelled "maintenance" (Closes: #332238)
+  * Disable --enable-verbose because of the big performance hit
+  * Move dbus-binding-tool from dbus-1-utils to libdbus-glib-1-dev
+  * Move dbus-launch and dbus-send into the dbus package (Closes: #337212)
+  * Move the /etc/X11/Xsession.d/ script from dbus-1-utils to dbus
+  * Add reload function to the init script
+  * Use log_daemon_msg instead of log_begin_msg in the init script where
+    applicable
+  * debian/patches/dbus-reloadconfig-reply.patch
+    + Added. Send a reply message when org.freedesktop.DBus.ReloadConfig is
+      called
+  * Prefix the long description of monodoc-dubs-1-manual with one space
+    instead of two (Closes: #337032)
+  * Add LSB formatted dependency info in the init script (Closes: #337644)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed,  9 Nov 2005 20:02:09 +0100
+
+dbus (0.50-1) experimental; urgency=low
+
+  * New upstream release 
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu,  8 Sep 2005 10:01:21 +0200
+
+dbus (0.36.2-1) experimental; urgency=low
+
+  * New upstream release
+  * Fix descriptions to refer to dbus rather than dbus-1. 
+  * Make dbus-1-utils depend on dbus
+  * debian/patches/dbus-sessionbus-checkuid.patch
+    + Removed. Fixed upstream
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue,  6 Sep 2005 09:26:19 +0200
+
+dbus (0.36.1-1) experimental; urgency=low
+
+  * New upstream release (Closes: #319593, #324016)
+  * debian/patches/dbus_cmsgcred.patch
+    + Removed. Fixed upstream.
+  * debian/patches/dbus-gilstate.patch
+    + Removed. Fixed upstream.
+  * Sync with the ubuntu package
+    + Remove dbus_bindings.{a,la} from python2.4-dbus
+    + debian/patches/dbus-make-libtool-safe.patch
+      - Added. Replace explicit libtool calls with $(LIBTOOL) in
+        glib/Makefile.*
+    + Don't include the .la files in the dev packages.
+    + Don't restart dbus on upgrade. Too many applications don't handle it
+      correctly.
+    + Switched the init script to lsb-base
+    + Ship dbus-binding-tool and dbus-viewer with dbus-1-utils
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 26 Aug 2005 21:58:42 +0200
+
+dbus (0.34-4) experimental; urgency=low
+
+  * libdbus-1-cil improvements based on comments from Mirco Bauer
+    + Call dh_clideps before dh_makeclilibs
+    + libdbus-1-cil can be arch all
+    + Use CLI instead of .NET in the package description
+  * Add debian/patches/dbus-sessionbus-checkuid.patch:
+    - bus/session.conf.in: Do not allow any user to connect to any session bus
+      by default.
+    - bus/policy.c: "allowed" now defaults to true if the connecting user id
+      matches the session bus user id.
+    - This stops other users from listening and sending to other user's
+      session dbus instances.
+    - References:
+      CAN-2005-0201
+      https://bugs.freedesktop.org/show_bug.cgi?id=2436
+  * debian/patches/dbus-gilstate: Fix segfaults in python bindings.
+    Patch by Anthony Baxter.
+  * Add D-BUS monodoc documentation package
+  * C++ transition
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon, 11 Jul 2005 10:22:44 +0200
+
+dbus (0.34-3) experimental; urgency=low
+
+  * Build-depend on python-pyrex instead of python2.3-pyrex
+  * debian/dbus.postinst
+   + Forgot to rename dbus-1 to dbus in the previous package.
+  * Rename libdbus-cil to libdbus-1-cil
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 22 Jun 2005 18:53:22 +0200
+
+dbus (0.34-2) experimental; urgency=low
+
+  * debian/dbus.init 
+    + The even.d dir is in /etc/dbus-1 not in /etc/dbus
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 21 Jun 2005 16:16:43 +0200
+
+dbus (0.34-1) experimental; urgency=low
+
+  * New upstream release
+  * Build libdbus-cil on amd64 too (Closes: #314247)
+  * Python bindings need python2.4, so build them against python2.4.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon, 20 Jun 2005 13:07:04 +0200
+
+dbus (0.33-1) experimental; urgency=low
+
+  * New upstream release (Closes: #299049)
+  * Redone the package names to be much more sane.
+    - Based on ubuntu's dbus 0.33 package by Daniel Stone.
+    - dbus deamon goes into the dbus package instead of dbus-1
+    - glib bindings in libdbus-glib-1-1 instead of dbus-glib-1
+    - qt bindings in libdbus-qt-1-1 instead of dbus-qt-1
+    - Library component from dbus-1 goed into libdbus-1-1
+  * debian/patches/dbus-fixverbose.patch
+    - Removed. Fixed upstream
+  * debian/patches/dbus-getpwname.patch
+    - Removed. Fixed upstream
+  * debian/patches/fix-policy-group.patch
+    - Removed. Not relevant anymore
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon, 20 Jun 2005 11:12:12 +0200
+
+dbus (0.23.4-2) unstable; urgency=low
+
+  * Upload version with QT and Mono bindings to unstable. (Closes: #271895)
+    (Closes: #271896) (Closes: #260044) (Closes: #290622)
+  * debian/patches/dbus_cmsgcred.patch
+    - Added. Fix syntax error on systems where HAVE_CMSGCRED is defined
+      (Thanks to Michael Banck) (Closes: #311726)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon,  6 Jun 2005 22:48:08 +0200
+
+dbus (0.23.4-1bindings0) experimental; urgency=low
+
+  * Enable Mono and QT bindings.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue,  5 Apr 2005 22:15:29 +0200
+
+dbus (0.23.4-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/patches/dbus-abi-api.patch
+    - Removed, fixed upstream
+  * debian/patches/dbus-python-fix.patch
+    - Removed, fixed upstream
+  * debian/patches/fix-policy-group.patch
+    - Stop segfaulting at "<policy group="..."> tags (Closes: #297495)
+  * debian/patches/dbus-fixverbose.patch
+    - Fix inaccurate messages in the debug output of the uid/gid lookup code
+    (Thanks to  Tom Parker) (Closes: #297497)
+  * debian/patches/dbus-getpwname.patch
+  * Add .la files in the -dev packages (Closes: #297936)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 30 Mar 2005 23:02:00 +0200
+
+dbus (0.23.2-3) unstable; urgency=low
+
+  * debian/patches/dbus-abi-api.patch
+    - Fix dbus api and abi breakage between 0.23.1 and 0.23.2 (Closes: #297020) 
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon, 28 Feb 2005 15:05:19 +0100
+
+dbus (0.23.2-2) unstable; urgency=low
+
+  * debian/patches/dbus-python-fix.patch 
+    - Fix python bindings (Based on dbus CVS fix)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 24 Feb 2005 11:19:03 +0100
+
+dbus (0.23.2-1bindings0) experimental; urgency=low
+  * debian/patches/dbus-monofixes.patch
+    + Removed. Fixed in this release
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 17 Feb 2005 13:24:22 +0100
+
+dbus (0.23.2-1) unstable; urgency=low
+  * New upstream release 
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 23 Feb 2005 13:04:21 +0100
+
+dbus (0.23.1-1bindings0) experimental; urgency=low
+
+  * New upstream release
+  * debian/patches/dbus-monofixes.patch 
+    + Added. Some mono fixes from dbus cvs
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 17 Feb 2005 13:24:22 +0100
+
+dbus (0.23-1mono1) experimental; urgency=low
+
+  * Enable the qt bindings. Thanks to Kevin Ottens 
+    (Closes: #271895) (Closes: #271896) (Closes: #290622)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 22 Jan 2005 13:53:27 +0100
+
+dbus (0.23-1mono0) experimental; urgency=low
+
+  * Enable the mono bindings 
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 14 Jan 2005 17:54:26 +0100
+
+dbus (0.23-1) unstable; urgency=low
+
+  * New upstream release 
+  * Disable the mono bindings for the unstable packages untill mono goes into 
+    testing.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 14 Jan 2005 15:22:20 +0100
+
+dbus (0.22+cvs.20050104-1) experimental; urgency=low
+
+  * CVS snapshot
+  * Package the dbus mono bindings for i386, powerpc and s390. Mostly based on 
+    patches from Edd Dumbill. (Closes: #260044)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed,  5 Jan 2005 18:20:47 +0100
+
+dbus (0.22-4) unstable; urgency=low
+
+  * Let the initscript check if the pid in the pidfile actually corresponds
+    to a dbus daemon process (Closes: #285758)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed,  5 Jan 2005 16:55:45 +0100
+
+dbus (0.22-3) unstable; urgency=medium
+
+  * Actually ship the init script improvements mentioned in the previous
+    upload. (please pass the brown paper bag)
+  * Call run-parts --reverse on the event.d dir when stopping dbus 
+    (Closes: #269283)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat,  6 Nov 2004 16:17:40 +0100
+
+dbus (0.22-2) unstable; urgency=medium
+
+  * debian/patches/dbus-monitor.patch
+    + Updated. Unbreak dbus-monitor when arguments are given. (From the ubuntu
+      dbus package)
+  * Use run-parts --arg instead of -a, which works with woody's run-parts
+    (Closes: #269708) (Closes: #274702)
+  * Use start-stop-daemon --retry when stopping to ensure the system bus
+    stopped. Prevents race conditions with the dbus pidfile (Closes: #277148)
+  * Add myself to Uploaders
+  * Acknowledge my own NMU (Closes: #272862)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 02 Nov 2004 12:19:47 +0100
+
+dbus (0.22-1.1) unstable; urgency=high
+
+  * Non-maintainer upload with maintainers permission
+  * debian/patches/dbus-python-64bit.patch
+    + Added. Taken from dbus cvs. Add support for int64 and uint64 to the
+    python bindings (Closes: #272862)
+  * Urgency high because the hal package depending on this fix fixes RC bugs.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 25 Sep 2004 17:45:33 +0200
+
+dbus (0.22-1) unstable; urgency=high
+
+  * New upstream release. 
+    + Urgency high so it slips into sarge before the freeze.
+
+ -- Daniel Stone <daniels at debian.org>  Tue, 17 Aug 2004 00:42:56 +0100
+
+dbus (0.21-7) unstable; urgency=low
+
+  * Created /etc/dbus-1/event.d/ and added support to dbus' init script
+    to run the files in it on stop/start/restart
+
+ -- Daniel Silverstone <dsilvers at debian.org>  Thu, 22 Jul 2004 14:13:44 +0100
+
+dbus (0.21-6) unstable; urgency=low
+
+  * Add a chown,chgrp to the init script to make sure the pid dir is owned
+    by the messagebus user.
+  * Modify the dbus-1 init script to remove some arguments from the invocation
+    of start-stop-daemon so that it will work when being asked to stop a
+    dbus instance which has a different executable to that installed.
+
+ -- Daniel Silverstone <dsilvers at debian.org>  Mon, 12 Jul 2004 21:56:45 +0100
+
+dbus (0.21-5) unstable; urgency=low
+
+  * Change debian/control to indicate that dbus is group maintained.
+  * Build-depend on the version of python2.3-pyrex which theoretically has
+    the fixed patch for coping with unsigned long int vs. long unsigned int
+  * Removed the seddery introduced in 0.21-2 because the above build-depend
+    change should ensure we're safe.
+  
+ -- Daniel Silverstone <dsilvers at debian.org>  Mon,  5 Jul 2004 17:44:06 +0100
+
+dbus (0.21-4) unstable; urgency=low
+
+  * Updated debian/copyright to the AFL 2.0 closes: #239332
+  * Updated debian/dbus-1.init to create /var/run/dbus if it
+    doesn't already exist. closes: #242639
+
+ -- Daniel Silverstone <dsilvers at debian.org>  Fri, 18 Jun 2004 00:20:27 +0100
+
+dbus (0.21-3) unstable; urgency=low
+
+  * Add the sed call to Makefile.in too. Damn my forgetfulness.
+
+ -- Daniel Silverstone <dsilvers at debian.org>  Wed, 16 Jun 2004 18:06:28 +0100
+
+dbus (0.21-2) unstable; urgency=low
+
+  * Add a sed -e's/long unsigned/unsigned long/g' to the python bindings
+    preparation line. This *should* solve the FTBFS on alpha, s390 and ia64
+  * Also, fix an a-umlaut to 'ae' in the changelog to prevent nasty
+    debian-changelog-file-uses-obsolete-national-charset errors from lintian
+
+ -- Daniel Silverstone <dsilvers at debian.org>  Tue, 15 Jun 2004 19:26:12 +0100
+
+dbus (0.21-1) unstable; urgency=low
+
+  * New upstream version.
+    + Fixes varargs crap - cleaner patch from David Zeuthen applied. (closes:
+      #229274)
+  * Added provides/replaces/conflicts on dbus-1-utils << 0.20-4, per -4's
+    moving of manpages.
+
+ -- Daniel Stone <daniels at debian.org>  Sun, 21 Mar 2004 02:42:53 +1100
+
+dbus (0.20-6) unstable; urgency=low
+
+  * Add a touch of usage information to the top of the dbus Xsession.d file.
+    Also since we've had confirmation that this file does enough, this version
+    closes: #230835
+  * Add an extra rm -f $PIDFILE to /etc/init.d/dbus-1 to help on restart.
+    closes: #229609
+  * Temporarily quiesce error reports in system.d/*.conf files when loading.
+    This breaks the standard that the daemon shouldn't start with malformed
+    configuration files, but at least for now it seems sensible to do.
+    closes: #230231
+    NOTE: this is likely to be removed in a future version of dbus after the
+    configuration file syntax stabilises. Please report bugs against packages
+    which have configs which fail to parse with the latest dbus package.
+  
+ -- Daniel Silverstone <dsilvers at debian.org>  Tue, 10 Feb 2004 00:46:52 +0000
+
+dbus (0.20-5) unstable; urgency=low
+
+  * Add an /etc/X11/Xsession.d/ entry to launch a session bus.
+    You will need to add 'use-session-dbus' to your /etc/X11/Xsession.options
+    file to enable it.
+
+ -- Daniel Silverstone <dsilvers at debian.org>  Tue,  3 Feb 2004 18:15:48 +0000
+
+dbus (0.20-4) unstable; urgency=low
+
+  * Ensure the manpages are installed into the right package.
+  * Add /usr/lib/dbus-1.0/services to the dbus-1 package. (closes: #230413)
+  * dbus-glib-1-dev now depends on libglib2.0-dev which is kinda needed in order
+    to get glib-object.h
+  * Removed the dbus-qt-1 and dbus-qt-1-dev packages until upstream actually
+    do something with the binding (like putting some code into it)
+
+ -- Daniel Silverstone <dsilvers at debian.org>  Sun,  1 Feb 2004 22:22:59 +0000
+
+dbus (0.20-3) unstable; urgency=high
+
+  * Urgency high because the old package was virtually useless.
+  * debian/patches/fix-varargs-usage.diff:
+    + Merged patch from Michel Daenzer (thanks Michel!) to fix varargs usage,
+      so we don't segfault on --system anymore. (closes: #229274, #229005,
+      #229609)
+
+ -- Daniel Stone <daniels at debian.org>  Wed, 28 Jan 2004 06:51:07 +1100
+
+dbus (0.20-2) unstable; urgency=low
+
+  * The "gotta keep the ftpmaster cab^Whappy release".
+    + Hey, I need the overrides ...
+  * debian/python2.3-dbus.install:
+    + Stop installing .a and .la files (thanks Daniel Silverstone).
+  * debian/dbus-qt-1-dev.install:
+    + Install the .la file ... yep, Daniel Silverstone
+  * debian/patches/dbus-monitor.patch:
+    + Patch from Daniel Silverstone to add suport for filters to dbus-monitor:
+      only watch for certain events.
+  * debian/rules:
+    + Add --enable-verbose-mode to make debugging far more easier.
+      - Daniel Silverstone strikes again!
+
+ -- Daniel Stone <daniels at debian.org>  Wed, 21 Jan 2004 11:07:37 +1100
+
+dbus (0.20-1) unstable; urgency=low
+
+  * New upstream release (closes: #223400).
+    + This version includes Qt and Python support.
+      - New packages: dbus-1-qt, python2.3-dbus.
+  * debian/dbus-1.postinst:
+    + Call addgroup with --system so it doesn't get a userspace GID.
+      (closes: #222563)
+  * debian/control, debian/rules:
+    + Start building Qt and Python bindings.
+  * debian/patches/dbus-python-signals-dze.patch:
+    + Merged patch (already applied in HEAD) to enhance signal support in the
+      Python interface; available from
+      http://freedesktop.org/~david/dbus-python-signals-dze.patch.
+
+ -- Daniel Stone <daniels at debian.org>  Sat,  6 Dec 2003 00:17:50 +1100
+
+dbus (0.13-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    + Update Maintainer address to debian.org.
+    + Add Recommends: dbus-glib-1 to dbus-1-utils, for the dbus-monitor
+      program. (closes: #213914)
+
+ -- Daniel Stone <daniels at debian.org>  Wed, 22 Oct 2003 13:54:53 +1000
+
+dbus (0.12-4) unstable; urgency=low
+
+  * debian/control:
+    + Taking over from Colin as maintainer.
+    + Bump debhelper Build-Dep to >=4.1.46, when dh_installlogcheck was first
+      introduced.
+    + Bump Standards-Version to 3.6.1.
+    + Add Replaces/Provides/Conflicts on earlier dbus-1 versions to
+      dbus-1-utils.
+  * debian/dbus-1.init:
+    + Clean up after the daemon's pidfile mess, ensuring smooth upgrades.
+      (closes: #209143)
+
+ -- Daniel Stone <daniel at fooishbar.org>  Mon, 22 Sep 2003 12:13:06 +1000
+
+dbus (0.12-3) unstable; urgency=low
+
+  * debian/control:
+    - Break out utilities into separate dbus-1-utils package.
+
+ -- Colin Walters <walters at debian.org>  Sat, 30 Aug 2003 20:07:28 -0400
+
+dbus (0.12-2) unstable; urgency=low
+
+  * debian/control:
+    - [dbus-1] Add Depends on adduser (Closes: #204871)
+
+ -- Colin Walters <walters at debian.org>  Sun, 10 Aug 2003 22:23:36 -0400
+
+dbus (0.12-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - Bump Standards-Version to 3.6.0, no changes required.
+
+ -- Colin Walters <walters at debian.org>  Wed,  6 Aug 2003 01:50:13 -0400
+
+dbus (0.11+cvs200307017-1) unstable; urgency=low
+
+  * New upstream CVS snapshot.
+    - Creates services directory (Closes: #198433)
+
+ -- Colin Walters <walters at debian.org>  Thu, 17 Jul 2003 19:05:37 -0400
+
+dbus (0.11+cvs20030528-2) unstable; urgency=low
+
+  * debian/rules:
+    - Include utils.mk.
+
+ -- Colin Walters <walters at debian.org>  Thu, 29 May 2003 02:14:29 -0400
+
+dbus (0.11+cvs20030528-1) unstable; urgency=low
+
+  * New upstream CVS snapshot.
+  * debian/control:
+    - Build-Depend on latest cdbs to get some minor fixes.
+
+ -- Colin Walters <walters at debian.org>  Wed, 28 May 2003 16:56:29 -0400
+
+dbus (0.11-2) unstable; urgency=low
+
+  * debian/control:
+    - Add Build-Depends on cdbs, just because it's so freaking sweet.
+  * debian/rules:
+    - Convert to CDBS.
+  * debian/rocks:
+    - Removed.
+
+ -- Colin Walters <walters at debian.org>  Mon, 19 May 2003 19:21:33 -0400
+
+dbus (0.11-1) unstable; urgency=low
+
+  * The "Bill Gates Grants Self 18 Dexterity, 20 Charisma" release.
+  * New upstream release.
+  * debian/control:
+    - Bump Standards-Version to 3.5.10, no changes required.
+  * debian/rocks:
+    - No need to create system.d anymore, upstream does it now.
+
+ -- Colin Walters <walters at debian.org>  Thu, 15 May 2003 22:01:23 -0400
+
+dbus (0.10+cvs20030503-2) unstable; urgency=low
+
+  * The "I've Got To Stop Taking Lives So Seriously" release. 
+  * debian/control:
+    - Add Build-Depends on docbook-utils.
+
+ -- Colin Walters <walters at debian.org>  Sat,  3 May 2003 16:58:20 -0400
+
+dbus (0.10+cvs20030503-1) unstable; urgency=low
+
+  * The "Chimp Study On Human-Evasion Response To Feces-Hurling Nearly
+    Complete" release.
+  * New upstream snapshot.
+    - Includes some of my patches; this will among other things make
+      the system bus go again.
+  * debian/rocks:
+    - Add --enable-docs to DEB_CONFIGURE_EXTRA_FLAGS.
+  * debian/dbus-1-dev.install:
+    - Update to handle new upstream .pc name.
+  * debian/rules:
+    - Update to latest version of Colin's Build System.
+
+ -- Colin Walters <walters at debian.org>  Sat,  3 May 2003 03:58:53 -0400
+
+dbus (0.10-1) unstable; urgency=low
+
+  * The "West-Wing Tech-Support' Crew Be A Buncha Wack Bitches" release.
+  * New upstream release.
+  * debian/dbus-1.install:
+    - Install all binaries.
+  * debian/dbus-1-dev.install:
+    - Install headers from /usr/lib/dbus-1.0 too.
+  * debian/rocks:
+    - Create etc/dbus-1/system.d.
+
+ -- Colin Walters <walters at debian.org>  Mon, 28 Apr 2003 17:29:50 -0400
+
+dbus (0.9-2) unstable; urgency=low
+
+  * The "New Fox Reality Show To Determine Ruler Of Iraq" release.
+  * debian/rocks:
+    - Generate API docs via doxygen (Closes: #185470)
+  * debian/control:
+    - Build-Depend on doxygen.
+  * debian/dbus-1-doc.install:
+    - Install docs in correct place.
+    - Install newly generated doxygen docs.
+  * debian/rules:
+    - Update to latest version of Colin's Build System.
+    - Eagerly await ftpmaster installing build-common.
+
+ -- Colin Walters <walters at debian.org>  Wed, 23 Apr 2003 23:40:00 -0400
+
+dbus (0.9-1) unstable; urgency=low
+
+  * The "Starbucks To Begin Sinister 'Phase Two' Of Operation" release.
+  * New upstream release.
+  * debian/control:
+    - Drop "lib*" prefix from all packages, and change suffix from "0" to "-1".
+      D-BUS isn't technically just a shared library; it also includes a
+      daemon.  This could really go either way; I could just put the daemon
+      in the libdbus0 package and be done with it, but I think that's more
+      confusing in the end, since people have been very conditioned to
+      expect libfoo -> just shared library.
+    - Add Conflicts: and Replaces: on older lib* packages.
+    - Remove Provides and Conflicts on libdbus-dev in new dbus-1-dev
+      package, since they are actually parallel installable.
+    - Ditto for libdbus-glib0-dev.
+    - Touch up descriptions.
+    - Update to Standards-Version: 3.5.9; no changes required.
+    - Add libexpat-dev to Build-Depends.
+  * debian/dbus0.init:
+    - New file; runs the D-BUS daemon.
+  * debian/dbus0.default:
+    - New file.
+  * debian/dbus0.postinst:
+    - New file; creates the messagebus user and stuff.
+  * debian/dbus0.install:
+    - Install configuration files.
+  * debian/rocks:
+    - Add --with-xml=expat.
+    - Update to correspond with changes to debian/control.
+    - Make dbus-glib-1 package be built after dbus-1 package.
+    - Add debian/dbus-1/usr/lib to DEB_SHLIBDEPS_INCLUDE_dbus-glib-1 so we
+      pick up the right shlibs.
+  * debian/rules:
+    - Update to latest version of Colin's Build System.
+
+ -- Colin Walters <walters at debian.org>  Sun, 13 Apr 2003 23:40:29 -0400
+
+dbus (0.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - [libdbus0] Flesh out description somewhat.
+
+ -- Colin Walters <walters at debian.org>  Tue, 18 Mar 2003 10:50:42 -0500
+
+dbus (0.5-2) unstable; urgency=low
+
+  * debian/libdbus0-dev.install:
+    - Don't include dbus-glib-1.0.pc.
+    - Don't include dbus-glib-1.a or .so.
+
+ -- Colin Walters <walters at debian.org>  Thu,  6 Mar 2003 23:17:53 -0500
+
+dbus (0.5-1) unstable; urgency=low
+
+  * Initial version (Closes: #183739)
+  
+ -- Colin Walters <walters at debian.org>  Thu,  6 Mar 2003 17:58:06 -0500

Added: packages/experimental/dbus-sharp/debian/compat
===================================================================
--- packages/experimental/dbus-sharp/debian/compat	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/compat	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1 @@
+5

Added: packages/experimental/dbus-sharp/debian/control
===================================================================
--- packages/experimental/dbus-sharp/debian/control	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/control	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1,36 @@
+Source: dbus-sharp
+Section: devel
+Priority: optional
+Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
+Uploaders: Sjoerd Simons <sjoerd at debian.org>, Sebastian Dröge <slomo at ubuntu.com>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2)
+Build-Depends-Indep: cli-common-dev (>= 0.4.0), libmono-dev (>= 0.95), mono-mcs, mono-gac, monodoc-base (>= 1.1.10), libdbus-1-dev, libdbus-glib-1-dev
+Standards-Version: 3.7.2
+
+Package: libdbus-1-cil
+Section: libs
+Conflicts: libdbus-cil
+Replaces: libdbus-cil
+Architecture: all
+Depends: ${cli:Depends}, ${misc:Depends}
+Description: CLI binding for D-BUS interprocess messaging system
+ D-BUS is a message bus, used for sending messages between applications.
+ Conceptually, it fits somewhere in between raw sockets and CORBA in
+ terms of complexity.
+ .
+ This package provides a CLI binding to D-BUS, for use with Mono or
+ other ECMA CLI implementations.
+ .
+ See the dbus description for more information about D-BUS in general.
+
+Package: monodoc-dbus-1-manual
+Section: doc
+Depends: monodoc-manual
+Architecture: all
+Description: compiled XML documentation for the D-BUS CLI bindings
+ The MonoDoc Project is the documentation framework of the Mono project which
+ provides detailed API documentation for all Mono components and the Mono CLI
+ implementation.
+ .
+ This packages contains the compiled XML documentation for the D-BUS CLI 
+ bindings 

Added: packages/experimental/dbus-sharp/debian/copyright
===================================================================
--- packages/experimental/dbus-sharp/debian/copyright	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/copyright	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1,213 @@
+This package was debianized by Colin Walters <walters at debian.org> on
+Thu,  6 Mar 2003 18:01:37 -0500
+
+It was downloaded from http://www.freedesktop.org/software/dbus
+
+This package is dual-licensed under the Academic Free License, and the
+GPL.  For a description of the GPL, see /usr/share/common-licenses/GPL
+on your Debian system.
+
+Portions of the package are only licensed under the GPL (notably 
+tools/dbus-cleanup-sockets.c and test/decode-gcov.c ).
+
+The Academic Free License follows:
+
+      The Academic Free License
+      v. 2.0
+
+This Academic Free License (the "License") applies to any original
+work of authorship (the "Original Work") whose owner (the "Licensor")
+has placed the following notice immediately following the copyright
+notice for the Original Work:
+
+Licensed under the Academic Free License version 2.0
+
+1) Grant of Copyright License. Licensor hereby grants You a
+world-wide, royalty-free, non-exclusive, perpetual, sublicenseable
+license to do the following:
+
+a) to reproduce the Original Work in copies; 
+
+b) to prepare derivative works ("Derivative Works") based upon the Original Work; 
+
+c) to distribute copies of the Original Work and Derivative Works to the public; 
+
+d) to perform the Original Work publicly; and 
+
+e) to display the Original Work publicly.   
+
+2) Grant of Patent License. Licensor hereby grants You a world-wide,
+royalty-free, non-exclusive, perpetual, sublicenseable license, under
+patent claims owned or controlled by the Licensor that are embodied in
+the Original Work as furnished by the Licensor, to make, use, sell and
+offer for sale the Original Work and Derivative Works.
+
+3) Grant of Source Code License. The term "Source Code" means the
+preferred form of the Original Work for making modifications to it and
+all available documentation describing how to modify the Original
+Work.  Licensor hereby agrees to provide a machine-readable copy of
+the Source Code of the Original Work along with each copy of the
+Original Work that Licensor distributes.  Licensor reserves the right
+to satisfy this obligation by placing a machine-readable copy of the
+Source Code in an information repository reasonably calculated to
+permit inexpensive and convenient access by You for as long as
+Licensor continues to distribute the Original Work, and by publishing
+the address of that information repository in a notice immediately
+following the copyright notice that applies to the Original Work.
+
+4) Exclusions From License Grant. Neither the names of Licensor, nor
+the names of any contributors to the Original Work, nor any of their
+trademarks or service marks, may be used to endorse or promote
+products derived from this Original Work without express prior written
+permission of the Licensor.  Nothing in this License shall be deemed
+to grant any rights to trademarks, copyrights, patents, trade secrets
+or any other intellectual property of Licensor except as expressly
+stated herein.  No patent license is granted to make, use, sell or
+offer to sell embodiments of any patent claims other than the licensed
+claims defined in Section 2.  No right is granted to the trademarks of
+Licensor even if such marks are included in the Original Work.
+Nothing in this License shall be interpreted to prohibit Licensor from
+licensing under different terms from this License any Original Work
+that Licensor otherwise would have a right to license.
+
+5) This section intentionally omitted.  
+
+6) Attribution Rights. You must retain, in the Source Code of any
+Derivative Works that You create, all copyright, patent or trademark
+notices from the Source Code of the Original Work, as well as any
+notices of licensing and any descriptive text identified therein as an
+"Attribution Notice."  You must cause the Source Code for any
+Derivative Works that You create to carry a prominent Attribution
+Notice reasonably calculated to inform recipients that You have
+modified the Original Work.
+
+7) Warranty of Provenance and Disclaimer of Warranty. Licensor
+warrants that the copyright in and to the Original Work and the patent
+rights granted herein by Licensor are owned by the Licensor or are
+sublicensed to You under the terms of this License with the permission
+of the contributor(s) of those copyrights and patent rights.  Except
+as expressly stated in the immediately proceeding sentence, the
+Original Work is provided under this License on an "AS IS" BASIS and
+WITHOUT WARRANTY, either express or implied, including, without
+limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY
+OF THE ORIGINAL WORK IS WITH YOU.  This DISCLAIMER OF WARRANTY
+constitutes an essential part of this License.  No license to Original
+Work is granted hereunder except under this disclaimer.
+
+8) Limitation of Liability. Under no circumstances and under no legal
+theory, whether in tort (including negligence), contract, or
+otherwise, shall the Licensor be liable to any person for any direct,
+indirect, special, incidental, or consequential damages of any
+character arising as a result of this License or the use of the
+Original Work including, without limitation, damages for loss of
+goodwill, work stoppage, computer failure or malfunction, or any and
+all other commercial damages or losses.  This limitation of liability
+shall not apply to liability for death or personal injury resulting
+from Licensor's negligence to the extent applicable law prohibits such
+limitation.  Some jurisdictions do not allow the exclusion or
+limitation of incidental or consequential damages, so this exclusion
+and limitation may not apply to You.
+
+9) Acceptance and Termination. If You distribute copies of the
+Original Work or a Derivative Work, You must make a reasonable effort
+under the circumstances to obtain the express assent of recipients to
+the terms of this License.  Nothing else but this License (or another
+written agreement between Licensor and You) grants You permission to
+create Derivative Works based upon the Original Work or to exercise
+any of the rights granted in Section 1 herein, and any attempt to do
+so except under the terms of this License (or another written
+agreement between Licensor and You) is expressly prohibited by
+U.S. copyright law, the equivalent laws of other countries, and by
+international treaty.  Therefore, by exercising any of the rights
+granted to You in Section 1 herein, You indicate Your acceptance of
+this License and all of its terms and conditions.
+
+10) Termination for Patent Action. This License shall terminate
+automatically and You may no longer exercise any of the rights granted
+to You by this License as of the date You commence an action,
+including a cross-claim or counterclaim, for patent infringement (i)
+against Licensor with respect to a patent applicable to software or
+(ii) against any entity with respect to a patent applicable to the
+Original Work (but excluding combinations of the Original Work with
+other software or hardware).
+
+11) Jurisdiction, Venue and Governing Law. Any action or suit relating
+to this License may be brought only in the courts of a jurisdiction
+wherein the Licensor resides or in which Licensor conducts its primary
+business, and under the laws of that jurisdiction excluding its
+conflict-of-law provisions.  The application of the United Nations
+Convention on Contracts for the International Sale of Goods is
+expressly excluded.  Any use of the Original Work outside the scope of
+this License or after its termination shall be subject to the
+requirements and penalties of the U.S. Copyright Act, 17 U.S.C. \u00a4
+101 et seq., the equivalent laws of other countries, and international
+treaty.  This section shall survive the termination of this License.
+
+12) Attorneys Fees. In any action to enforce the terms of this License
+or seeking damages relating thereto, the prevailing party shall be
+entitled to recover its costs and expenses, including, without
+limitation, reasonable attorneys' fees and costs incurred in
+connection with such action, including any appeal of such action.
+This section shall survive the termination of this License.
+
+13) Miscellaneous. This License represents the complete agreement
+concerning the subject matter hereof.  If any provision of this
+License is held to be unenforceable, such provision shall be reformed
+only to the extent necessary to make it enforceable.
+
+14) Definition of "You" in This License. "You" throughout this
+License, whether in upper or lower case, means an individual or a
+legal entity exercising rights under, and complying with all of the
+terms of, this License.  For legal entities, "You" includes any entity
+that controls, is controlled by, or is under common control with you.
+For purposes of this definition, "control" means (i) the power, direct
+or indirect, to cause the direction or management of such entity,
+whether by contract or otherwise, or (ii) ownership of fifty percent
+(50%) or more of the outstanding shares, or (iii) beneficial ownership
+of such entity.
+
+15) Right to Use. You may use the Original Work in all ways not
+otherwise restricted or conditioned by this License or by law, and
+Licensor promises not to interfere with or be responsible for such
+uses by You.
+
+This license is Copyright (C) 2003 Lawrence E. Rosen.  All rights
+reserved.  Permission is hereby granted to copy and distribute this
+license without modification.  This license may not be modified
+without the express written permission of its copyright owner.
+
+-- 
+END OF ACADEMIC FREE LICENSE. The following is intended to describe the essential 
+differences between the Academic Free License (AFL) version 1.0 and other 
+open source licenses:
+
+The Academic Free License is similar to the BSD, MIT, UoI/NCSA and Apache 
+licenses in many respects but it is intended to solve a few problems with 
+those licenses.
+    
+* The AFL is written so as to make it clear what software is being 
+licensed (by the inclusion of a statement following the copyright notice 
+in the software). This way, the license functions better than a template 
+license. The BSD, MIT and UoI/NCSA licenses apply to unidentified software.
+    
+* The AFL contains a complete copyright grant to the software. The BSD 
+and Apache licenses are vague and incomplete in that respect.
+    
+* The AFL contains a complete patent grant to the software. The BSD, MIT, 
+UoI/NCSA and Apache licenses rely on an implied patent license and contain 
+no explicit patent grant.
+    
+* The AFL makes it clear that no trademark rights are granted to the 
+licensor's trademarks. The Apache license contains such a provision, but the 
+BSD, MIT and UoI/NCSA licenses do not.
+    
+* The AFL includes the warranty by the licensor that it either owns the 
+copyright or that it is distributing the software under a license. None of 
+the other licenses contain that warranty. All other warranties are disclaimed, 
+as is the case for the other licenses.
+
+* The AFL is itself copyrighted (with the right granted to copy and distribute 
+without modification). This ensures that the owner of the copyright to the 
+license will control changes. The Apache license contains a copyright notice, 
+but the BSD, MIT and UoI/NCSA licenses do not. 

Added: packages/experimental/dbus-sharp/debian/libdbus-1-cil.install
===================================================================
--- packages/experimental/dbus-sharp/debian/libdbus-1-cil.install	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/libdbus-1-cil.install	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/pkgconfig/dbus-sharp.pc
+debian/tmp/usr/lib/cli/dbus-sharp-0.60/

Added: packages/experimental/dbus-sharp/debian/libdbus-1-cil.installcligac
===================================================================
--- packages/experimental/dbus-sharp/debian/libdbus-1-cil.installcligac	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/libdbus-1-cil.installcligac	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1 @@
+/usr/lib/cli/dbus-sharp-0.60/dbus-sharp.dll

Added: packages/experimental/dbus-sharp/debian/monodoc-dbus-1-manual.install
===================================================================
--- packages/experimental/dbus-sharp/debian/monodoc-dbus-1-manual.install	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/monodoc-dbus-1-manual.install	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/monodoc/sources/*

Added: packages/experimental/dbus-sharp/debian/monodoc-dbus-1-manual.postinst
===================================================================
--- packages/experimental/dbus-sharp/debian/monodoc-dbus-1-manual.postinst	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/monodoc-dbus-1-manual.postinst	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+
+if [ -x /usr/lib/monodoc/browser.exe ]; then
+   echo "generating monodoc search index..."
+   monodoc --make-index > /dev/null
+fi
+
+#DEBHELPER#

Added: packages/experimental/dbus-sharp/debian/patches/dbus-0.90.patch
===================================================================
--- packages/experimental/dbus-sharp/debian/patches/dbus-0.90.patch	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/patches/dbus-0.90.patch	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1,20 @@
+--- mono/Connection.cs.old	2006-08-24 17:11:42.323909750 +0200
++++ mono/Connection.cs	2006-08-24 17:12:22.946448500 +0200
+@@ -89,7 +89,7 @@
+     {
+       if (disposing && RawConnection != IntPtr.Zero) 
+ 	{
+-	  dbus_connection_disconnect(rawConnection);
++	  dbus_connection_close(rawConnection);
+ 
+ 	  RawConnection = IntPtr.Zero; // free the native object
+ 	}
+@@ -314,7 +314,7 @@
+ 							   int    slot);
+     
+     [DllImport ("dbus-1")]
+-    private extern static void dbus_connection_disconnect (IntPtr ptr);
++    private extern static void dbus_connection_close (IntPtr ptr);
+ 
+     [DllImport ("dbus-1")]
+     private extern static IntPtr dbus_bus_get_unique_name (IntPtr ptr);

Added: packages/experimental/dbus-sharp/debian/patches/dbus-disable-mono-examples.patch
===================================================================
--- packages/experimental/dbus-sharp/debian/patches/dbus-disable-mono-examples.patch	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/patches/dbus-disable-mono-examples.patch	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1,8 @@
+--- mono/Makefile.am.old	2006-08-09 19:30:21.816526750 +0200
++++ mono/Makefile.am	2006-08-09 19:30:36.357435500 +0200
+@@ -1,4 +1,4 @@
+-SUBDIRS=. doc example
++SUBDIRS=. doc
+ 
+ TARGET=$(ASSEMBLY)
+ NOINST_EXES=test-dbus-sharp.exe

Added: packages/experimental/dbus-sharp/debian/patches/dbus-mono-pkgconfig-location.patch
===================================================================
--- packages/experimental/dbus-sharp/debian/patches/dbus-mono-pkgconfig-location.patch	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/patches/dbus-mono-pkgconfig-location.patch	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1,8 @@
+--- dbus-sharp.pc.in.old	2006-05-01 11:50:28.631976144 +0200
++++ dbus-sharp.pc.in	2006-05-01 11:51:11.396474952 +0200
+@@ -5,4 +5,4 @@
+ Name: DBus#
+ Description: DBus# - D-BUS .NET Bindings
+ Version: @VERSION@
+-Libs: -r:${libdir}/mono/dbus-sharp/dbus-sharp.dll
++Libs: -r:${libdir}/cli/dbus-sharp-0.60/dbus-sharp.dll

Added: packages/experimental/dbus-sharp/debian/patches/dbus-new-monodoc.patch
===================================================================
--- packages/experimental/dbus-sharp/debian/patches/dbus-new-monodoc.patch	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/patches/dbus-new-monodoc.patch	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1,81 @@
+--- configure.in.old	2006-04-30 20:23:40.706665752 +0200
++++ configure.in	2006-04-30 20:24:49.347230800 +0200
+@@ -297,30 +297,21 @@
+ if test x$enable_mono_docs = xyes; then
+     if test x$have_monodoc = xno ; then
+ 	AC_MSG_ERROR([Building Mono docs explicitly required, but monodoc not found])
+-    else
+-        AC_PATH_PROG(MONODOC, monodoc, no)
+-        if test x$MONODOC = xno; then
+-           AC_MSG_ERROR([Building Mono docs explicitly required, but monodoc not found])	
+-	fi
+     fi
+ fi
+ 
+ if test x$enable_mono_docs = xauto ; then
+     if test x$have_monodoc = xno ; then
+         enable_mono_docs=no
+-	MONODOC=
+     else
+-        AC_PATH_PROG(MONODOC, monodoc, no)
+         if test x$MONODOC = xno; then
+            enable_mono_docs=no
+-           MONODOC=
+ 	else
+ 	   enable_mono_docs=yes
+         fi
+     fi
+ fi
+ 
+-AC_SUBST(MONODOC)
+ 
+ AM_CONDITIONAL(ENABLE_MONODOC, test "x$enable_mono_docs" = "xyes")
+ 
+--- mono/doc/Makefile.am.old	2006-04-30 21:07:00.066502992 +0200
++++ mono/doc/Makefile.am	2006-04-30 21:07:27.942265232 +0200
+@@ -1,17 +1,17 @@
+ if ENABLE_MONODOC
+ TARGETS = dbus-sharp-docs.zip dbus-sharp-docs.tree dbus-sharp-docs.source
+-DOCDIR = `$(MONODOC) --get-sourcesdir`
++DOCDIR = `pkg-config monodoc --variable=sourcesdir`
+ 
+ install-data-local:
+-	install -d -m 755 $(DESTDIR)/`monodoc --get-sourcesdir`
+-	install -m 644 $(srcdir)/dbus-sharp-docs.source $(DESTDIR)/`monodoc --get-sourcesdir`
+-	install -m 644 dbus-sharp-docs.tree $(DESTDIR)/`monodoc --get-sourcesdir`
+-	install -m 644 dbus-sharp-docs.zip $(DESTDIR)/`monodoc --get-sourcesdir`
++	install -d -m 755 $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`
++	install -m 644 $(srcdir)/dbus-sharp-docs.source $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`
++	install -m 644 dbus-sharp-docs.tree $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`
++	install -m 644 dbus-sharp-docs.zip $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`
+ 
+ uninstall-local:
+-	rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/dbus-sharp-docs.source
+-	rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/dbus-sharp-docs.tree
+-	rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/dbus-sharp-docs.zip
++	rm -f $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`/dbus-sharp-docs.source
++	rm -f $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`/dbus-sharp-docs.tree
++	rm -f $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`/dbus-sharp-docs.zip
+ else
+ TARGETS = 
+ DOCDIR = $(datadir)
+@@ -19,8 +19,8 @@
+ 
+ noinst_DATA = $(TARGETS)
+ 
+-ASSEMBLER = $(MONODOC) --assemble
+-UPDATER = $(MONODOC) --update
++ASSEMBLER = mdassembler
++UPDATER = mdassembler
+ 
+ dbus-sharp-docs.zip: dbus-sharp-docs.tree
+ 
+@@ -28,7 +28,7 @@
+ 	$(ASSEMBLER) --ecma $(srcdir)/en -o dbus-sharp-docs
+ 
+ update:
+-		$(UPDATER) ../dbus-sharp.dll -o ./en -f
++	$(ASSEMBLER) --ecma $(srcdir)/en -o dbus-sharp-docs
+ 
+ CLEANFILES = dbus-sharp-docs.zip dbus-sharp-docs.tree
+ 

Added: packages/experimental/dbus-sharp/debian/patches/dbus-update-automake.patch
===================================================================
--- packages/experimental/dbus-sharp/debian/patches/dbus-update-automake.patch	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/patches/dbus-update-automake.patch	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1,408 @@
+diff -Naur dbus-sharp-0.63.git.20060719-old/configure dbus-sharp-0.63.git.20060719/configure
+--- dbus-sharp-0.63.git.20060719-old/configure	2006-08-09 19:10:35.000000000 +0200
++++ dbus-sharp-0.63.git.20060719/configure	2006-08-09 19:35:01.738020750 +0200
+@@ -875,7 +875,6 @@
+ MONODOC_REQUIRED_VERSION
+ MONODOC_DEPENDENCY_CFLAGS
+ MONODOC_DEPENDENCY_LIBS
+-MONODOC
+ ENABLE_MONODOC_TRUE
+ ENABLE_MONODOC_FALSE
+ DBUS_INT64_TYPE
+@@ -5650,7 +5649,7 @@
+   ;;
+ *-*-irix6*)
+   # Find out which ABI we are using.
+-  echo '#line 5653 "configure"' > conftest.$ac_ext
++  echo '#line 5652 "configure"' > conftest.$ac_ext
+   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+   (eval $ac_compile) 2>&5
+   ac_status=$?
+@@ -7618,11 +7617,11 @@
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:7621: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:7620: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:7625: \$? = $ac_status" >&5
++   echo "$as_me:7624: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -7886,11 +7885,11 @@
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:7889: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:7888: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:7893: \$? = $ac_status" >&5
++   echo "$as_me:7892: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -7990,11 +7989,11 @@
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:7993: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:7992: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:7997: \$? = $ac_status" >&5
++   echo "$as_me:7996: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -10431,7 +10430,7 @@
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 10434 "configure"
++#line 10433 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -10531,7 +10530,7 @@
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 10534 "configure"
++#line 10533 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -12899,11 +12898,11 @@
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:12902: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:12901: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:12906: \$? = $ac_status" >&5
++   echo "$as_me:12905: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -13003,11 +13002,11 @@
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:13006: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:13005: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:13010: \$? = $ac_status" >&5
++   echo "$as_me:13009: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -14564,11 +14563,11 @@
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:14567: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:14566: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:14571: \$? = $ac_status" >&5
++   echo "$as_me:14570: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -14668,11 +14667,11 @@
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:14671: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:14670: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:14675: \$? = $ac_status" >&5
++   echo "$as_me:14674: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -16887,11 +16886,11 @@
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:16890: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:16889: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:16894: \$? = $ac_status" >&5
++   echo "$as_me:16893: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -17155,11 +17154,11 @@
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:17158: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:17157: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:17162: \$? = $ac_status" >&5
++   echo "$as_me:17161: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -17259,11 +17258,11 @@
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:17262: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:17261: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:17266: \$? = $ac_status" >&5
++   echo "$as_me:17265: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -20576,105 +20575,15 @@
+ 	{ { echo "$as_me:$LINENO: error: Building Mono docs explicitly required, but monodoc not found" >&5
+ echo "$as_me: error: Building Mono docs explicitly required, but monodoc not found" >&2;}
+    { (exit 1); exit 1; }; }
+-    else
+-        # Extract the first word of "monodoc", so it can be a program name with args.
+-set dummy monodoc; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_path_MONODOC+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  case $MONODOC in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_MONODOC="$MONODOC" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_MONODOC="$as_dir/$ac_word$ac_exec_ext"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
+-
+-  test -z "$ac_cv_path_MONODOC" && ac_cv_path_MONODOC="no"
+-  ;;
+-esac
+-fi
+-MONODOC=$ac_cv_path_MONODOC
+-if test -n "$MONODOC"; then
+-  { echo "$as_me:$LINENO: result: $MONODOC" >&5
+-echo "${ECHO_T}$MONODOC" >&6; }
+-else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
+-
+-
+-        if test x$MONODOC = xno; then
+-           { { echo "$as_me:$LINENO: error: Building Mono docs explicitly required, but monodoc not found" >&5
+-echo "$as_me: error: Building Mono docs explicitly required, but monodoc not found" >&2;}
+-   { (exit 1); exit 1; }; }
+-	fi
+     fi
+ fi
+ 
+ if test x$enable_mono_docs = xauto ; then
+     if test x$have_monodoc = xno ; then
+         enable_mono_docs=no
+-	MONODOC=
+     else
+-        # Extract the first word of "monodoc", so it can be a program name with args.
+-set dummy monodoc; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_path_MONODOC+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  case $MONODOC in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_MONODOC="$MONODOC" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_MONODOC="$as_dir/$ac_word$ac_exec_ext"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
+-
+-  test -z "$ac_cv_path_MONODOC" && ac_cv_path_MONODOC="no"
+-  ;;
+-esac
+-fi
+-MONODOC=$ac_cv_path_MONODOC
+-if test -n "$MONODOC"; then
+-  { echo "$as_me:$LINENO: result: $MONODOC" >&5
+-echo "${ECHO_T}$MONODOC" >&6; }
+-else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
+-
+-
+         if test x$MONODOC = xno; then
+            enable_mono_docs=no
+-           MONODOC=
+ 	else
+ 	   enable_mono_docs=yes
+         fi
+@@ -20684,7 +20593,6 @@
+ 
+ 
+ 
+-
+ if test "x$enable_mono_docs" = "xyes"; then
+   ENABLE_MONODOC_TRUE=
+   ENABLE_MONODOC_FALSE='#'
+@@ -25740,7 +25648,6 @@
+ MONODOC_REQUIRED_VERSION!$MONODOC_REQUIRED_VERSION$ac_delim
+ MONODOC_DEPENDENCY_CFLAGS!$MONODOC_DEPENDENCY_CFLAGS$ac_delim
+ MONODOC_DEPENDENCY_LIBS!$MONODOC_DEPENDENCY_LIBS$ac_delim
+-MONODOC!$MONODOC$ac_delim
+ ENABLE_MONODOC_TRUE!$ENABLE_MONODOC_TRUE$ac_delim
+ ENABLE_MONODOC_FALSE!$ENABLE_MONODOC_FALSE$ac_delim
+ DBUS_INT64_TYPE!$DBUS_INT64_TYPE$ac_delim
+@@ -25758,7 +25665,7 @@
+ LTLIBOBJS!$LTLIBOBJS$ac_delim
+ _ACEOF
+ 
+-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 42; then
++  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 41; then
+     break
+   elif $ac_last_try; then
+     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+diff -Naur dbus-sharp-0.63.git.20060719-old/Makefile.in dbus-sharp-0.63.git.20060719/Makefile.in
+--- dbus-sharp-0.63.git.20060719-old/Makefile.in	2006-08-09 19:10:34.000000000 +0200
++++ dbus-sharp-0.63.git.20060719/Makefile.in	2006-08-09 19:35:07.958409500 +0200
+@@ -147,7 +147,6 @@
+ MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+ MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+-MONODOC = @MONODOC@
+ MONODOC_DEPENDENCY_CFLAGS = @MONODOC_DEPENDENCY_CFLAGS@
+ MONODOC_DEPENDENCY_LIBS = @MONODOC_DEPENDENCY_LIBS@
+ MONODOC_REQUIRED_VERSION = @MONODOC_REQUIRED_VERSION@
+diff -Naur dbus-sharp-0.63.git.20060719-old/mono/doc/Makefile.in dbus-sharp-0.63.git.20060719/mono/doc/Makefile.in
+--- dbus-sharp-0.63.git.20060719-old/mono/doc/Makefile.in	2006-08-09 19:10:34.000000000 +0200
++++ dbus-sharp-0.63.git.20060719/mono/doc/Makefile.in	2006-08-09 19:35:07.602387250 +0200
+@@ -116,7 +116,6 @@
+ MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+ MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+-MONODOC = @MONODOC@
+ MONODOC_DEPENDENCY_CFLAGS = @MONODOC_DEPENDENCY_CFLAGS@
+ MONODOC_DEPENDENCY_LIBS = @MONODOC_DEPENDENCY_LIBS@
+ MONODOC_REQUIRED_VERSION = @MONODOC_REQUIRED_VERSION@
+@@ -192,10 +191,10 @@
+ @ENABLE_MONODOC_FALSE at TARGETS = 
+ @ENABLE_MONODOC_TRUE at TARGETS = dbus-sharp-docs.zip dbus-sharp-docs.tree dbus-sharp-docs.source
+ @ENABLE_MONODOC_FALSE at DOCDIR = $(datadir)
+- at ENABLE_MONODOC_TRUE@DOCDIR = `$(MONODOC) --get-sourcesdir`
++ at ENABLE_MONODOC_TRUE@DOCDIR = `pkg-config monodoc --variable=sourcesdir`
+ noinst_DATA = $(TARGETS)
+-ASSEMBLER = $(MONODOC) --assemble
+-UPDATER = $(MONODOC) --update
++ASSEMBLER = mdassembler
++UPDATER = mdassembler
+ CLEANFILES = dbus-sharp-docs.zip dbus-sharp-docs.tree
+ EXTRA_DIST = dbus-sharp-docs.source $(am__append_1)
+ all: all-am
+@@ -367,15 +366,15 @@
+ 
+ 
+ @ENABLE_MONODOC_TRUE at install-data-local:
+- at ENABLE_MONODOC_TRUE@	install -d -m 755 $(DESTDIR)/`monodoc --get-sourcesdir`
+- at ENABLE_MONODOC_TRUE@	install -m 644 $(srcdir)/dbus-sharp-docs.source $(DESTDIR)/`monodoc --get-sourcesdir`
+- at ENABLE_MONODOC_TRUE@	install -m 644 dbus-sharp-docs.tree $(DESTDIR)/`monodoc --get-sourcesdir`
+- at ENABLE_MONODOC_TRUE@	install -m 644 dbus-sharp-docs.zip $(DESTDIR)/`monodoc --get-sourcesdir`
++ at ENABLE_MONODOC_TRUE@	install -d -m 755 $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`
++ at ENABLE_MONODOC_TRUE@	install -m 644 $(srcdir)/dbus-sharp-docs.source $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`
++ at ENABLE_MONODOC_TRUE@	install -m 644 dbus-sharp-docs.tree $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`
++ at ENABLE_MONODOC_TRUE@	install -m 644 dbus-sharp-docs.zip $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`
+ 
+ @ENABLE_MONODOC_TRUE at uninstall-local:
+- at ENABLE_MONODOC_TRUE@	rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/dbus-sharp-docs.source
+- at ENABLE_MONODOC_TRUE@	rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/dbus-sharp-docs.tree
+- at ENABLE_MONODOC_TRUE@	rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/dbus-sharp-docs.zip
++ at ENABLE_MONODOC_TRUE@	rm -f $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`/dbus-sharp-docs.source
++ at ENABLE_MONODOC_TRUE@	rm -f $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`/dbus-sharp-docs.tree
++ at ENABLE_MONODOC_TRUE@	rm -f $(DESTDIR)/`pkg-config monodoc --variable=sourcesdir`/dbus-sharp-docs.zip
+ 
+ dbus-sharp-docs.zip: dbus-sharp-docs.tree
+ 
+@@ -383,7 +382,7 @@
+ 	$(ASSEMBLER) --ecma $(srcdir)/en -o dbus-sharp-docs
+ 
+ update:
+-		$(UPDATER) ../dbus-sharp.dll -o ./en -f
++	$(ASSEMBLER) --ecma $(srcdir)/en -o dbus-sharp-docs
+ 
+ dist-hook:
+ 	mkdir -p $(distdir)/en
+diff -Naur dbus-sharp-0.63.git.20060719-old/mono/example/Makefile.in dbus-sharp-0.63.git.20060719/mono/example/Makefile.in
+--- dbus-sharp-0.63.git.20060719-old/mono/example/Makefile.in	2006-08-09 19:10:34.000000000 +0200
++++ dbus-sharp-0.63.git.20060719/mono/example/Makefile.in	2006-08-09 19:35:07.738395750 +0200
+@@ -113,7 +113,6 @@
+ MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+ MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+-MONODOC = @MONODOC@
+ MONODOC_DEPENDENCY_CFLAGS = @MONODOC_DEPENDENCY_CFLAGS@
+ MONODOC_DEPENDENCY_LIBS = @MONODOC_DEPENDENCY_LIBS@
+ MONODOC_REQUIRED_VERSION = @MONODOC_REQUIRED_VERSION@
+diff -Naur dbus-sharp-0.63.git.20060719-old/mono/Makefile.in dbus-sharp-0.63.git.20060719/mono/Makefile.in
+--- dbus-sharp-0.63.git.20060719-old/mono/Makefile.in	2006-08-09 19:10:34.000000000 +0200
++++ dbus-sharp-0.63.git.20060719/mono/Makefile.in	2006-08-09 19:35:07.450377750 +0200
+@@ -123,7 +123,6 @@
+ MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+ MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+-MONODOC = @MONODOC@
+ MONODOC_DEPENDENCY_CFLAGS = @MONODOC_DEPENDENCY_CFLAGS@
+ MONODOC_DEPENDENCY_LIBS = @MONODOC_DEPENDENCY_LIBS@
+ MONODOC_REQUIRED_VERSION = @MONODOC_REQUIRED_VERSION@
+@@ -196,7 +195,7 @@
+ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+-SUBDIRS = . doc example
++SUBDIRS = . doc
+ TARGET = $(ASSEMBLY)
+ NOINST_EXES = test-dbus-sharp.exe
+ ASSEMBLY_NAME = dbus-sharp

Added: packages/experimental/dbus-sharp/debian/rules
===================================================================
--- packages/experimental/dbus-sharp/debian/rules	                        (rev 0)
+++ packages/experimental/dbus-sharp/debian/rules	2006-08-29 17:04:15 UTC (rev 980)
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+# Copyright © 2002,2003 Colin Walters <walters at verbum.org>
+# Copyright © 2003 Daniel Stone <daniels at debian.org>
+# Copyright © 2006 Sjoerd Simons <sjoerd at debian.org>
+
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-mono --enable-mono-docs
+
+export MONO_SHARED_DIR=$(CURDIR)
+
+install/libdbus-1-cil::
+	# put the dlls into the correct place required by the CLI policy
+	mkdir -p debian/tmp/usr/lib/cli/dbus-sharp-0.60
+	cp mono/dbus-sharp.dll debian/tmp/usr/lib/cli/dbus-sharp-0.60
+	cp mono/dbus-sharp.dll.config debian/tmp/usr/lib/cli/dbus-sharp-0.60
+	cp mono/dbus-sharp.dll.mdb debian/tmp/usr/lib/cli/dbus-sharp-0.60
+
+binary-install/libdbus-1-cil::
+	dh_installcligac
+
+binary-predeb/libdbus-1-cil::
+	dh_makeclilibs -m0.60
+	dh_clideps -d
+
+binary-post-install/libdbus-1-cil::
+	cd $(CURDIR)/debian/libdbus-1-cil && \
+		find -type f -name "*.dll" -exec chmod -x {} \;
+
+clean::
+	rm -rf $(MONO_SHARED_DIR)/.wapi
+


Property changes on: packages/experimental/dbus-sharp/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-utopia-commits mailing list