Zaptel Packages
    Tzafrir Cohen 
    tzafrir.cohen at xorcom.com
       
    Sun Oct 16 23:23:37 UTC 2005
    
    
  
On Sun, Oct 16, 2005 at 10:57:05PM +0200, Kilian Krause wrote:
> Hi guys,
> 
> > Tzafrir, any idea if make-kpkg will help?
> 
> I forgot to mention, for a quick test I used:
> m-a -k /usr/src/kernel-headers-2.4.27-2-686-smp/ -l 2.4.27-2-686-smp build zaptel
No need to replicate:
  m-a -l 2.4.27-2-686-smp build zaptel
Make sure that either kernel-headers-2.4.27-2-686-smp or 
kernel-source-2.4.27-2-686-smp is installed.
FWIW, I believe that before releasing a zaptel-source package you should
try building zaptel-modules package from it. Preferbly with all the
kernels of the distribution. At least one 2.4 kernel and one 2.6 kernel.
What I normally run is:
#!/bin/sh
HEADERS=
for conf in 386 686 686-smp k7 k7-smp
do
  # yes, those are not all of the i386 the kernels
  for ver in 2.4.27-2 2.6.8-2
  do
    HEADERS="$HEADERS $ver-$conf"
  done
done
rm -rf usr_src/modules/zaptel var_cache_modass/
SIGNCHANGES=1 \
  m-a -u . -f -i -t -l "$HEADERS" build zaptel
-- 
Tzafrir Cohen     icq#16849755  +972-50-7952406
tzafrir.cohen at xorcom.com  http://www.xorcom.com
    
    
More information about the Pkg-voip-maintainers
mailing list