On Feb 23, 2010 at 22:48, Min Wang <wang(a)basis-audionet.com> wrote:
Hi Andrei:
Thanks a lot.
You could add package groups, but then you need
to add a group to the
main Makefile (e.g. module_group_osim= cdp pcscf ).
>
> Now the files under modules_osims got compiled, but no
seperated
> module-deb files generated for those
modules.
Now in the Makefile, I have:
#openims modules
# module_group_osimsall=cdp cdp_avp icscf isc mgcf pcscf scscf
module_group_osims=pcscf scscf icscf mgcf
module_group_osimscore=cdp cdp_avp
module_group_osimsstandard=$(module_group_standard)
$(module_group_osimscore)
And in the rules file:
PACKAGE_GROUPS=db radius osims
configure-stamp: ... group_include="osimsstandard"
install: $(MAKE) install group_include="osimsstandard"
And the control is:
...
Package: ser-osims-module
^^^^^^^^^^^^^^^^ missing s: ser-osims-modules
Packages generated from PACKAGE_GROUPS, must be named:
ser-<package_group_name>-modules (e.g. ser-db-modules ,
ser-radius-modules)
Packages generated from MODULES_SP, must be named:
ser-<module_name>-module (e.g. for MODULES_SP=modules/db_mysql =>
ser-mysql-module )
...
The generated main deb file (ser_2.99.0-dev01_i386.deb) include: cdp.so
cdp_avp.so which is good.
However the ser-osims-module_2.99.0-dev01_i386.deb file is empty.
(What I was expecting is: pcscf scscf icscf mgcf .so should inside
there.)
Anything still missing?
An 's' in debian/control Package: ser-osims-module :-)
Andrei