diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 14:07:42 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 14:07:42 -0500 |
commit | 10bad3238a749edd39bc2b5a867b22085fc3c606 (patch) | |
tree | 109bba69f98e178f688260670e12231d040f673f /debian/control | |
parent | 1e30ac26455010a6797cefae629eee94ea4589dd (diff) | |
download | ayatana-ido-10bad3238a749edd39bc2b5a867b22085fc3c606.tar.gz ayatana-ido-10bad3238a749edd39bc2b5a867b22085fc3c606.tar.bz2 ayatana-ido-10bad3238a749edd39bc2b5a867b22085fc3c606.zip |
- Reorganize Build-Depends: move libxorg-gtest-dev up to be consistent with
other indicator stack packages.
- List libgtest-dev explicitly in Build-Depends.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7c8aaa3..176719f 100644 --- a/debian/control +++ b/debian/control @@ -5,10 +5,11 @@ Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 9), dh-autoreconf, gnome-common, + libxorg-gtest-dev, + libgtest-dev, libglib2.0-dev (>=2.14.0), libgtk-3-dev (>= 3.0), gtk-doc-tools, - libxorg-gtest-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/ido |