[med-svn] [Git][med-team/pycorrfit][master] 2 commits: Fix a typo in d/rules, skip the tests only on s390x

Alexandre Mestiashvili gitlab at salsa.debian.org
Thu Sep 19 15:18:12 BST 2019



Alexandre Mestiashvili pushed to branch master at Debian Med / pycorrfit


Commits:
22ce1860 by Alexandre Mestiashvili at 2019-09-19T14:04:24Z
Fix a typo in d/rules, skip the tests only on s390x

- - - - -
e1417c44 by Alexandre Mestiashvili at 2019-09-19T14:13:51Z
Update d/changelog

Gbp-Dch: Ignore

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+pycorrfit (1.1.6+dfsg-4) unstable; urgency=medium
+
+  * Fix typo in d/rules, skip tests only on s390x
+
+ -- Alexandre Mestiashvili <mestia at debian.org>  Thu, 19 Sep 2019 16:12:39 +0200
+
 pycorrfit (1.1.6+dfsg-3) unstable; urgency=medium
 
   * Skip build-tests on s390x, failing on a buildd, passing on a porter box


=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 endif
 
 include /usr/share/dpkg/architecture.mk
-ifneq ($(DEB_HOST_ARCH),s390x)
+ifeq ($(DEB_HOST_ARCH),s390x)
         export PYBUILD_TEST_PYTEST=0
 endif
 



View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/compare/6996e251b1ddb68a3091dddd512a5a23d19c9731...e1417c44110373f44700aefede75a6157105b2e9

-- 
View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/compare/6996e251b1ddb68a3091dddd512a5a23d19c9731...e1417c44110373f44700aefede75a6157105b2e9
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/20190919/ea608e9c/attachment.html>


More information about the debian-med-commit mailing list