dpkg-buildpackage: source package is spca5xx-modules-i386
dpkg-buildpackage: source version is 20060101+2
dpkg-buildpackage: source changed by Kel Modderman <kelrin@tpg.com.au>
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
rm -f unpack-stamp install-stamp
rm -f -r kernel-source-2.6.15-1 build-* modules
rm -f *.deb
dh_clean
 dpkg-source -b spca5xx-modules-i386-20060101+2
dpkg-source: building spca5xx-modules-i386 in spca5xx-modules-i386_20060101+2.tar.gz
dpkg-source: building spca5xx-modules-i386 in spca5xx-modules-i386_20060101+2.dsc
 debian/rules build
tar jxf /usr/src/spca5xx-source.tar.bz2
mv -f modules/spca5xx/debian/changelog{,.spca5xx-source.Debian}
cp -p debian/changelog modules/spca5xx/debian/changelog
touch unpack-stamp
 fakeroot debian/rules binary
# Generate metapackages
for i in amd64-k8; do \
		dh_installdirs -pspca5xx-modules-2.6-$i ; \
		dh_installdocs -pspca5xx-modules-2.6-$i debian/README.Debian ; \
		dh_installchangelogs -pspca5xx-modules-2.6-$i ; \
		dh_compress -pspca5xx-modules-2.6-$i ; \
		dh_fixperms -pspca5xx-modules-2.6-$i ; \
		dh_gencontrol -pspca5xx-modules-2.6-$i ; \
		dh_builddeb -pspca5xx-modules-2.6-$i ; \
	done
Use of uninitialized value in string eq at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 643.
Use of uninitialized value in string eq at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 643.
Use of uninitialized value in string eq at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 643.
Use of uninitialized value in string eq at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 643, <COMPAT_IN> line 1.
dpkg-deb: costruisco il pacchetto `spca5xx-modules-2.6.15-1-amd64-k8' in `../spca5xx-modules-2.6.15-1-amd64-k8_20060101+2_amd64.deb'.
cd modules/spca5xx; for i in amd64-k8; do \
		sed -i 's,^Source: spca5xx$,Source: spca5xx-modules-i386,g' debian/control.modules.in; \
		make clean; \
		KERNEL_DEPENDS=y MODVERS=20060101+2 KSRC=/usr/src/linux-headers-2.6.15-1-$i KVERS=2.6.15-1-$i debian/rules binary-modules ; \
	done
make[1]: Entering directory `/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx'
rm -r -f drivers/usb/*.o drivers/usb/.spcadecoder.o.cmd \
	drivers/usb/.spca5xx.o.cmd  *.o *.ko *.mod.* .[a-z]* core *.i
make[1]: Leaving directory `/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx'
make[1]: Entering directory `/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx'
/usr/bin/gcc-4.0
for templ in ; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.15-1-amd64-k8/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
    test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} ${templ%.modules.in}.backup 2>/dev/null || true; \
    sed -e 's/##KVERS##/2.6.15-1-amd64-k8/g ;s/#KVERS#/2.6.15-1-amd64-k8/g ; s/_KVERS_/2.6.15-1-amd64-k8/g ; s/##KDREV##//g ; s/#KDREV#//g ; s/_KDREV_//g' < $templ > ${templ%.modules.in}; \
  done
dh_testdir
dh_testroot
dh_clean -k
# Build the module
/usr/bin/make -C /home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx KERNEL_VERSION=2.6.15-1-amd64-k8 KERNELDIR=/usr/src/linux-headers-2.6.15-1-amd64-k8
make[2]: Entering directory `/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx'
   Building SPCA5XX driver for 2.5/2.6 kernel.
   Remember: you must have read/write access to your kernel source tree.
/usr/bin/make -C /usr/src/linux-headers-2.6.15-1-amd64-k8 SUBDIRS=/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx CC=gcc-4.0 modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.15-1-amd64-k8'
  CC [M]  /home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/drivers/usb/spca5xx.o
/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/drivers/usb/spca5xx.c: In function ‘spca50x_configure’:
/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/drivers/usb/spca5xx.c:5390: warning: ‘defaultpipe’ may be used uninitialized in this function
/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/drivers/usb/spca5xx.c:5389: warning: ‘defaultrows’ may be used uninitialized in this function
/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/drivers/usb/spca5xx.c:5388: warning: ‘defaultcols’ may be used uninitialized in this function
  CC [M]  /home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/drivers/usb/spcadecoder.o
/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/drivers/usb/spcadecoder.c: In function ‘make_jpeg’:
/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/drivers/usb/spcadecoder.c:3993: warning: ISO C90 forbids mixed declarations and code
  LD [M]  /home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/spca5xx.o
  Building modules, stage 2.
  MODPOST
  CC      /home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/spca5xx.mod.o
  LD [M]  /home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/spca5xx.ko
make[3]: Leaving directory `/usr/src/linux-headers-2.6.15-1-amd64-k8'
make[2]: Leaving directory `/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx'
# Install the module
dh_installdirs				lib/modules/2.6.15-1-amd64-k8/kernel/drivers/usb/media/
dh_install spca5xx.ko	lib/modules/2.6.15-1-amd64-k8/kernel/drivers/usb/media/
dh_installdocs
dh_installchangelogs
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol -- -v20060101+2
dh_md5sums
dh_builddeb --destdir=/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/..
dpkg-deb: costruisco il pacchetto `spca5xx-modules-2.6.15-1-amd64-k8' in `/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx/../spca5xx-modules-2.6.15-1-amd64-k8_20060101+2_amd64.deb'.
dh_clean -k
make[1]: Leaving directory `/home/roberto/codice/debian/FTBFS/spca5xx-modules-i386-20060101+2/modules/spca5xx'
mv modules/*.deb .
for p in *.deb; do \
		dpkg-distaddfile $p misc optional; \
	done
mv *.deb ..
 dpkg-genchanges
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload; Debian-native package (full source is included)
