diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 15:46:25 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 15:46:25 -0500 |
commit | 1abf9207324cd9c666b18175c80e092d4a2e243b (patch) | |
tree | 0ad8f46d69af3c3b421516cfa5f17e90f8cb89ab /debian | |
parent | 7432f4d21457d14e2491e23a63c5785b1f55acbd (diff) | |
download | ayatana-indicator-session-1abf9207324cd9c666b18175c80e092d4a2e243b.tar.gz ayatana-indicator-session-1abf9207324cd9c666b18175c80e092d4a2e243b.tar.bz2 ayatana-indicator-session-1abf9207324cd9c666b18175c80e092d4a2e243b.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 6cef414..76c7400 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ indicator-session (12.10.5-0ubuntu1) UNRELEASED; urgency=low - Override dh_autoreconf to run autogen.sh. * debian/control: - Add dh-autoreconf to Build-Depends. + - Add gnome-common to Build-Depends. - Adjust style to be consistent and use trailing commas in lists. - Update Vcs-Bzr and Vcs-Browser fields and add notice for uploaders. diff --git a/debian/control b/debian/control index 095dc4b..8bfe5b6 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, dh-translations, intltool, + gnome-common, libxorg-gtest-dev, libgtk-3-dev, libglib2.0-dev (>= 2.33), |