aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-15 12:14:24 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-15 12:14:24 -0500
commitd82a5a99ac0ca0cdcd8f5f5a9a7f447f0a886114 (patch)
tree626caeb73e05cddec49fa60070e01f5ff1d1c68c /debian
parent43db0f08ea0eceb7e1ae6593acd38eae370ed72b (diff)
downloadayatana-indicator-power-d82a5a99ac0ca0cdcd8f5f5a9a7f447f0a886114.tar.gz
ayatana-indicator-power-d82a5a99ac0ca0cdcd8f5f5a9a7f447f0a886114.tar.bz2
ayatana-indicator-power-d82a5a99ac0ca0cdcd8f5f5a9a7f447f0a886114.zip
Add libgtest-dev to Build-Depends for unit tests.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 07ba2eb..8130033 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low
- Reorganize Build-Depends for clarity; build system b-deps first.
- Add autopoint to Build-Depends.
- Add libxorg-gtest-dev to Build-Depends for unit tests.
+ - Add libgtest-dev to Build-Depends for unit tests.
- Use trailing commas for dep lists, as per other indicator packages.
- Update Vcs-Bzr and Vcs-Browser fields, add notice to uploaders.
* debian/compat: bump to compat level 9.
diff --git a/debian/control b/debian/control
index b08c6d0..b53f5be 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9),
autopoint,
intltool,
libxorg-gtest-dev,
+ libgtest-dev,
libgtk-3-dev,
libglib2.0-dev (>= 2.33),
libindicator3-dev (>= 0.3.90),