On Sat, Apr 19, 2008 at 03:55:49PM +0200, Ludovic Brenta wrote: > Index: debian/rules > =================================================================== > --- debian/rules (révision 3018) > +++ debian/rules (copie de travail) > @@ -256,6 +256,10 @@ > no_packages += gcc-spu g++-spu gfortran-spu > endif > > +ifeq (,$(filter $(DEB_HOST_ARCH),ppc64)) > + no_packages += gnat > +endif > + > ifeq ($(DEB_HOST_ARCH),s390) > endif >
Hope I'm not wrong again... ifeq (,$(filter $(DEB_HOST_ARCH),ppc64)) no_packages += gnat endif You disabled gnat on all archs but ppc64. This should be ifneq.
signature.asc
Description: Digital signature