summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-24 21:08:22 +0900
committerSlávek Banko <slavek.banko@axis.cz>2019-04-01 18:41:01 +0200
commit0bff5319c6e0ef3b555aa4c7755e3d8b243044d7 (patch)
treebe092c3727d91df278aba03c8dff1f6437209611
parent6f9974442170e328885bec91aec13e176dd82dce (diff)
downloadtde-packaging-0bff5319c6e0ef3b555aa4c7755e3d8b243044d7.tar.gz
tde-packaging-0bff5319c6e0ef3b555aa4c7755e3d8b243044d7.zip
DEB: fixed building of libkcal tests. This relates to bug 2719.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bdb138cf15ba2fe6a3a2016cc17dce985b32ab5c)
-rwxr-xr-xdebian/lenny/tdepim/debian/rules2
-rwxr-xr-xdebian/squeeze/tdepim/debian/rules2
-rwxr-xr-xubuntu/maverick/tdepim/debian/rules2
3 files changed, 6 insertions, 0 deletions
diff --git a/debian/lenny/tdepim/debian/rules b/debian/lenny/tdepim/debian/rules
index 1e7824373..d532ea3fb 100755
--- a/debian/lenny/tdepim/debian/rules
+++ b/debian/lenny/tdepim/debian/rules
@@ -47,6 +47,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 1da0c08ab..4ff2f7ea7 100755
--- a/debian/squeeze/tdepim/debian/rules
+++ b/debian/squeeze/tdepim/debian/rules
@@ -47,6 +47,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/ubuntu/maverick/tdepim/debian/rules b/ubuntu/maverick/tdepim/debian/rules
index 1da0c08ab..4ff2f7ea7 100755
--- a/ubuntu/maverick/tdepim/debian/rules
+++ b/ubuntu/maverick/tdepim/debian/rules
@@ -47,6 +47,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