Skip to content
Commits on Source (2)
pycsw (2.2.0+dfsg-6) UNRELEASED; urgency=medium
pycsw (2.2.0+dfsg-6) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.3.0, no changes.
* Fix man page installation.
(closes: #922995)
-- Bas Couwenberg <sebastic@debian.org> Sun, 05 Aug 2018 20:46:41 +0200
-- Bas Couwenberg <sebastic@debian.org> Fri, 22 Feb 2019 21:42:35 +0100
pycsw (2.2.0+dfsg-5) unstable; urgency=medium
......
......@@ -7,13 +7,14 @@ export PYBUILD_NAME=pycsw
dh $@ --with python2,python3,sphinxdoc,apache2 --buildsystem pybuild --parallel
override_dh_clean:
dh_clean debian/man/pycsw-admin.1 \
debian/man/pycsw-admin.1.html
dh_clean debian/man/pycsw-admin.1
override_dh_auto_build:
dh_auto_build
PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html # HTML generator
ronn debian/man/pycsw-admin.md
mv debian/man/pycsw-admin.md.1 debian/man/pycsw-admin.1
rm -f debian/man/*.html
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
......