David Greaves skrev: > I thought that in general shipping a library's source inside another package > is > a bad idea. > If libsynthesis was a part of syncevolution then it would make sense but in > this > case (and given that Debian already has a package and a debian/ dir for it) > I'd > keep it separate. > We do need to downgrade debhelper from 7 to 5 though as Maemo is a bit behind > there.
If you want to do the synthesis packaging, you may need the attached patch for it to build correctly, since Maemo also has an old findutils. >>> Nb personally I use eGroupware and I'm getting some success (especially now >>> I >>> have this stuff in: >>> http://k.noc.de/index.php?option=com_content&view=article&id=6&Itemid=8 but >>> there are still some issues) >> Anything in particular? > > like this: > http://www.mail-archive.com/syncevolution-iss...@syncevolution.org/msg00412.html Well, there is a syncevolution configuration option to turn off wbxml, if you need to...
commit 9b5b7fa65747cc0cd5f29b3e08a9105792060816 Author: Ove Kaaven <o...@arcticnet.no> Date: Wed Dec 23 06:53:13 2009 +0100 find -path is more portable than find -wholename diff --git a/src/gen-makefile-am.sh b/src/gen-makefile-am.sh index 3758137..0ab7b1d 100755 --- a/src/gen-makefile-am.sh +++ b/src/gen-makefile-am.sh @@ -85,8 +85,8 @@ LIBSYNTHESISSDK_SOURCES_ONLY=`echo $LIBSYNTHESISSDK_SOURCES_ONLY` # files needed in libsmltk LIBSMLTK_SOURCES=`find syncml_tk \ \( -name '*.cpp' -o -name '*.[ch]' \) \ - \! \( -wholename syncml_tk/src/sml/\*/palm/\* -o \ - -wholename syncml_tk/src/sml/\*/win/\* \)` + \! \( -path syncml_tk/src/sml/\*/palm/\* -o \ + -path syncml_tk/src/sml/\*/win/\* \)` LIBSMLTK_SOURCES=`echo $LIBSMLTK_SOURCES` # header files required for using libsynthesissdk,
_______________________________________________ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers