diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-24 21:08:22 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-04-01 18:38:51 +0200 |
commit | bdb138cf15ba2fe6a3a2016cc17dce985b32ab5c (patch) | |
tree | 481f2ea8288c352128b2794a449bb01bd34b93e6 | |
parent | f31a965bf156aa469d7e127d59c58c1e0ab2404f (diff) | |
download | tde-packaging-bdb138cf15ba2fe6a3a2016cc17dce985b32ab5c.tar.gz tde-packaging-bdb138cf15ba2fe6a3a2016cc17dce985b32ab5c.zip |
DEB: fixed building of libkcal tests. This relates to bug 2719.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rwxr-xr-x | debian/lenny/tdepim/debian/rules | 2 | ||||
-rwxr-xr-x | debian/squeeze/tdepim/debian/rules | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/tdepim/debian/rules | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/debian/lenny/tdepim/debian/rules b/debian/lenny/tdepim/debian/rules index c049e59ed..fd9577cc5 100755 --- a/debian/lenny/tdepim/debian/rules +++ b/debian/lenny/tdepim/debian/rules @@ -46,6 +46,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 852a8615d..bade300a9 100755 --- a/debian/squeeze/tdepim/debian/rules +++ b/debian/squeeze/tdepim/debian/rules @@ -46,6 +46,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 852a8615d..bade300a9 100755 --- a/ubuntu/maverick/tdepim/debian/rules +++ b/ubuntu/maverick/tdepim/debian/rules @@ -46,6 +46,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 |