diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/lenny/tdepim/debian/rules | 2 | ||||
-rwxr-xr-x | debian/squeeze/tdepim/debian/rules | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/lenny/tdepim/debian/rules b/debian/lenny/tdepim/debian/rules index c049e59ed..fd9577cc5 100755 --- a/debian/lenny/tdepim/debian/rules +++ b/debian/lenny/tdepim/debian/rules @@ -46,6 +46,8 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_XSCREENSAVER="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_MAKE_CHECK_TARGET = check + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/squeeze/tdepim/debian/rules b/debian/squeeze/tdepim/debian/rules index 852a8615d..bade300a9 100755 --- a/debian/squeeze/tdepim/debian/rules +++ b/debian/squeeze/tdepim/debian/rules @@ -46,6 +46,8 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_XSCREENSAVER="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_MAKE_CHECK_TARGET = check + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true |