diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-15 12:13:28 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-15 12:13:28 -0500 |
commit | 6f1b9150edbe7843b1a7815fa89661b36f0b35c3 (patch) | |
tree | 43a906cb57858e125ce1f76d36ee71d3c7f04fe9 /debian | |
parent | 37060f4ab5c2bc83af9e36bb8ba962cd0ce75c76 (diff) | |
download | ayatana-indicator-session-6f1b9150edbe7843b1a7815fa89661b36f0b35c3.tar.gz ayatana-indicator-session-6f1b9150edbe7843b1a7815fa89661b36f0b35c3.tar.bz2 ayatana-indicator-session-6f1b9150edbe7843b1a7815fa89661b36f0b35c3.zip |
Explicitly list libgtest-dev in Build-Depends, even though it does get
pulled in via libxorg-gtest-dev.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0139e2c..716364d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ indicator-session (12.10.5-0ubuntu1) UNRELEASED; urgency=low - Add dh-autoreconf to Build-Depends. - Add gnome-common to Build-Depends. - Add libdbustest1-dev, dbus-test-runner to Build-Depends. + - Explicitly list libgtest-dev in Build-Depends, even though it does get + pulled in via libxorg-gtest-dev. - 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 7a9d027..de9dc22 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), intltool, gnome-common, libxorg-gtest-dev, + libgtest-dev, libdbustest1-dev, dbus-test-runner, libgtk-3-dev, |