diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2017-02-18 23:09:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2017-02-18 23:12:42 +0900 |
commit | 6a4d740eea85a9438cb4763e37eec925574d532e (patch) | |
tree | 2d67d14dd2ef336b8c07b45ae1c4946387b5a1d6 /debian | |
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 <michele.calgaro@yahoo.it>
(cherry picked from commit 5c78a78f2b09875e82915818513a7167ba5efea9)
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/lenny/tdepim/debian/rules | 2 | ||||
-rwxr-xr-x | debian/squeeze/tdepim/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/lenny/tdepim/debian/rules b/debian/lenny/tdepim/debian/rules index 7398b4251..1e7824373 100755 --- a/debian/lenny/tdepim/debian/rules +++ b/debian/lenny/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) \ diff --git a/debian/squeeze/tdepim/debian/rules b/debian/squeeze/tdepim/debian/rules index d55a667b9..1da0c08ab 100755 --- a/debian/squeeze/tdepim/debian/rules +++ b/debian/squeeze/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) \ |