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

Bug#683871: RFS: pyskein/0.7.1-1 [ITP] -- Skein hash for Python3



* Jason Gerard DeRose <jderose@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


Reply to: