Skip to content
Commits on Source (5)
pycorrfit (1.1.6+dfsg-1) UNRELEASED; urgency=medium
pycorrfit (1.1.6+dfsg-3) unstable; urgency=medium
* Skip build-tests on s390x, failing on a buildd, passing on a porter box
-- Alexandre Mestiashvili <mestia@debian.org> Thu, 19 Sep 2019 10:45:39 +0200
pycorrfit (1.1.6+dfsg-2) unstable; urgency=medium
* No change source-only upload, trigger rebuild on buildd
-- Alexandre Mestiashvili <mestia@debian.org> Mon, 09 Sep 2019 13:26:50 +0200
pycorrfit (1.1.6+dfsg-1) unstable; urgency=medium
* Update d/watch, normalize upstream version from d/changelog
* New upstream version 1.1.6+dfsg
* Bump Policy to 4.3.0
* Bump Policy to 4.4.0
* Add X-Python3-Version: >= 3.6 to d/control
* Use debhelper-compat, drop d/compat
-- Alexandre Mestiashvili <mestia@debian.org> Mon, 06 May 2019 10:44:58 +0200
-- Alexandre Mestiashvili <mestia@debian.org> Mon, 09 Sep 2019 13:26:38 +0200
pycorrfit (1.1.5+dfsg-1) unstable; urgency=medium
......
......@@ -27,7 +27,7 @@ Build-Depends: cython3,
texlive-latex-extra,
texlive-latex-recommended,
texlive-science
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/pycorrfit
Vcs-Git: https://salsa.debian.org/med-team/pycorrfit.git
Homepage: http://fcs-analysis.github.io/PyCorrFit/
......
......@@ -7,6 +7,12 @@ export PYBUILD_TEST_PYTEST=1
ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
export PYBUILD_TEST_PYTEST=0
endif
include /usr/share/dpkg/architecture.mk
ifneq ($(DEB_HOST_ARCH),s390x)
export PYBUILD_TEST_PYTEST=0
endif
export PYBUILD_INSTALL_ARGS_python3=--install-lib=/usr/lib/${PYBUILD_NAME}
# see https://wiki.debian.org/ReproducibleBuilds/TimestampsInPDFGeneratedByLaTeX
DEB_DATE_RFC_2822 := $(shell dpkg-parsechangelog -S date)
......