summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/lenny/kdelibs/debian/rules2
-rwxr-xr-xdebian/squeeze/kdelibs/debian/rules2
-rwxr-xr-xubuntu/maverick/kdelibs/debian/rules2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/lenny/kdelibs/debian/rules b/debian/lenny/kdelibs/debian/rules
index 16969b85c..e53db4688 100755
--- a/debian/lenny/kdelibs/debian/rules
+++ b/debian/lenny/kdelibs/debian/rules
@@ -44,7 +44,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/kdelibs/debian/rules b/debian/squeeze/kdelibs/debian/rules
index 02d95d10c..7bf19730f 100755
--- a/debian/squeeze/kdelibs/debian/rules
+++ b/debian/squeeze/kdelibs/debian/rules
@@ -44,7 +44,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/ubuntu/maverick/kdelibs/debian/rules b/ubuntu/maverick/kdelibs/debian/rules
index 29fd2aff4..9f4d123c4 100755
--- a/ubuntu/maverick/kdelibs/debian/rules
+++ b/ubuntu/maverick/kdelibs/debian/rules
@@ -44,7 +44,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.