aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
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),