diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 085d6e5..dc472b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libdbusmenu (12.10.3-0ubuntu1) UNRELEASED; urgency=low - Bump debhelper Build-Depends to (>= 9). - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders. - Remove outdated Breaks:. + - Add dbus-test-runner to Build-Depends. * debian/rules: - Convert to dh9; some variables where kept but renamed to brevity. - Override dh_autoreconf to make sure it calls autogen.sh, and doesn't run diff --git a/debian/control b/debian/control index d9253f8..c383ec3 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 9), gnome-doc-utils, gtk-doc-tools, valgrind, + dbus-test-runner, libgtk2.0-dev (>= 2.24.4-1~), libgtk-3-dev (>= 2.99.2-1ubuntu2), libgdk-pixbuf2.0-dev (>= 2.22.1-0ubuntu4), |