diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a48e3df..c14a69f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,7 @@ indicator-session (12.10.5-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Add dh-autoreconf to Build-Depends. - Add gnome-common to Build-Depends. - - Add libdbustest1-dev to Build-Depends. + - Add libdbustest1-dev, dbus-test-runner to Build-Depends. - Adjust style to be consistent and use trailing commas in lists. - Update Vcs-Bzr and Vcs-Browser fields and add notice for uploaders. diff --git a/debian/control b/debian/control index 26f9ee3..7a9d027 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9), gnome-common, libxorg-gtest-dev, libdbustest1-dev, + dbus-test-runner, libgtk-3-dev, libglib2.0-dev (>= 2.33), libgconf2-dev, |