Hi Jörg,

On Fre, 18 Mai 2007, Steve Langasek wrote:
> xindy is still failing to build with the same error as before.

I guess this is the problem (targets reordered):

# ok, necessary like this
binary: binary-indep binary-arch
# also ok
binary-indep: build-indep
binary-arch: build-arch
# ok those 4 
build-indep: build-indep-stamp
build-indep-stamp: config.status-with-latex
build-arch: build-arch-stamp
build-arch-stamp:  config.status
# here seems to be the problem
build: build-indep build-arch

build is called in *any* case

Since you don't want to have this, you should just include an empty
build target, the calls to binary-indep and/or binary-arch will do the
rest.

If you have setup a pbuilder build env you can test it with
        --binary-arch
cmd line option to dpkg-buildpackage (could have done it myself, sorry).

I checked, with an empty build target it works. I will upload a NMU
today to fix the build issue, you can later send me what you want.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <[EMAIL PROTECTED]>                    Università di Siena
Debian Developer <[EMAIL PROTECTED]>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
`...You hadn't exactly gone out of your way to call
attention to them had you? I mean like actually telling
anyone or anything.'
`But the plans were on display...'
`On display? I eventually had to go down to the cellar to
find them.'
`That's the display department.'
`With a torch.'
`Ah, well the lights had probably gone.'
`So had the stairs.'
`But look you found the notice didn't you?'
yes I did. It was on display in the
bottom of a locked filing cabinet stuck in a disused
lavatory with a sign on the door saying "Beware of The
Leopard".'
                 --- Arthur singing the praises of the local council planning
                 --- department.
                 --- Douglas Adams, The Hitchhikers Guide to the Galaxy


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to