diff -pruN 2.29.1-1/debian/90qt-a11y 2.30.0-2/debian/90qt-a11y
--- 2.29.1-1/debian/90qt-a11y	2018-08-25 19:38:39.000000000 +0000
+++ 2.30.0-2/debian/90qt-a11y	2018-09-15 02:52:53.000000000 +0000
@@ -8,5 +8,5 @@ QT_ACCESSIBILITY=1
 export QT_ACCESSIBILITY
 
 if [ -x "/usr/bin/dbus-update-activation-environment" ]; then
-        dbus-update-activation-environment --verbose --systemd QT_ACCESSIBILITY QT_LINUX_ACCESSIBILITY_ALWAYS_ON
+        dbus-update-activation-environment --verbose --systemd QT_ACCESSIBILITY
 fi
diff -pruN 2.29.1-1/debian/changelog 2.30.0-2/debian/changelog
--- 2.29.1-1/debian/changelog	2018-08-25 19:39:59.000000000 +0000
+++ 2.30.0-2/debian/changelog	2018-09-15 02:52:53.000000000 +0000
@@ -1,3 +1,23 @@
+at-spi2-core (2.30.0-2) unstable; urgency=medium
+
+  * Add disable-test-that-needs-installed-dbus-service.patch
+
+ -- Jeremy Bicha <jbicha@debian.org>  Fri, 14 Sep 2018 22:52:53 -0400
+
+at-spi2-core (2.30.0-1) unstable; urgency=medium
+
+  [ Jeremy Bicha ]
+  * Team upload
+  * New upstream release
+  * Build-Depend on gedit and xvfb for build tests
+  * debian/rules: Run build tests
+  * Release to unstable
+
+  [ Samuel Thibault ]
+  - 90qt-a11y: Do not export variable not defined any more
+
+ -- Jeremy Bicha <jbicha@debian.org>  Fri, 14 Sep 2018 19:38:54 -0400
+
 at-spi2-core (2.29.1-1) experimental; urgency=medium
 
   * New upstream beta release.
diff -pruN 2.29.1-1/debian/control 2.30.0-2/debian/control
--- 2.29.1-1/debian/control	2018-08-25 19:38:39.000000000 +0000
+++ 2.30.0-2/debian/control	2018-09-15 02:52:53.000000000 +0000
@@ -5,6 +5,7 @@ Maintainer: Debian Accessibility Team <p
 Uploaders: Samuel Thibault <sthibault@debian.org>, Jordi Mallach <jordi@debian.org>
 Build-Depends: debhelper (>= 11.1.3),
                dbus, libdbus-1-dev,
+               gedit <!nocheck>,
                libglib2.0-dev,
                libxkbcommon-x11-dev,
                libxkbcommon-dev,
@@ -12,7 +13,9 @@ Build-Depends: debhelper (>= 11.1.3),
                meson (>= 0.40.1),
                libgirepository1.0-dev,
                gtk-doc-tools (>= 1.09),
-               gobject-introspection
+               gobject-introspection,
+               xauth <!nocheck>,
+               xvfb <!nocheck>
 Standards-Version: 4.2.0
 Vcs-Browser: https://salsa.debian.org/a11y-team/at-spi2-core
 Vcs-Git: https://salsa.debian.org/a11y-team/at-spi2-core.git
diff -pruN 2.29.1-1/debian/patches/at-spi-by-default 2.30.0-2/debian/patches/at-spi-by-default
--- 2.29.1-1/debian/patches/at-spi-by-default	2018-08-25 19:38:39.000000000 +0000
+++ 2.30.0-2/debian/patches/at-spi-by-default	2018-09-15 02:52:53.000000000 +0000
@@ -1,5 +1,14 @@
+From: Samuel Thibault <samuel.thibault@ens-lyon.org>
+Date: Sat, 26 Dec 2015 17:19:57 +0100
+Subject: at-spi-by-default
+
 Accessibility is now always started by default, ready for use
+---
+ bus/at-spi-dbus-bus.desktop.in | 2 --
+ 1 file changed, 2 deletions(-)
 
+diff --git a/bus/at-spi-dbus-bus.desktop.in b/bus/at-spi-dbus-bus.desktop.in
+index b3c90bd..22f6b75 100644
 --- a/bus/at-spi-dbus-bus.desktop.in
 +++ b/bus/at-spi-dbus-bus.desktop.in
 @@ -2,8 +2,6 @@
diff -pruN 2.29.1-1/debian/patches/disable-test-that-needs-installed-dbus-service.patch 2.30.0-2/debian/patches/disable-test-that-needs-installed-dbus-service.patch
--- 2.29.1-1/debian/patches/disable-test-that-needs-installed-dbus-service.patch	1970-01-01 00:00:00.000000000 +0000
+++ 2.30.0-2/debian/patches/disable-test-that-needs-installed-dbus-service.patch	2018-09-15 02:52:53.000000000 +0000
@@ -0,0 +1,24 @@
+From: Jeremy Bicha <jbicha@ubuntu.com>
+Date: Fri, 14 Sep 2018 22:46:01 -0400
+Subject: disable test that needs installed dbus service
+
+since we don't want to build-depend on ourself
+
+https://gitlab.gnome.org/GNOME/at-spi2-core/issues/6
+---
+ test/meson.build | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/test/meson.build b/test/meson.build
+index 1fb35a8..608eac0 100644
+--- a/test/meson.build
++++ b/test/meson.build
+@@ -1,4 +1,4 @@
+-test('memory',
+-     executable('memory', 'memory.c',
+-                include_directories: root_inc,
+-                dependencies: [ atspi_dep ]))
++# test('memory',
++#      executable('memory', 'memory.c',
++#                 include_directories: root_inc,
++#                 dependencies: [ atspi_dep ]))
diff -pruN 2.29.1-1/debian/patches/series 2.30.0-2/debian/patches/series
--- 2.29.1-1/debian/patches/series	2018-08-25 19:38:39.000000000 +0000
+++ 2.30.0-2/debian/patches/series	2018-09-15 02:52:53.000000000 +0000
@@ -1 +1,2 @@
 at-spi-by-default
+disable-test-that-needs-installed-dbus-service.patch
diff -pruN 2.29.1-1/debian/rules 2.30.0-2/debian/rules
--- 2.29.1-1/debian/rules	2018-08-25 19:38:39.000000000 +0000
+++ 2.30.0-2/debian/rules	2018-09-15 02:52:53.000000000 +0000
@@ -12,6 +12,7 @@ override_dh_auto_configure:
 			-Denable_docs=true
 
 override_dh_auto_test:
+	dbus-run-session -- xvfb-run dh_auto_test
 
 override_dh_missing:
 	dh_missing --fail-missing
diff -pruN 2.29.1-1/NEWS 2.30.0-2/NEWS
--- 2.29.1-1/NEWS	2018-06-18 22:25:18.000000000 +0000
+++ 2.30.0-2/NEWS	2018-09-03 20:50:10.000000000 +0000
@@ -1,3 +1,13 @@
+What's new in at-spi2-core 2.29.1:
+
+* Add dbus-broker support to bus launcher.
+
+* Add ScrollTo and ScrollToPoint component interfaces.
+
+* Do not use deprecated GSettings API
+
+* Fix various compiler warnings and documentation annotations.
+
 What's new in at-spi2-core 2.27.92:
 
 * Support building a static library (bgo#793652).
