[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel updates accepted for sarge



Hello,

Dann, thanks for sponsoring the upload :)

Concerning the changes to the build: 
The cross-build process with kernel-package was fixed in version 8.131 
(#294235) and the removal of this section reflects this change.

The removed code unpacked the _amd64 debs created by the old
cross-compile method and repackaged the contents in _i386 debs. 
This is superfluous now, as make-kpkg already produces _i386 debs.

The removal of this has lots of comments in svn, I apologise for having
forgotten to add them to the changelog in the package, too. 

I am preparing a new version currently, with the needed build-dependency
on kernel-package (>= 8.131) and an apropriate changelog entry. 


> 
> --- /tmp/filefAHsZy/kernel-image-2.6.8-amd64-2.6.8/debian/rules Fri Jan 28 07:29:50 2005
> +++ /tmp/filecchChY/kernel-image-2.6.8-amd64-2.6.8/debian/rules Fri May 20 07:53:29 2005
> @@ -129,22 +129,7 @@
>                 cat install-$$i/debian/files >> debian/files; \
>                 rm -rf install-$$i; \
>         done
> -ifeq ($(debarch),i386)
> -# Rebuild amd64 debs for i386
> -       set -e; \
> -       for DEB in *_amd64.deb; do \
> -         DIR=`echo $$DEB | cut -d"_" -f1`; \
> -         mkdir -p debian/$$DIR/DEBIAN; \
> -         dpkg -x $$DEB debian/$$DIR/; \
> -         dpkg -e $$DEB debian/$$DIR/DEBIAN/; \
> -         sed 's/Architecture: amd64/Architecture: i386/' < debian/$$DIR/DEBIAN/control > debian/$$DIR/DEBIAN/control2; \
> -         mv debian/$$DIR/DEBIAN/control2 debian/$$DIR/DEBIAN/control; \
> -         dpkg-deb -b debian/$$DIR ..; \
> -         rm $$DEB; \
> -       done
> -       sed -e 's/_amd64\.deb/_i386.deb/' debian/files > debian/files.tmp
> -       mv debian/files.tmp debian/files
> -endif
> +
>         mv *.deb ..
>  
>  binary: binary-indep binary-arch
> 
> So, unpacking the package now to make sure this change isn't going to hurt
> anything...


Kind regards
Frederik Schueler

-- 
ENOSIG

Attachment: signature.asc
Description: Digital signature


Reply to: