[med-svn] [Git][med-team/python-cogent][master] 3 commits: debian/rules: Don't build docs package on armel/mipsel

Michael R. Crusoe gitlab at salsa.debian.org
Tue Feb 9 13:46:25 GMT 2021



Michael R. Crusoe pushed to branch master at Debian Med / python-cogent


Commits:
83986457 by Michael R. Crusoe at 2021-02-09T13:43:38+01:00
debian/rules: Don't build docs package on armel/mipsel

- - - - -
67f6971f by Michael R. Crusoe at 2021-02-09T14:08:27+01:00
Skip tests on armel mipsel s390x mips64el

- - - - -
0928c051 by Michael R. Crusoe at 2021-02-09T14:42:25+01:00
release 2020.12.21a+dfsg-4

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+python-cogent (2020.12.21a+dfsg-4) unstable; urgency=high
+
+  * Team upload.
+  * debian/rules: Don't build docs package on armel/mipsel
+    Closes: #950474
+  * Skip tests on s390x, mips64el, mipsel, and armel
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Tue, 09 Feb 2021 14:42:13 +0100
+
 python-cogent (2020.12.21a+dfsg-3) unstable; urgency=high
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -10,6 +10,9 @@ export PYBUILD_BEFORE_TEST=cp -r {dir}/tests/data {build_dir}
 export PYBUILD_TEST_PYTEST=1
 export PYBUILD_TEST_ARGS=-k 'not test_pickleable_member_roundtrip and not test_pickleable_roundtrip'
 export PYBUILD_NAME=cogent3
+ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel s390x mips64el))
+export PYBUILD_DISABLE=test
+endif
 
 include /usr/share/dpkg/default.mk
 
@@ -27,6 +30,7 @@ override_dh_clean:
 
 override_dh_auto_build:
 	dh_auto_build
+ifeq (,$(filter $(DEB_HOST_ARCH), armel mipsel))
 	set -x; cd doc; PYTHONPATH=$(CURDIR) http_proxy='127.0.0.1:9' $(MAKE) html
 	# remove superfluous files and dirs
 	find doc/_build -name "*.doctree*" -delete
@@ -34,6 +38,7 @@ override_dh_auto_build:
 	rm -f doc/_build/html/_static/jquery.js
 	rm -f doc/_build/html/_static/underscore.js
 	rm -rf doc/_build/html/_images/math/
+endif
 
 override_dh_shlibdeps:
 	dh_shlibdeps



View it on GitLab: https://salsa.debian.org/med-team/python-cogent/-/compare/00737bd0af3a2bbe6fce334569445b3b37d907b1...0928c051a5a4e2295cfd072a546a85d5259f8b0c

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-cogent/-/compare/00737bd0af3a2bbe6fce334569445b3b37d907b1...0928c051a5a4e2295cfd072a546a85d5259f8b0c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210209/9f8e01c1/attachment-0001.html>


More information about the debian-med-commit mailing list