aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5119541..07ba2eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low
- Bump Build-Depends on debhelper to (>= 9).
- 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.
- 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 97bee5c..b08c6d0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
autopoint,
intltool,
+ libxorg-gtest-dev,
libgtk-3-dev,
libglib2.0-dev (>= 2.33),
libindicator3-dev (>= 0.3.90),