[Pkg-cli-libs-commits] [zeitgeist-sharp] 01/03: Use DBus# 2.0 API
Jo Shields
directhex at alioth.debian.org
Mon Oct 28 00:32:39 UTC 2013
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/0.8.0.0-5
in repository zeitgeist-sharp.
commit a06289d0d9c0ed0f1a2dff35002fe24f747d0a27
Author: Jo Shields <directhex at apebox.org>
Date: Mon Oct 28 00:25:44 2013 +0000
Use DBus# 2.0 API
---
debian/control | 4 ++--
debian/patches/series | 1 +
debian/patches/use_dbussharp_2.patch | 35 ++++++++++++++++++++++++++++++++++
3 files changed, 38 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e26fb66..d39c3a4 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 7.0.50),
Build-Depends-Indep: mono-devel (>= 2.4.3),
mono-xbuild,
zeitgeist-core (>=0.8.0),
- libdbus1.0-cil-dev,
- libdbus-glib1.0-cil-dev,
+ libdbus2.0-cil-dev,
+ libdbus-glib2.0-cil-dev,
libglib2.0-cil-dev,
monodoc-base
Standards-Version: 3.9.3
diff --git a/debian/patches/series b/debian/patches/series
index e7b9ac1..5e1fa64 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
tweak_pcfile_location_for_debianisms.patch
zeitgeist-daemon-ac-check-prog.patch
automake-pkglibdir-data.patch
+use_dbussharp_2.patch
diff --git a/debian/patches/use_dbussharp_2.patch b/debian/patches/use_dbussharp_2.patch
new file mode 100644
index 0000000..a84b660
--- /dev/null
+++ b/debian/patches/use_dbussharp_2.patch
@@ -0,0 +1,35 @@
+Index: zeitgeist-sharp/configure.ac
+===================================================================
+--- zeitgeist-sharp.orig/configure.ac 2013-10-28 00:29:14.248451162 +0000
++++ zeitgeist-sharp/configure.ac 2013-10-28 00:29:14.244451170 +0000
+@@ -41,8 +41,8 @@
+ AC_SUBST(GACUTIL_FLAGS)
+
+ dnl package checks, common for all configs
+-PKG_CHECK_MODULES([DBUS_SHARP_10], [dbus-sharp-1.0])
+-PKG_CHECK_MODULES([DBUS_SHARP_GLIB_10], [dbus-sharp-glib-1.0])
++PKG_CHECK_MODULES([DBUS_SHARP_10], [dbus-sharp-2.0])
++PKG_CHECK_MODULES([DBUS_SHARP_GLIB_10], [dbus-sharp-glib-2.0])
+ PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
+
+ AC_CHECK_PROG([ZEITGEIST_DAEMON], [zeitgeist-daemon], yes, no)
+Index: zeitgeist-sharp/Zeitgeist/Zeitgeist.csproj
+===================================================================
+--- zeitgeist-sharp.orig/Zeitgeist/Zeitgeist.csproj 2013-04-12 16:40:19.823052186 +0100
++++ zeitgeist-sharp/Zeitgeist/Zeitgeist.csproj 2013-10-28 00:29:44.088388068 +0000
+@@ -35,11 +35,11 @@
+ <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <Package>glib-sharp-2.0</Package>
+ </Reference>
+- <Reference Include="dbus-sharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5">
+- <Package>dbus-sharp-1.0</Package>
++ <Reference Include="dbus-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5">
++ <Package>dbus-sharp-2.0</Package>
+ </Reference>
+- <Reference Include="dbus-sharp-glib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5">
+- <Package>dbus-sharp-glib-1.0</Package>
++ <Reference Include="dbus-sharp-glib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5">
++ <Package>dbus-sharp-glib-2.0</Package>
+ </Reference>
+ <Reference Include="System" />
+ </ItemGroup>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/zeitgeist-sharp.git
More information about the Pkg-cli-libs-commits
mailing list