aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control5
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 24bd923..e7d2465 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdbusmenu (0.3.9-0ubuntu1~ppa2~check2) UNRELEASED; urgency=low
+
+ * debian/control: Adding build deps xvfb and dbus-test-runner for new
+ make check rules
+
+ -- Ted Gould <ted@ubuntu.com> Sat, 07 Aug 2010 16:21:38 -0500
+
libdbusmenu (0.3.9-0ubuntu1~ppa2~check1) lucid; urgency=low
* debian/rules: Enabling running check at build time
diff --git a/debian/control b/debian/control
index 9fe2dd8..1039d9e 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,10 @@ Build-Depends: debhelper (>= 5.0),
gir1.0-glib-2.0,
gir1.0-gtk-2.0,
libx11-dev (>= 1.3),
- valac
+ valac,
+# Check dependencies
+ xvfb,
+ dbus-test-runner
Standards-Version: 3.9.1
Homepage: https://launchpad.net/dbusmenu
Vcs-Bzr: https://code.launchpad.net/~dbusmenu-team/dbusmenu/ubuntu