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 | |
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')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1ee580b..e185934 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ ido (12.10.3-0ubuntu1) UNRELEASED; urgency=low - Update to match style with other indicator stack packages: use trailing commas at the end of dependency lists. - Add gnome-common to Build-Depends. + - Reorganize Build-Depends: move libxorg-gtest-dev up to be consistent with + other indicator stack packages. + - List libgtest-dev explicitly in Build-Depends. * debian/rules: - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL instead of passing -c4 to dh_makeshlibs. 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 |