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
...
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?
Kind Regards
Min Wang