aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control3
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