diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/lenny/tdelibs/debian/rules | 2 | ||||
-rwxr-xr-x | debian/squeeze/tdelibs/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/lenny/tdelibs/debian/rules b/debian/lenny/tdelibs/debian/rules index 85e1baa4f..c582c5be6 100755 --- a/debian/lenny/tdelibs/debian/rules +++ b/debian/lenny/tdelibs/debian/rules @@ -53,7 +53,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_MITSHM="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEB_MAKE_CHECK_TARGET = check test +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. diff --git a/debian/squeeze/tdelibs/debian/rules b/debian/squeeze/tdelibs/debian/rules index c0a7ca6e2..34b9ffdd1 100755 --- a/debian/squeeze/tdelibs/debian/rules +++ b/debian/squeeze/tdelibs/debian/rules @@ -53,7 +53,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_MITSHM="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEB_MAKE_CHECK_TARGET = check test +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. |