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 29e1060..f12fa32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ libappindicator (12.10.1-0ubuntu1) UNRELEASED; urgency=low - Drop old Conflicts, Replaces, Provides for old unsupported upgrade paths. - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders. - Add a Pre-Depends on multiarch-support for libappindicator(3-)7. + - Add xvfb to Build-Depends. * debian/compat: bump to compat level 9. * debian/rules: - Convert from cdbs to debhelper 9. diff --git a/debian/control b/debian/control index d0f8da0..4468d83 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9), gtk-doc-tools, libnunit-cil-dev, dbus-test-runner, + xvfb, cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.3), gtk-sharp2-gapi, |