Hi Santiago,

thanks for your report, very interesting. I am using the same
stanza in my rules file since quite some time, and never got
any problems.

> This usually happens because there is a binary-indep target in debian/rules
> which is either empty or does not do anything useful.

Hmmm, I don't see any of these cases:
binary-indep: build install
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
        dh_testdir
        ./configure ....
        ....
        make

install: install-stamp

install-stamp: build-stamp
        dh_testdir
        dh_testroot
        dh_prep
        DESTDIR=$(co) $(MAKE) install
        ...

so from what I see is that a call to
        binary-indep
should do something useful, namely:
        binary-indep -> build -> build-arch and build-indep -> build-stamp
        -> do all the stuff
        binary-indep -> install -> install-stamp -> copy the stuff

So there should something happen?

> If all the arch-independent packages are dummy transitional packages released 
> with jessie,

No, they aren't, there is an arch=all emacs support package.

> properly, this package will be suitable to be uploaded in source-only form if 
> you wish
> (I recommend that you try it).

Is there a way to *try* it? I don't like playing around and tagging
and then seeing rejections and failures.

For now I don't see any big problem, and unfortunately your 
explanations didn't work out for me - the didn't provide a solution.
So unless you come up with a better idea, I will leave it as it
is, since obviously the builders don't have any problem with it.

Thanks

Norbert

------------------------------------------------------------------------
PREINING, Norbert                               http://www.preining.info
JAIST, Japan                                 TeX Live & Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13
------------------------------------------------------------------------

Reply via email to