Hi all, Slavek,
I did upgrade on the stretch test bed and as I reported already earlier I can not build tdepim anymore. As Slavek mentioned "it builds" in stretch without issues, so now I am asking to help me understand where the problem might be comming from.
It builds fine, but it can not build the package because instead of looking into kontact-trinity it looks into kontact
Thanks in advance
TDE/tdepim/debian$ git pull Already up-to-date.
TDE/tdepim$ debuild -uc -us -b -j4 ... ... dh_installdeb -pkontact-trinity dh_installdeb: Compatibility levels before 9 are deprecated (level 5 in use) dh_perl -pkontact-trinity dh_shlibdeps -pkontact-trinity -Xopt/trinity/lib/trinity/libkontact_korganizer-trinityplugin.so -Xopt/trinity/lib/trinity/libkontact_specialdatesplugin.so -Xopt/trinity/lib/trinity/libkontact_journalplugin.so -Xopt/trinity/lib/trinity/libkontact_kpilot-trinityplugin.so -Xopt/trinity/lib/trinity/libkontact_todoplugin.so -- -dRecommends debian/kontact/opt/trinity/lib/trinity/libkontact_korganizer-trinityplugin.so debian/kontact/opt/trinity/lib/trinity/libkontact_specialdatesplugin.so -dSuggests debian/kontact/opt/trinity/lib/trinity/libkontact_journalplugin.so debian/kontact/opt/trinity/lib/trinity/libkontact_kpilot-trinityplugin.so debian/kontact/opt/trinity/lib/trinity/libkontact_todoplugin.so -dDepends dpkg-shlibdeps: error: cannot read debian/kontact/opt/trinity/lib/trinity/libkontact_journalplugin.so: No such file or directory dh_shlibdeps: dpkg-shlibdeps -Tdebian/kontact-trinity.substvars -dRecommends debian/kontact/opt/trinity/lib/trinity/libkontact_korganizer-trinityplugin.so
deloptes wrote:
Hi all, Slavek,
I did upgrade on the stretch test bed and as I reported already earlier I can not build tdepim anymore. As Slavek mentioned "it builds" in stretch without issues, so now I am asking to help me understand where the problem might be comming from.
It builds fine, but it can not build the package because instead of looking into kontact-trinity it looks into kontact
I updated the tde-packaging from git and replaced debian in tdepim. I see there was changed
kontact -> kontact-trinity
debian/rules: $(foreach p $(kontact-trinity_recommends_plugins),debian/kontact-trinity/opt/trinity/lib/trinity/libkontact_$(p)plugin.so) \ debian/rules: $(foreach p $(kontact-trinity_suggests_plugins),debian/kontact-trinity/opt/trinity/lib/trinity/libkontact_$(p)plugin.so) \
Three other issues however still remain:
1) Copyright check in all packages suddenly runs (I think it was disabled before) ... and it takes a loooong loong time to finish. 2) Specific to tdepim - why do we still have opensync in dependencies? 3) libssl-dev in dependencies should be libssl-dev | libssl1.0-dev
Or is perhaps my version of tdepim too old?
thanks and regards
- Copyright check in all packages suddenly runs (I think it was disabled
before) ... and it takes a loooong loong time to finish.
added exit; to the licensecheck file (perhaps it is advisable to remove the package though)
- Specific to tdepim - why do we still have opensync in dependencies?
removed dependency on opensync-dev and kitchensync. Removed kitchensync from the control file and set OFF in the debian/rules file
- libssl-dev in dependencies should be libssl-dev | libssl1.0-dev
added | libssl1.0-dev as mentioned above.
System: debian stretch TDE: 14.1
Unfortunately it looks like this will have to be repeated each time tdepim packaging changes.
regards