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

Re: latex-cjk upload to unstable ...



Norbert Preining <preining@logic.at> wrote:

> Hi all!
>
> On Fre, 07 Jul 2006, Frank Küster wrote:
>> Have you been able to build them?  As far as I understood Danai, these
>> three should be uploaded together:
>> 
>> cjk_4.6.0+cvs20060425-4.dsc
>
> build in clean pbuilder/cowbuilder
>
>> latex-cjk-japanese-wadalab_0.20050817-9.dsc
>
> Need a small fix in debian/rules line 34: instead of
> 	cd build; ./makefont >> log 2>&1
> there should be
> 	cd build; sh ./makefont >> log 2>&1
> makefont is a shell script without x permissions, at least here.

Yes, I noticed that too.  And I suggest to not discard the log when
something goes wrong; something like

if sh ./makefont >> log 2>&1; then
   echo done
else
   echo "Error running makefont"
   cat log
fi

Regards, Frank

-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Reply to: