diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 14:06:24 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 14:06:24 -0500 |
commit | 1e30ac26455010a6797cefae629eee94ea4589dd (patch) | |
tree | 46fc62847983a20bb49a0c5d28adc263ec61e2a7 /debian | |
parent | dfaa0f4b2f0926a666c946aff5cb85abb4a5fa6d (diff) | |
download | ayatana-ido-1e30ac26455010a6797cefae629eee94ea4589dd.tar.gz ayatana-ido-1e30ac26455010a6797cefae629eee94ea4589dd.tar.bz2 ayatana-ido-1e30ac26455010a6797cefae629eee94ea4589dd.zip |
Add gnome-common to Build-Depends.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
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, |