diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-16 16:51:29 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-16 16:51:29 -0500 |
commit | 233c3be5d119a4e58135b0a099901a93bc285c5d (patch) | |
tree | be6a177585c31e25b71087c0a477a18a8de8c15d | |
parent | b562e8313bdff3b874a7aa3a32a3333da64b10fc (diff) | |
download | ayatana-indicator-datetime-233c3be5d119a4e58135b0a099901a93bc285c5d.tar.gz ayatana-indicator-datetime-233c3be5d119a4e58135b0a099901a93bc285c5d.tar.bz2 ayatana-indicator-datetime-233c3be5d119a4e58135b0a099901a93bc285c5d.zip |
Add libxorg-gtest-dev, libgtest-dev to Build-Depends.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 619efd7..fb4221e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ indicator-datetime (12.10.3-0ubuntu1) UNRELEASED; urgency=low - Drop Build-Depends on cdbs, bump debhelper to (>= 9). - Update Vcs-Bzr and Vcs-Browser, add a notice for uploaders. - Add gnome-common to Build-Depends. + - Add libxorg-gtest-dev, libgtest-dev to Build-Depends. * debian/compat: bump compat level to 9. * debian/rules: - Switch to using the dh sequencer instead of cdbs rules, adjust targets diff --git a/debian/control b/debian/control index 190329f..723084a 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, intltool (>= 0.35.0), gnome-common, + libxorg-gtest-dev, + libgtest-dev, libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), |