diff options
author | Ted Gould <ted@gould.cx> | 2010-08-09 09:07:27 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-09 09:07:27 -0500 |
commit | 4faa6ba61842e3b10d94f00767d88abde6768b3c (patch) | |
tree | 6974eb0b595bba7e04070df63d2d7c55b22c580d /debian/rules | |
parent | 165de03abfb456cdff28880f6824651cf873e35f (diff) | |
parent | 9738a08bb801cb84c2695807933e7459681146a4 (diff) | |
download | libdbusmenu-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
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
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 |