* Jason Gerard DeRose <jder...@novacut.com>, 2012-08-08, 23:17:
How is this?

override_dh_auto_build:
        sphinx-build -b html doc doc/_build/html
        set -ex; for python in $(shell py3versions -r); do \
                $$python setup.py build \
                                --executable=/usr/bin/python3; \
        done

Looks good to me.

https://wiki.debian.org/Hardening#dpkg-buildflags
Okay, after reading those docs, I got the impression that the most modern/correct way to do this is probably to Build-Depend on debhelper (>= 9.20120417) and use compat=9, so that's what I did.

(>= 9) should be enough, shouldn't it?

What do you think of using compat=9 here?

It's all right.

is there anything else you spot that needs work?

I noticed this is the build log:

/build/pyskein-xIFws6/pyskein-0.7.1/doc_src/index.rst:2: WARNING: Title 
underline too short.

It looks like something that should be fixed upstream.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120809145339.ga1...@jwilk.net

Reply via email to