diff options
author | Ted Gould <ted@gould.cx> | 2010-08-07 16:13:41 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-07 16:13:41 -0500 |
commit | d62037551cb0b27c1d4ed7ce7bb7865bd22d8fc7 (patch) | |
tree | c2ab359de9eefd97e5ab99850224108729297473 /debian/rules | |
parent | 165de03abfb456cdff28880f6824651cf873e35f (diff) | |
download | libdbusmenu-d62037551cb0b27c1d4ed7ce7bb7865bd22d8fc7.tar.gz libdbusmenu-d62037551cb0b27c1d4ed7ce7bb7865bd22d8fc7.tar.bz2 libdbusmenu-d62037551cb0b27c1d4ed7ce7bb7865bd22d8fc7.zip |
debian/rules: Enabling running check at build time
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 |