[Pkg-cli-apps-commits] [docky] 01/02: Use DBus# 2.0 API.
Jo Shields
directhex at alioth.debian.org
Wed Oct 30 17:07:41 UTC 2013
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/2.2.0-2
in repository docky.
commit 50ce9a91cf7984fd8af5e561ebab8f7708db472d
Author: Jo Shields <directhex at apebox.org>
Date: Wed Oct 30 17:00:48 2013 +0000
Use DBus# 2.0 API.
---
debian/control | 5 +++--
debian/patches/series | 1 +
debian/patches/use_dbussharp_2.patch | 15 +++++++++++++++
debian/rules | 2 +-
4 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 9dce78c..ff50094 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 7.0.50~),
cli-common-dev (>= 0.7)
Build-Depends-Indep:
mono-devel (>= 2.4.3),
+ dh-autoreconf,
gtk-sharp2-gapi,
libgconf2.0-cil-dev,
libgnomedesktop2.0-cil-dev,
@@ -18,8 +19,8 @@ Build-Depends-Indep:
librsvg2-2.0-cil-dev,
libmono-addins-cil-dev,
libmono-addins-gui-cil-dev,
- libdbus1.0-cil-dev (>= 0.7),
- libdbus-glib1.0-cil-dev (>= 0.5),
+ libdbus2.0-cil-dev (>= 0.7),
+ libdbus-glib2.0-cil-dev (>= 0.5),
libnotify-cil-dev,
libwnck1.0-cil-dev,
libgtk2.0-dev,
diff --git a/debian/patches/series b/debian/patches/series
index 61fdd79..e614a8f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
00bzr_logind-suspend-hibernate.diff
+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..65a1c4d
--- /dev/null
+++ b/debian/patches/use_dbussharp_2.patch
@@ -0,0 +1,15 @@
+Index: docky/configure.ac
+===================================================================
+--- docky.orig/configure.ac 2013-05-27 15:12:33.118408815 +0100
++++ docky/configure.ac 2013-10-30 16:59:55.941769908 +0000
+@@ -90,8 +90,8 @@
+ PKG_CHECK_MODULES([MONO_ADDINS_GUI], [mono-addins-gui])
+ PKG_CHECK_MODULES([MONO_ADDINS_SETUP], [mono-addins-setup])
+ PKG_CHECK_MODULES([MONO_CAIRO], [mono-cairo])
+-PKG_CHECK_MODULES([DBUS_SHARP_10], [dbus-sharp-1.0 >= $DBUS_SHARP_REQUIRED_VERSION])
+-PKG_CHECK_MODULES([DBUS_SHARP_GLIB_10], [dbus-sharp-glib-1.0 >= $DBUS_SHARP_GLIB_REQUIRED_VERSION])
++PKG_CHECK_MODULES([DBUS_SHARP_10], [dbus-sharp-2.0 >= $DBUS_SHARP_REQUIRED_VERSION])
++PKG_CHECK_MODULES([DBUS_SHARP_GLIB_10], [dbus-sharp-glib-2.0 >= $DBUS_SHARP_GLIB_REQUIRED_VERSION])
+ PKG_CHECK_MODULES([NOTIFY_SHARP], [notify-sharp])
+ PKG_CHECK_MODULES([WNCK_SHARP_10], [wnck-sharp-1.0])
+
diff --git a/debian/rules b/debian/rules
index d7b0007..c13fa24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,4 @@ override_dh_makeclilibs:
dh_makeclilibs -X usr/lib/docky/*
%:
- dh $@ --with cli
+ dh $@ --with cli,autoreconf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/docky.git
More information about the Pkg-cli-apps-commits
mailing list