[med-svn] [Git][med-team/intake][master] 3 commits: add fix-ftbfs-on-32bits.patch

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Thu Jul 15 22:57:10 BST 2021



Étienne Mollier pushed to branch master at Debian Med / intake


Commits:
a9d65fc3 by Étienne Mollier at 2021-07-15T23:52:23+02:00
add fix-ftbfs-on-32bits.patch

This fix/workaround seems to better translate the intent of the test,
and fixes building the package on at least i386 and armel platforms.

Closes: #987486

- - - - -
e0079dec by Étienne Mollier at 2021-07-15T23:53:18+02:00
d/watch: fix broken link to github

- - - - -
0ab5ec81 by Étienne Mollier at 2021-07-15T23:55:03+02:00
update changelog

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/fix-ftbfs-on-32bits.patch
- debian/patches/series
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+intake (0.6.1-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * add fix-ftbfs-on-32bits.patch (Closes: #987486)
+  * d/watch: fix broken link to github
+
+ -- Étienne Mollier <emollier at debian.org>  Thu, 15 Jul 2021 23:54:43 +0200
+
 intake (0.6.1-1) unstable; urgency=high
 
   * Team upload.


=====================================
debian/patches/fix-ftbfs-on-32bits.patch
=====================================
@@ -0,0 +1,17 @@
+Description: fix failure to build from source on 32bits platform
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987486
+Forwarded: no
+Last-Update: 2021-07-15
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- intake.orig/intake/source/tests/test_npy.py
++++ intake/intake/source/tests/test_npy.py
+@@ -68,6 +68,6 @@
+     assert s.container == 'ndarray'
+     assert s.read().tolist() == [73, 98, 46, 38, 20, 12, 31, 8, 89, 72]
+     assert s.npartitions == 1
+-    assert s.dtype == 'int'
++    assert s.dtype == 'int64'
+     assert s.shape == (10,)
+     assert (s.read_partition((0, )) == s.read()).all()


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 tempfix_ftbfs.patch
 fix_privacy_breach.patch
 fix_tests.patch
+fix-ftbfs-on-32bits.patch


=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
 version=4
 
 opts="filenamemangle=s%(?:.*?)?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
-https://github.com/intake/intake/releases .*/archive/@ANY_VERSION@\.tar\.gz
+	https://github.com/intake/intake/tags \
+	(?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate



View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/839b20dd20b8abd7defa9a5ec0ae3dfd274f0294...0ab5ec818d34cf0a1a28e47d148dba9440b9a4cb

-- 
View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/839b20dd20b8abd7defa9a5ec0ae3dfd274f0294...0ab5ec818d34cf0a1a28e47d148dba9440b9a4cb
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/20210715/c2aec5d1/attachment-0001.htm>


More information about the debian-med-commit mailing list