Control: tags 948020 + patch

Dear maintainer,

I've prepared an NMU for stimfit (versioned as 0.16.0-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

SR
diff -Nru stimfit-0.16.0/debian/changelog stimfit-0.16.0/debian/changelog
--- stimfit-0.16.0/debian/changelog	2019-11-26 03:35:41.000000000 -0400
+++ stimfit-0.16.0/debian/changelog	2022-03-24 15:29:58.000000000 -0400
@@ -1,3 +1,11 @@
+stimfit (0.16.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build-depend on python3-dev instead of python3-all-dev (Closes: #948020)
+  * Patch: Avoid a deprecation warning breaking autoconf with Python 3.10.
+
+ -- Stefano Rivera <stefa...@debian.org>  Thu, 24 Mar 2022 15:29:58 -0400
+
 stimfit (0.16.0-1) unstable; urgency=low
 
   * Upgrade to Python 3 (Closes: #938572)
diff -Nru stimfit-0.16.0/debian/control stimfit-0.16.0/debian/control
--- stimfit-0.16.0/debian/control	2019-11-26 03:35:41.000000000 -0400
+++ stimfit-0.16.0/debian/control	2022-03-24 15:29:25.000000000 -0400
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Christoph Schmidt-Hieber <chris...@gmx.de>
 Uploaders: Yaroslav Halchenko <deb...@onerussian.com>
-Build-Depends: debhelper (>= 9), dh-python, libboost-dev (>= 1.40.0), python3-all-dev, python3-numpy, libhdf5-dev, swig, python3-sip-dev, python3-wxgtk4.0 (>= 4.0.7), libwxgtk3.0-gtk3-dev, libfftw3-dev, liblapack-dev, chrpath, help2man, libsuitesparse-dev, zlib1g-dev, dh-autoreconf, pkg-config
+Build-Depends: debhelper (>= 9), dh-python, libboost-dev (>= 1.40.0), python3-dev, python3-numpy, libhdf5-dev, swig, python3-sip-dev, python3-wxgtk4.0 (>= 4.0.7), libwxgtk3.0-gtk3-dev, libfftw3-dev, liblapack-dev, chrpath, help2man, libsuitesparse-dev, zlib1g-dev, dh-autoreconf, pkg-config
 Standards-Version: 3.9.8
 Homepage: http://www.stimfit.org
 
diff -Nru stimfit-0.16.0/debian/patches/python3.10.patch stimfit-0.16.0/debian/patches/python3.10.patch
--- stimfit-0.16.0/debian/patches/python3.10.patch	1969-12-31 20:00:00.000000000 -0400
+++ stimfit-0.16.0/debian/patches/python3.10.patch	2022-03-24 15:29:54.000000000 -0400
@@ -0,0 +1,16 @@
+Description: check success of import by return code rather than by stderr
+Origin: upstream, https://github.com/autoconf-archive/autoconf-archive/commit/883a2abd5af5c96be894d5ef7ee6e9a2b8e64307
+Author: Igor Gnatenko <ignate...@redhat.com>
+Last-Update: 2017-03-14
+
+--- a/m4/acsite.m4
++++ b/m4/acsite.m4
+@@ -66,7 +66,7 @@
+         #
+         AC_MSG_CHECKING([for the distutils Python package])
+         ac_distutils_result=`$PYTHON -c "import distutils" 2>&1`
+-        if test -z "$ac_distutils_result"; then
++        if test $? -eq 0; then
+                 AC_MSG_RESULT([yes])
+         else
+                 AC_MSG_RESULT([no])
diff -Nru stimfit-0.16.0/debian/patches/series stimfit-0.16.0/debian/patches/series
--- stimfit-0.16.0/debian/patches/series	1969-12-31 20:00:00.000000000 -0400
+++ stimfit-0.16.0/debian/patches/series	2022-03-24 15:29:54.000000000 -0400
@@ -0,0 +1 @@
+python3.10.patch

Reply via email to