diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-12-05 10:40:53 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-12-05 10:40:53 -0500 |
commit | 57be74b7508ef5c6e7daef0e16259d650b44e02c (patch) | |
tree | 7cd267de6411646f945d9f9e34dfa67e74e964d8 /debian/control | |
parent | 7fc48c2b9637fd1b91b58dc3e4d029c64327d26d (diff) | |
download | ayatana-ido-57be74b7508ef5c6e7daef0e16259d650b44e02c.tar.gz ayatana-ido-57be74b7508ef5c6e7daef0e16259d650b44e02c.tar.bz2 ayatana-ido-57be74b7508ef5c6e7daef0e16259d650b44e02c.zip |
- Add xvfb to Build-Depends.
- Override dh_auto_test to run them through xvfb-run.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e1689d5..d2d85ed 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9), gnome-common, libxorg-gtest-dev, libgtest-dev, + xvfb, libglib2.0-dev (>=2.14.0), libgtk-3-dev (>= 3.0), gtk-doc-tools, |