diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-20 14:41:02 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-20 14:41:02 -0500 |
commit | e88b95153e73368d1d9417a3e345b1d6cff119ff (patch) | |
tree | 7982a3cfe887c7f00ecd029cd603cc240d212b91 /debian | |
parent | a873cad11ec451441bfadd20eaeafc43b2c0757f (diff) | |
download | ayatana-indicator-application-e88b95153e73368d1d9417a3e345b1d6cff119ff.tar.gz ayatana-indicator-application-e88b95153e73368d1d9417a3e345b1d6cff119ff.tar.bz2 ayatana-indicator-application-e88b95153e73368d1d9417a3e345b1d6cff119ff.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 23d1cdd..55708e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ indicator-application (12.10.1-0ubuntu1) UNRELEASED; urgency=low - Update style to match other indicator packages. - Reorganize Build-Depends for consistency with other indicator packages. - Add dh-autoreconf to Build-Depends. + - Add gnome-common to Build-Depends. * debian/rules: - Use dh_autoreconf with dh sequencer. - Override dh_autoreconf to call autogen.sh and not call configure. diff --git a/debian/control b/debian/control index 871cafb..51f8c5d 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9.0), dh-translations, dh-autoreconf, dbus-test-runner, + gnome-common, xvfb, libgtk-3-dev (>= 2.91), libdbus-glib-1-dev (>= 0.82), |