Your message dated Sat, 22 Apr 2017 12:27:42 +0000
with message-id <[email protected]>
and subject line unblock python-geopandas
has caused the Debian Bug report #860772,
regarding unblock: python-geopandas/0.2.1-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
860772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860772
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package python-geopandas
It "fixes" #860621 by ignoring test failure on i386 where it's normally
not built (the source only builds arch:all packages)
unblock python-geopandas/0.2.1-3
Kind Regards,
Bas
diff -Nru python-geopandas-0.2.1/debian/changelog
python-geopandas-0.2.1/debian/changelog
--- python-geopandas-0.2.1/debian/changelog 2017-01-02 19:37:48.000000000
+0100
+++ python-geopandas-0.2.1/debian/changelog 2017-04-19 10:28:22.000000000
+0200
@@ -1,3 +1,11 @@
+python-geopandas (0.2.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Ignore test failures on i386, package not normally built there.
+ (closes: #860621)
+
+ -- Bas Couwenberg <[email protected]> Wed, 19 Apr 2017 10:28:22 +0200
+
python-geopandas (0.2.1-2) unstable; urgency=medium
* Team upload.
diff -Nru python-geopandas-0.2.1/debian/rules
python-geopandas-0.2.1/debian/rules
--- python-geopandas-0.2.1/debian/rules 2017-01-02 19:35:41.000000000 +0100
+++ python-geopandas-0.2.1/debian/rules 2017-04-19 10:09:47.000000000 +0200
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
export PYBUILD_NAME=geopandas
%:
@@ -16,8 +18,16 @@
override_dh_auto_test:
# Disable geocode tests as these require online access
cp -v debian/nybb_*.zip examples/
+
+# Ignore test failures on problematic architectures only
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"i386"))
+ PYBUILD_SYSTEM=custom \
+ PYBUILD_TEST_ARGS="TRAVIS=1 nosetests -v -e test_geocode.py"
dh_auto_test || echo "Ignoring test failures"
+else
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="TRAVIS=1 nosetests -v -e test_geocode.py"
dh_auto_test
+endif
+
rm -f examples/nybb_*.zip
override_dh_auto_install:
--- End Message ---
--- Begin Message ---
Unblocked python-geopandas.
--- End Message ---