aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
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),