aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 29c7219..1ee580b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ido (12.10.3-0ubuntu1) UNRELEASED; urgency=low
* debian/control:
- Update to match style with other indicator stack packages: use trailing
commas at the end of dependency lists.
+ - Add gnome-common to 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 c227b24..7c8aaa3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
+ gnome-common,
libglib2.0-dev (>=2.14.0),
libgtk-3-dev (>= 3.0),
gtk-doc-tools,