summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-01-29 16:35:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2017-07-22 16:07:19 +0200
commit993e5699be8caae4305784e83a24530adc486618 (patch)
treeaaa525ec9449c3af5297630371ccc21402cba73e
parente41b7510e9d74c47031126d59b8d293ce4bc9c07 (diff)
downloadtde-packaging-993e5699be8caae4305784e83a24530adc486618.tar.gz
tde-packaging-993e5699be8caae4305784e83a24530adc486618.zip
DEB tdelibs: Update rule for tests
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 69a33ddab416c136df13ddf72a99a19ce052184a)
-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.