Your message dated Thu, 16 Apr 2020 05:48:46 +0000
with message-id <e1joxoi-000cav...@fasolo.debian.org>
and subject line Bug#948354: fixed in numpy 1:1.18.2-1
has caused the Debian Bug report #948354,
regarding numpy: hardcodes python2 call into rules file
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 ow...@bugs.debian.org
immediately.)


-- 
948354: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948354
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: numpy
Version: 1:1.17.4-5
Severity: serious
tags: patch

Hello, looks like there still is a python2 call in rules file, making the 
package FTBFS where python2 is not installed anymore

possible patch:

diff -Nru numpy-1.17.4/debian/changelog numpy-1.17.4/debian/changelog
--- numpy-1.17.4/debian/changelog       2019-12-22 07:50:13.000000000 +0100
+++ numpy-1.17.4/debian/changelog       2020-01-07 18:29:58.000000000 +0100
@@ -1,3 +1,9 @@
+numpy (1:1.17.4-6) unstable; urgency=medium
+
+  * Move versions3.helper to python3 (Closes: #-1)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Tue, 07 Jan 2020 
18:29:58 +0100
+
 numpy (1:1.17.4-5) unstable; urgency=medium
 
   * debian/rules
diff -Nru numpy-1.17.4/debian/rules numpy-1.17.4/debian/rules
--- numpy-1.17.4/debian/rules   2019-12-22 07:50:13.000000000 +0100
+++ numpy-1.17.4/debian/rules   2020-01-07 18:29:55.000000000 +0100
@@ -93,7 +93,7 @@
        dh_link -ppython3-numpy-dbg usr/share/doc/python3-numpy 
usr/share/doc/python3-numpy-dbg
 
 override_dh_gencontrol:
-       python debian/versions3.helper >> debian/python3-numpy.substvars
+       python3 debian/versions3.helper >> debian/python3-numpy.substvars
        dh_gencontrol
 
 override_dh_compress:
diff -Nru numpy-1.17.4/debian/versions3.helper 
numpy-1.17.4/debian/versions3.helper
--- numpy-1.17.4/debian/versions3.helper        2019-12-22 07:50:13.000000000 
+0100
+++ numpy-1.17.4/debian/versions3.helper        2020-01-07 18:29:46.000000000 
+0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 '''
 Check if debian/versions is sane and generate substvars for numpy:Provides.


Let me know if it is ok for you or not!
(I don't plan to upload, I'm not sure about the patch, because versions3.helper 
might be not fully Python3 ready)

thanks

Gianfranco

--- End Message ---
--- Begin Message ---
Source: numpy
Source-Version: 1:1.18.2-1
Done: Sandro Tosi <mo...@debian.org>

We believe that the bug you reported is fixed in the latest version of
numpy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 948...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated numpy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 16 Apr 2020 01:11:06 -0400
Source: numpy
Architecture: source
Version: 1:1.18.2-1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 946607 948354 950953 956527
Changes:
 numpy (1:1.18.2-1) unstable; urgency=medium
 .
   [ Laurent Bigonville ]
   * Team upload.
   * Port debian/versions3.helper to python3; Closes: #948354, #956527
   * debian/control: Mark several BD with <!nocheck> to break dependency cycle
     (Closes: #946607)
   * debian/control: Move the packages needed to generate the doc package to BDI
   * debian/control: Mark the -doc package and its BD with <!nodoc>
   * debian/control: Make the python3-numpy package provide dh-sequence-numpy3
     (Closes: #950953)
 .
   [ Sandro Tosi ]
   * New upstream release
   * debian/python3-numpy.docs
     - install some additional documentation
   * debian/control
     - require sphinx 2+
   * Refresh & drop patches as per new upstream code
   * debian/copyright
     - extend packaging copyright years
Checksums-Sha1:
 e1e0d65666b1f9ce152e81b3644e882383565af8 2805 numpy_1.18.2-1.dsc
 28eeff5da006b67e2be590f937f9d09bdf2f394f 3287908 numpy_1.18.2.orig.tar.xz
 7e1a51ccef547e0771a047c748183c6ae960ea9d 29824 numpy_1.18.2-1.debian.tar.xz
 5af7ae57538ddeeeaea650399f3ff0677ba4a66e 8106 numpy_1.18.2-1_source.buildinfo
Checksums-Sha256:
 ff1bd180180427ed71d0df4ddc7e9acbc9d1ea74a9f252a404f8d46db715e717 2805 
numpy_1.18.2-1.dsc
 b8abdbc799c4871624142ec442d8235007b2ee26703756ba6c0fbf9b9cd04a2f 3287908 
numpy_1.18.2.orig.tar.xz
 2f68329e31517996bca507f94141b6af30dbcb70023c2d1fca20b3547fa27c63 29824 
numpy_1.18.2-1.debian.tar.xz
 7e9991a4934054a01696b5477069e88eaef16025ed09a13763b31da1c331c26f 8106 
numpy_1.18.2-1_source.buildinfo
Files:
 613a2e08e540bea0f2eb26a10bcc51bf 2805 python optional numpy_1.18.2-1.dsc
 78b0eb8ab898e515bed625ee33428d22 3287908 python optional 
numpy_1.18.2.orig.tar.xz
 f6b7ac66a7cbd90727223c9104cb58c6 29824 python optional 
numpy_1.18.2-1.debian.tar.xz
 4e40d197582fb40348822d947eea5044 8106 python optional 
numpy_1.18.2-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAl6X7PoACgkQh588mTgB
qU/2Xw/8CNjTb8O2O2StYPIms28antOgLz0KdFzcjWlQJcsZA1eX0DRamhXTFiJC
cd5tVBC0kvGv7dPlk/klhXoR1aH+Q4EBwV5KTzljP78zOtWHIEJYKvpy//dxWnHP
zk6Qm23R+qMz2zUE8WhsaKQFahuDxW0KFsNy3Z3AHAuZvQXSWlpOG0c0wI+7ODMx
rSfiJ6/WI9DA5OuvxA5vjqEUoeQx9RGv+6UhNzRhl1FmIqF98m1aX7OT8o8mSEez
wYPY1BArKUgO99CP7/cFCMXhtnOn1Pgo40CIxeOzyxqAzszOiYYwQ78KDU+CQAu5
HzlqmapnGstro1mQ9i48PiQhewM89E7lGXaaBgMz1s+MasO8f8w2g0aiJF4NJDpx
YXLNMgk1i2GyARaJE159OBQIORzfNeufD8VB9X6HDZ+OGh1DMLXi78e+EXLSBWQh
UROnRmuUE4gXEB/zlUzKK5p9Suv9E4UInHbggCcs7qq5PJKvegTKKY2RWLU9y+ZT
FKkw4l/Inj4DN+wypflofMcHRRp+5vQh16a1my0ZSbfOjo70WjhCPN/5f77ldze0
W+8BA0NQlL4PD8ObAWbkLE8ZTvZUITXLEzZPEV7XXz5hyPl+hJwVfLqu9RAf8cpu
v5vzKBdy+4Oy9xb4VfmSY3SRCaTZ9krGeboox2+Xr+OSePn4m8U=
=N5T4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to