diff options
author | Michele Calgaro <[email protected]> | 2017-02-18 23:09:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2017-02-18 23:12:42 +0900 |
commit | 6a4d740eea85a9438cb4763e37eec925574d532e (patch) | |
tree | 2d67d14dd2ef336b8c07b45ae1c4946387b5a1d6 /ubuntu | |
parent | 67f42b5fc693295501c162c94c6cb9cf349af6ea (diff) | |
download | tde-packaging-6a4d740eea85a9438cb4763e37eec925574d532e.tar.gz tde-packaging-6a4d740eea85a9438cb4763e37eec925574d532e.zip |
DEB tdepim: fixed FTBFS caused by suggested but missing kpilot plugin.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 5c78a78f2b09875e82915818513a7167ba5efea9)
Diffstat (limited to 'ubuntu')
-rwxr-xr-x | ubuntu/maverick/tdepim/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdepim/debian/rules b/ubuntu/maverick/tdepim/debian/rules index d55a667b9..1da0c08ab 100755 --- a/ubuntu/maverick/tdepim/debian/rules +++ b/ubuntu/maverick/tdepim/debian/rules @@ -76,7 +76,7 @@ DEB_DH_MAKESHLIBS_ARGS_libmimelib1c2a-trinity := -V'libmimelib1c2a-trinity (>= $ # kontact-trinity starts fine without korganizer-trinity or kpilot-trinity dependencies # specialdates-trinity is only in recommends to get the kaddressbook-trinity dependency there kontact-trinity_recommends_plugins := korganizer specialdates -kontact-trinity_suggests_plugins := journal kpilot todo +kontact-trinity_suggests_plugins := journal todo DEB_DH_SHLIBDEPS_ARGS_kontact-trinity := \ $(foreach p,$(kontact-trinity_recommends_plugins) $(kontact-trinity_suggests_plugins),-Xopt/trinity/lib/trinity/libkontact_$(p)plugin.so) \ |