aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-09 09:07:27 -0500
committerTed Gould <ted@gould.cx>2010-08-09 09:07:27 -0500
commit4faa6ba61842e3b10d94f00767d88abde6768b3c (patch)
tree6974eb0b595bba7e04070df63d2d7c55b22c580d
parent165de03abfb456cdff28880f6824651cf873e35f (diff)
parent9738a08bb801cb84c2695807933e7459681146a4 (diff)
downloadlibdbusmenu-4faa6ba61842e3b10d94f00767d88abde6768b3c.tar.gz
libdbusmenu-4faa6ba61842e3b10d94f00767d88abde6768b3c.tar.bz2
libdbusmenu-4faa6ba61842e3b10d94f00767d88abde6768b3c.zip
* debian/rules: Enabling running check at build time
* debian/control: Adding build deps xvfb and dbus-test-runner for new make check rules
-rw-r--r--debian/changelog8
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules1
3 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ff1a6d2..2a5d4d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libdbusmenu (0.3.9-0ubuntu1~ppa2) UNRELEASED; urgency=low
+
+ * debian/rules: Enabling running check at build time
+ * debian/control: Adding build deps xvfb and dbus-test-runner for new
+ make check rules
+
+ -- Ted Gould <ted@ubuntu.com> Mon, 09 Aug 2010 09:06:49 -0500
+
libdbusmenu (0.3.9-0ubuntu1~ppa1) lucid; urgency=low
* New upstream release.
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
diff --git a/debian/rules b/debian/rules
index e274757..c015803 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
+DEB_MAKE_CHECK_TARGET := check
DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc
LDFLAGS += -Wl,-z,defs -Wl,--as-needed