Hi all,

I have an eigen3 package, which uses --before option to escape
DOC-building on all platforms.
debian/rules is looking so now:

====================================
binary-indep:
        dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --before 
dh_auto_build
        cd $(BUILDDIR); $(MAKE) doc
        rm -f $(BUILDDIR)/doc/html/unsupported/installdox
        dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --after 
dh_auto_build

binary-arch:
        dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)

binary: binary-indep
====================================


in this case "dpkg-buildpackage -B" skips creating DOC.
I tried to modify debian/rules according to a new "override_-indep"
debhelper-options:

====================================
override_dh_auto_build-indep:
        cd $(BUILDDIR); $(MAKE) doc
        rm -f $(BUILDDIR)/doc/html/unsupported/installdox
====================================

But "dpkg-buildpackage -B" as well as "pbuilder --binary-arch" are
building DOCs, ignoring -indep option.
What can be wrong there?

The git-link on eigen3-repo is here:
http://anonscm.debian.org/gitweb/?p=debian-science/packages/eigen3.git

Thank you.

Anton


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CALF6qJ=ZhjkeY1GEb8WjOhgCrDVgTh-spo9AuCc0=fd_9qz...@mail.gmail.com

Reply via email to