diff --git a/debian/lenny/tdelibs/debian/rules b/debian/lenny/tdelibs/debian/rules index 4026837c6..7681f15a8 100755 --- a/debian/lenny/tdelibs/debian/rules +++ b/debian/lenny/tdelibs/debian/rules @@ -57,7 +57,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_CRYPTSETUP="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 4f3eb64ef..f7c239604 100755 --- a/debian/squeeze/tdelibs/debian/rules +++ b/debian/squeeze/tdelibs/debian/rules @@ -57,7 +57,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_CRYPTSETUP="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/ubuntu/maverick/tdelibs/debian/rules b/ubuntu/maverick/tdelibs/debian/rules index 77f418928..e01e03519 100755 --- a/ubuntu/maverick/tdelibs/debian/rules +++ b/ubuntu/maverick/tdelibs/debian/rules @@ -57,7 +57,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_CRYPTSETUP="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.