Alexandre Mestiashvili pushed to branch master at Debian Med / pycorrfit
Commits: 1dfd4e1f by Alexandre Mestiashvili at 2019-07-11T19:35:28Z Bump Policy to 4.4.0 - - - - - 123669a2 by Alexandre Mestiashvili at 2019-07-11T19:39:57Z Update changelog Gbp-Dch: Ignore - - - - - e2440388 by Alexandre Mestiashvili at 2019-09-09T11:31:02Z Update changelog Gbp-Dch: Ignore - - - - - 6ab5baa9 by Alexandre Mestiashvili at 2019-09-19T08:41:05Z Skip build-tests on s390x, failing on a buildd, passing on a porter box - - - - - 6996e251 by Alexandre Mestiashvili at 2019-09-19T08:46:27Z Update changelog Gbp-Dch: Ignore - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,12 +1,24 @@ -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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Mon, 06 May 2019 10:44:58 +0200 + -- Alexandre Mestiashvili <[email protected]> Mon, 09 Sep 2019 13:26:38 +0200 pycorrfit (1.1.5+dfsg-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -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/ ===================================== debian/rules ===================================== @@ -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) View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/compare/f0ae4d9da859605c2a9cdd3b9c717a24f7bb250f...6996e251b1ddb68a3091dddd512a5a23d19c9731 -- View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/compare/f0ae4d9da859605c2a9cdd3b9c717a24f7bb250f...6996e251b1ddb68a3091dddd512a5a23d19c9731 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
