Brian May wrote:
I tried:

$(MAKE) install-common DESTDIR=$(CURDIR)/debian/openca-common

but that doesn't seem to install modules if package_build is
set to yes.

This is correct because we want to build a package for each module. The build process for Perl modules is the following:


- configure --your_options
- cd src/modules/
- build specific tar file
- run RPM/DEB buildung by specs

Please read build-rpm.sh. Is it possible to integrate the debian build process into this script? Does debian has something like spec files for RPMs which we can integrate into OpenCAs buildprocess? If it is necessary then we can integrate additonal directories for debian.

You can also search for *.spec* to get an overview which modules we create.

Michael
--
-------------------------------------------------------------------
Michael Bell                   Email: [EMAIL PROTECTED]
ZE Computer- und Medienservice            Tel.: +49 (0)30-2093 2482
(Computing Centre)                        Fax:  +49 (0)30-2093 2704
Humboldt-University of Berlin
Unter den Linden 6
10099 Berlin                   Email (private): [EMAIL PROTECTED]
Germany                                       http://www.openca.org



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to