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

Re: FTFBS when building build-indep contents in autobuilders (how best fix #445113)?



* Javier Fernandez-Sanguino [Thu, 03 Jan 2008 09:49:08 +0100]:

> Could somebody englighten me on how best to fix this issue? Do I have
> to contradict policy in this package's debian/rules and have 'build'
> do nothing and 'binary-{indep,arch}' depend on 'build-{indep,arch}' in
> order to sidestep this bug?

Mantén la separación build-indep/build-arch como la has hecho.

Mueve texlive, texlive-latex-base, y posiblemente gs-common de
Build-Depends a Build-Depends-Indep.

En build-indep, añade un test para que sólo se "compile" la
documentación si TeX está instalado, por ejemplo:

  if [ -x /usr/bin/pdflatex ]; then
      $(MAKE) doc
  fi

Es la manera "recomendada" hasta que se arregle ese bug al que te
refieres sobre los make targets que debe invocar dpkg-buildpackage -B.

HTH,

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
- Oh! Uh, congratulations.
- For what?
- You know, your thing tomorrow, renewing your vows.
- You congratulate the groom. You offer the bride best wishes.
                -- Luke and Emily


Reply to: