diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3142e94..fb058ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-application (12.10.0-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: Build-Depends on dbus-test-runner and xvfb, + dh9 runs make check for us and the tests require those + + -- Sebastien Bacher <seb128@ubuntu.com> Wed, 22 Aug 2012 14:44:06 +0200 + indicator-application (12.10.0-0ubuntu1) quantal; urgency=low * New upstream release: diff --git a/debian/control b/debian/control index 8050c9e..a204988 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,9 @@ Build-Depends: debhelper (>= 9.0), libappindicator3-dev (>= 0.2.91), libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.5.90), - libdbusmenu-gtk3-dev (>= 0.5.90) + libdbusmenu-gtk3-dev (>= 0.5.90), + xvfb, + dbus-test-runner Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu |