[med-svn] [Git][med-team/nibabel][master] 3 commits: d/control: add myself to uploaders.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Mon Jan 30 15:16:56 GMT 2023



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


Commits:
0bf55373 by Étienne Mollier at 2023-01-29T22:06:50+01:00
d/control: add myself to uploaders.

- - - - -
5e94b99b by Étienne Mollier at 2023-01-29T22:07:05+01:00
skip-armel-test-nan2zero.patch: relax to arm* filtering.

Closes: #1029593

- - - - -
775069cf by Étienne Mollier at 2023-01-30T16:16:10+01:00
ready to upload to unstable.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/patches/skip-armel-test-nan2zero.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+nibabel (5.0.0-2) unstable; urgency=medium
+
+  * d/control: add myself to uploaders.
+  * skip-armel-test-nan2zero.patch: relax to arm* filtering. (Closes: #1029593)
+
+ -- Étienne Mollier <emollier at debian.org>  Mon, 30 Jan 2023 16:15:52 +0100
+
 nibabel (5.0.0-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -1,7 +1,8 @@
 Source: nibabel
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Michael Hanke <michael.hanke at gmail.com>,
-           Yaroslav Halchenko <debian at onerussian.com>
+           Yaroslav Halchenko <debian at onerussian.com>,
+           Étienne Mollier <emollier at debian.org>
 Section: python
 Priority: optional
 Build-Depends: debhelper-compat (= 13),


=====================================
debian/patches/skip-armel-test-nan2zero.patch
=====================================
@@ -16,7 +16,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
                  array_to_file(arr, fobj, np.int8, intercept=inter, divslope=slope)
  
  
-+ at pytest.mark.skipif(os.uname().machine == 'armv7l',
++ at pytest.mark.skipif(os.uname().machine[0:3] == 'arm',
 +                    reason="fails on armel only, see #1029593.")
  def test_a2f_nan2zero_range():
      # array_to_file should check if nan can be represented as zero



View it on GitLab: https://salsa.debian.org/med-team/nibabel/-/compare/22b7fd4abdeaf01b728ea7967b7ab212ed29a7da...775069cf58a2212da1174f08f5fac7309c6df4f2

-- 
View it on GitLab: https://salsa.debian.org/med-team/nibabel/-/compare/22b7fd4abdeaf01b728ea7967b7ab212ed29a7da...775069cf58a2212da1174f08f5fac7309c6df4f2
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/20230130/59540482/attachment-0001.htm>


More information about the debian-med-commit mailing list