diff -Nru notify-sharp-0.4.0~r3032/debian/changelog notify-sharp-0.4.0~r3032/debian/changelog --- notify-sharp-0.4.0~r3032/debian/changelog 2013-02-02 09:47:17.000000000 +0000 +++ notify-sharp-0.4.0~r3032/debian/changelog 2013-10-30 17:09:56.000000000 +0000 @@ -1,3 +1,9 @@ +notify-sharp (0.4.0~r3032-7) unstable; urgency=low + + * [c8a31d3] Use DBus# 2.0 API. + + -- Jo Shields Wed, 30 Oct 2013 17:09:44 +0000 + notify-sharp (0.4.0~r3032-6) unstable; urgency=low * [445d713] Cherry-pick patch to fix crash when notification updates fail diff -Nru notify-sharp-0.4.0~r3032/debian/control notify-sharp-0.4.0~r3032/debian/control --- notify-sharp-0.4.0~r3032/debian/control 2013-02-02 09:47:17.000000000 +0000 +++ notify-sharp-0.4.0~r3032/debian/control 2013-10-30 17:09:25.000000000 +0000 @@ -5,13 +5,13 @@ Uploaders: Sebastian Dröge , Mirco Bauer , Chow Loong Jin -Build-Depends: debhelper (>= 7.2) +Build-Depends: debhelper (>= 7.2), dh-autoreconf Build-Depends-Indep: cli-common-dev (>= 0.5.4), mono-devel (>= 2.4.3), monodoc-base (>= 1.1.18), pkg-config, - 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), libgtk2.0-cil-dev (>= 2.8) Standards-Version: 3.9.2 Homepage: http://www.ndesk.org/NotifySharp diff -Nru notify-sharp-0.4.0~r3032/debian/patches/series notify-sharp-0.4.0~r3032/debian/patches/series --- notify-sharp-0.4.0~r3032/debian/patches/series 2013-02-02 09:47:17.000000000 +0000 +++ notify-sharp-0.4.0~r3032/debian/patches/series 2013-10-30 17:08:19.000000000 +0000 @@ -3,3 +3,4 @@ 03-use-dbus-sharp.patch 04-fix-app-name-derivation.patch 05-fix-crash-when-notification-updates-fail.patch +use_dbussharp_2.pc diff -Nru notify-sharp-0.4.0~r3032/debian/patches/use_dbussharp_2.pc notify-sharp-0.4.0~r3032/debian/patches/use_dbussharp_2.pc --- notify-sharp-0.4.0~r3032/debian/patches/use_dbussharp_2.pc 1970-01-01 00:00:00.000000000 +0000 +++ notify-sharp-0.4.0~r3032/debian/patches/use_dbussharp_2.pc 2013-10-30 17:08:42.000000000 +0000 @@ -0,0 +1,15 @@ +Index: notify-sharp/configure.ac +=================================================================== +--- notify-sharp.orig/configure.ac 2013-10-30 17:08:11.823924561 +0000 ++++ notify-sharp/configure.ac 2013-10-30 17:08:39.132039728 +0000 +@@ -68,8 +68,8 @@ + + DBUS_SHARP_REQ_VERSION=0.7 + DBUS_SHARP_GLIB_REQ_VERSION=0.5 +-PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-1.0 >= $DBUS_SHARP_REQ_VERSION \ +- dbus-sharp-glib-1.0 >= $DBUS_SHARP_GLIB_REQ_VERSION) ++PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-2.0 >= $DBUS_SHARP_REQ_VERSION \ ++ dbus-sharp-glib-2.0 >= $DBUS_SHARP_GLIB_REQ_VERSION) + AC_SUBST(DBUS_SHARP_LIBS) + + required_assemblies="Mono.Posix" diff -Nru notify-sharp-0.4.0~r3032/debian/rules notify-sharp-0.4.0~r3032/debian/rules --- notify-sharp-0.4.0~r3032/debian/rules 2013-02-02 09:47:17.000000000 +0000 +++ notify-sharp-0.4.0~r3032/debian/rules 2013-10-30 17:09:07.000000000 +0000 @@ -13,4 +13,4 @@ dh_makeclilibs -m0.4.0~r2998 %: - dh $@ --with=cli + dh $@ --with cli,autoreconf