Bas Couwenberg pushed to branch master at Debian GIS Project / python-pyproj
Commits: a4a9826e by Bas Couwenberg at 2021-02-13T19:15:25+01:00 Don't build docs, causes FTBFS. (closes: #982698) - - - - - bf8e31b2 by Bas Couwenberg at 2021-02-13T19:21:18+01:00 Set distribution to unstable. - - - - - 5 changed files: - debian/changelog - debian/control - debian/python3-pyproj.lintian-overrides - − debian/python3-pyproj.manpages - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,11 @@ -python-pyproj (3.0.0-2) UNRELEASED; urgency=medium +python-pyproj (3.0.0-2) unstable; urgency=medium * Bump watch file version to 4. * Bump Standards-Version to 4.5.1, no changes. + * Don't build docs, causes FTBFS. + (closes: #982698) - -- Bas Couwenberg <[email protected]> Fri, 06 Nov 2020 19:53:43 +0100 + -- Bas Couwenberg <[email protected]> Sat, 13 Feb 2021 19:21:04 +0100 python-pyproj (3.0.0-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -18,8 +18,6 @@ Build-Depends: debhelper (>= 10~), python3-pytest, python3-pytest-cov, python3-shapely, - python3-sphinx, - python3-sphinx-argparse, python3-xarray Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-pyproj ===================================== debian/python3-pyproj.lintian-overrides ===================================== @@ -1,3 +1,3 @@ -# Generate by sphinx -groff-message * +# Building manpage causes FTBFS: #982698 +no-manual-page * ===================================== debian/python3-pyproj.manpages deleted ===================================== @@ -1 +0,0 @@ -docs/_build/man/*.1 ===================================== debian/rules ===================================== @@ -22,16 +22,6 @@ include /usr/share/dpkg/architecture.mk --with python3 \ --buildsystem=pybuild -override_dh_auto_clean: - dh_auto_clean - - PYTHONPATH=$(shell ls -d $(CURDIR)/.pybuild/*_$(shell py3versions -dv)_*/build 2> /dev/null | head -1) make -C $(CURDIR)/docs clean - -override_dh_auto_build: - dh_auto_build - - PYTHONPATH=$(shell ls -d $(CURDIR)/.pybuild/*_$(shell py3versions -dv)_*/build 2> /dev/null | head -1) make -C $(CURDIR)/docs man - override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifneq (,$(filter $(DEB_BUILD_ARCH),i386 hppa hurd-i386 kfreebsd-i386 powerpc)) View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/1d0617fc10543e2a8056e0c64e10996833f20946...bf8e31b2351f6f6bbe190ef1cedae5d02503435c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/1d0617fc10543e2a8056e0c64e10996833f20946...bf8e31b2351f6f6bbe190ef1cedae5d02503435c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
