[Pkg-cli-apps-commits] [basenji] 01/02: Use DBus# 2.0 API

Jo Shields directhex at alioth.debian.org
Mon Oct 28 00:23:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/1.0.1-3
in repository basenji.

commit 2e5f9aa840db206b7e77e23fb14e13ca39e0d541
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Oct 28 00:19:58 2013 +0000

    Use DBus# 2.0 API
---
 debian/control                       |    4 ++--
 debian/patches/series                |    1 +
 debian/patches/use_dbussharp_2.patch |   28 ++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 09e4e1d..8d992c5 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Build-Depends: autotools-dev,
                libgnome-desktop-dev,
                libgtk2.0-cil-dev,
                libmono-cairo2.0-cil,
-               libdbus-glib1.0-cil-dev,
-               libdbus1.0-cil-dev,
+               libdbus-glib2.0-cil-dev,
+               libdbus2.0-cil-dev,
                mono-devel (>= 2.6.7),
                pkg-config
 Standards-Version: 3.9.4
diff --git a/debian/patches/series b/debian/patches/series
index 1336e13..0accab4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 use_mono-csc_compiler
 allow_minimal_configure_for_clean
+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..7a9dbcb
--- /dev/null
+++ b/debian/patches/use_dbussharp_2.patch
@@ -0,0 +1,28 @@
+Index: basenji/configure
+===================================================================
+--- basenji.orig/configure	2013-10-28 00:18:06.657521964 +0000
++++ basenji/configure	2013-10-28 00:18:51.494664555 +0000
+@@ -4,7 +4,7 @@
+ prefix=/usr/local
+ config=GNOME_RELEASE
+ configurations=" DEBUG RELEASE GNOME_DEBUG GNOME_RELEASE"
+-common_packages=" dbus-sharp-1.0;0.7.0 dbus-sharp-glib-1.0;0.5.0 glib-sharp-2.0;2.12.10 gtk-sharp-2.0;2.12.10 taglib-sharp;2.0.4.0"
++common_packages=" dbus-sharp-2.0;0.8.0 dbus-sharp-glib-2.0;0.6.0 glib-sharp-2.0;2.12.10 gtk-sharp-2.0;2.12.10 taglib-sharp;2.0.4.0"
+ 
+ 
+ usage ()
+Index: basenji/Platform/Makefile
+===================================================================
+--- basenji.orig/Platform/Makefile	2013-10-28 00:18:06.629521160 +0000
++++ basenji/Platform/Makefile	2013-10-28 00:19:05.638969921 +0000
+@@ -125,8 +125,8 @@
+ 	System \
+ 	Mono.Posix \
+ 	System.Core \
+-	-pkg:dbus-sharp-1.0 \
+-	-pkg:dbus-sharp-glib-1.0
++	-pkg:dbus-sharp-2.0 \
++	-pkg:dbus-sharp-glib-2.0
+ 
+ DLL_REFERENCES = 
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/basenji.git



More information about the Pkg-cli-apps-commits mailing list