diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 15:00:45 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 15:00:45 -0500 |
commit | e16a12634552cf2981a437cac745aa24359e9627 (patch) | |
tree | 648126c77616bb223cdfa3360101da53ebf50cee | |
parent | 568063937e43660dfede1b289bea5c258aa69e9c (diff) | |
download | libayatana-indicator-e16a12634552cf2981a437cac745aa24359e9627.tar.gz libayatana-indicator-e16a12634552cf2981a437cac745aa24359e9627.tar.bz2 libayatana-indicator-e16a12634552cf2981a437cac745aa24359e9627.zip |
Add a Build-Depends on gnome-common.
-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 dfb1d58..9771710 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libindicator (12.10.2-0ubuntu1) UNRELEASED; urgency=low - Update style to be consistent with other indicator stack packages. - Bump debhelper Build-Depends to (>= 9). - Drop Build-Depends on cdbs. + - Add a Build-Depends on gnome-common. * debian/rules: - Convert to using the dh9 sequencer. - Override dh_autoreconf to run autogen.sh and not call configure. diff --git a/debian/control b/debian/control index 0f0f650..9e8bc57 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, libtool, intltool, + gnome-common, gtk-doc-tools, dbus-test-runner, xvfb, |