Re: [Cppcms-users] Debian packaging for CppCMS
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2011-01-10 14:14:49
|
Hello, First of all this is great contribution! Few notes or issues I had found in this configuration: 1. I would recommend include by default the recommended dependencies: a) ICU - is very important part of the library. b) Gcrypt or OpenSSL - I'd recommended gcrypt as it has GPL compatible license (unlike OpenSSL) There are should be included in default builds as they provide very valuable features. 2. May be I do not understand but according to the files it seems to me not include: a) cppcms_tmpl_cc - templates compiler b) cppcms_run - the script for running cppcms applications with different web servers easily I think they both should be either in libcppcms1-dev or in the some package like cppcms1-tools 3. I don't know what is the policy of Debian, but wouldn't it be better to have libbooster and libcppcms as separate packages as, libbooster is very useful outside scope of CppCMS and can be seen as ABI stable boost subset. But this is rather minor and optional thing. Thank you once again. Do you want debian build files to be included in the official SVN distribution. One additional notice, CppCMS is officially beta version and its ABI is not stabilized, however I do not update SOVERSION as I expect that first official - non-beta release would have SOVERSION 1. Artyom ----- Original Message ---- > From: Mario Palomo <mp...@us...> > To: cpp...@li... > Sent: Mon, January 10, 2011 1:57:02 PM > Subject: [Cppcms-users] Debian packaging for CppCMS > > Hello Artyom, > > I attach a tarball of a "debian" directory to put in the source's root > directory of CppCMS for generate two Debian packages: "libcppcms1" and > "libcppcms1-dev". With this code, in a Debian system with packages > "build-essential" and "debhelper" installed, we can generate the CppCMS DEBs > with the command "dpkg-buildpackage". > > I've build the Debian packages for i386 and amd64 architectures for CppCMS > 0.99.5, and can be downloaded from this URL: > > http://mpalomo.users.sourceforge.net/cppcms/ > > I hope to build packages for each new official version of CppCMS, which can be > > found at the URL above. Later I hope to also create packages for other > architectures, and I also want to create packages of CppDB. > > I hope this helps for those who work with Debian or Ubuntu. If you see > something wrong let me know. Greetings, > > Mario > > > > ------------------------------------------------------------------------------ > Gaining the trust of online customers is vital for the success of any company > that requires sensitive data to be transmitted over the Web. Learn how to > best implement a security strategy that keeps consumers' information secure > and instills the confidence they need to proceed with transactions. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |