diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 22:31:53 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 22:31:53 -0500 |
commit | 568791dcc481811a87082c7573ea2594fd454026 (patch) | |
tree | 66221449023fe729d5f2f747adbc45bbf0f53041 /debian | |
parent | bab27b91609d93dc5d6ed6dd2b3fadefcf7f3d90 (diff) | |
download | libayatana-appindicator-568791dcc481811a87082c7573ea2594fd454026.tar.gz libayatana-appindicator-568791dcc481811a87082c7573ea2594fd454026.tar.bz2 libayatana-appindicator-568791dcc481811a87082c7573ea2594fd454026.zip |
Add xvfb to Build-Depends.
Diffstat (limited to 'debian')
-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, |