Bug#1061760: sasview ftbfs with Python 3.12 as default

2024-01-29 Thread Matthias Klose

Package: src:sasview
Version: 5.0.6-1
Severity: serious
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails to build:

[...]
 python3 setup.py docs update
running docs
= check for sasmodels at /<>/sasmodels/doc 
== !!WARNING!! sasmodels directory not found. Cannot build model docs. ==
Traceback (most recent call last):
  File "/<>/setup.py", line 292, in 
setup(
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 
107, in setup

return distutils.core.setup(**attrs)
   ^
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", 
line 185, in setup

return run_commands(dist)
   ^^
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", 
line 201, in run_commands

dist.run_commands()
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", 
line 969, in run_commands

self.run_command(cmd)
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1233, 
in run_command

super().run_command(command)
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", 
line 988, in run_command

cmd_obj.run()
  File "/<>/setup.py", line 106, in run
import build_sphinx
  File "/<>/docs/sphinx-docs/build_sphinx.py", line 16, in 


import imp
ModuleNotFoundError: No module named 'imp'
make[1]: *** [debian/rules:30: execute_after_dh_auto_build] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:20: binary] Error 2

--
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061766: xmds2 ftbfs with Python 3.12 as default

2024-01-29 Thread Matthias Klose

Package: src:xmds2
Version: 3.1.0+dfsg2-7
Severity: serious
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails to build:

[...]
dh clean --with python3
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<>'
cd xpdeint; waf/waf-light configure
Traceback (most recent call last):
  File "/<>/xpdeint/waf/waf-light", line 166, in 
from waflib import Scripting
  File "/<>/xpdeint/waf/waflib/Scripting.py", line 10, in 

from waflib import Utils, Configure, Logs, Options, ConfigSet, 
Context, Errors, Build, Node
  File "/<>/xpdeint/waf/waflib/Configure.py", line 16, in 

from waflib import ConfigSet, Utils, Options, Logs, Context, Build, 
Errors
  File "/<>/xpdeint/waf/waflib/Options.py", line 14, in 


from waflib import Logs, Utils, Context, Errors
  File "/<>/xpdeint/waf/waflib/Context.py", line 9, in 


import os, re, imp, sys
ModuleNotFoundError: No module named 'imp'
make[1]: *** [debian/rules:56: override_dh_auto_clean] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:11: clean] Error 2

--
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061874: colpack: NMU diff for 64-bit time_t transition

2024-01-29 Thread mwhudson
Source: colpack
Version: 1.0.10-7
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
colpack as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for colpack
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru colpack-1.0.10/debian/changelog colpack-1.0.10/debian/changelog
--- colpack-1.0.10/debian/changelog 2023-01-04 21:44:51.0 +
+++ colpack-1.0.10/debian/changelog 2024-01-29 22:36:02.0 +
@@ -1,3 +1,10 @@
+colpack (1.0.10-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ --Mon, 29 Jan 2024 22:36:02 +
+
 colpack (1.0.10-7) unstable; urgency=medium
 
   * Track upstream
diff -Nru colpack-1.0.10/debian/control colpack-1.0.10/debian/control
--- colpack-1.0.10/debian/control   2023-01-04 21:44:51.0 +
+++ colpack-1.0.10/debian/control   2024-01-29 22:36:02.0 +
@@ -28,13 +28,16 @@
  This package contains the development library, header files, and
  documentation.
 
-Package: libcolpack0v5
+Package: libcolpack0t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libcolpack0v5
+Breaks: libcolpack0v5 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libcolpack0
-Replaces: libcolpack0
+Replaces: libcolpack0v5, libcolpack0
 Description: Specialized graph vertex coloring library, shared library
  ColPack is a package comprising of implementation of algorithms for
  specialized vertex coloring problems that arise in sparse derivative
diff -Nru colpack-1.0.10/debian/libcolpack0t64.install 
colpack-1.0.10/debian/libcolpack0t64.install
--- colpack-1.0.10/debian/libcolpack0t64.install1970-01-01 
00:00:00.0 +
+++ colpack-1.0.10/debian/libcolpack0t64.install2023-01-04 
21:44:51.0 +
@@ -0,0 +1 @@
+/usr/lib/*/lib*.so.*
diff -Nru colpack-1.0.10/debian/libcolpack0t64.lintian-overrides 
colpack-1.0.10/debian/libcolpack0t64.lintian-overrides
--- colpack-1.0.10/debian/libcolpack0t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ colpack-1.0.10/debian/libcolpack0t64.lintian-overrides  2024-01-29 
22:36:02.0 +
@@ -0,0 +1 @@
+libcolpack0t64: package-name-doesnt-match-sonames libcolpack0v5
diff -Nru colpack-1.0.10/debian/libcolpack0v5.install 
colpack-1.0.10/debian/libcolpack0v5.install
--- colpack-1.0.10/debian/libcolpack0v5.install 2023-01-04 21:44:51.0 
+
+++ colpack-1.0.10/debian/libcolpack0v5.install 1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-/usr/lib/*/lib*.so.*
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061872: adolc: NMU diff for 64-bit time_t transition

2024-01-29 Thread Steve Langasek
Source: adolc
Version: 2.7.2-6
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
adolc as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for adolc
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru adolc-2.7.2/debian/changelog adolc-2.7.2/debian/changelog
--- adolc-2.7.2/debian/changelog2023-01-04 09:58:22.0 +
+++ adolc-2.7.2/debian/changelog2024-01-29 22:24:50.0 +
@@ -1,3 +1,10 @@
+adolc (2.7.2-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Mon, 29 Jan 2024 22:24:50 +
+
 adolc (2.7.2-6) unstable; urgency=medium
 
   * upstream URL updates
diff -Nru adolc-2.7.2/debian/control adolc-2.7.2/debian/control
--- adolc-2.7.2/debian/control  2023-01-04 09:58:22.0 +
+++ adolc-2.7.2/debian/control  2024-01-29 22:24:50.0 +
@@ -26,7 +26,10 @@
  This package contains the development library, header files,
  and user's manual.
 
-Package: libadolc2
+Package: libadolt64
+Provides: ${t64:Provides}
+Replaces: libadolc2
+Breaks: libadolc2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
diff -Nru adolc-2.7.2/debian/libadolc2.install 
adolc-2.7.2/debian/libadolc2.install
--- adolc-2.7.2/debian/libadolc2.install2020-05-31 10:35:51.0 
+
+++ adolc-2.7.2/debian/libadolc2.install1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru adolc-2.7.2/debian/libadolt64.install 
adolc-2.7.2/debian/libadolt64.install
--- adolc-2.7.2/debian/libadolt64.install   1970-01-01 00:00:00.0 
+
+++ adolc-2.7.2/debian/libadolt64.install   2020-05-31 10:35:51.0 
+
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru adolc-2.7.2/debian/libadolt64.lintian-overrides 
adolc-2.7.2/debian/libadolt64.lintian-overrides
--- adolc-2.7.2/debian/libadolt64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ adolc-2.7.2/debian/libadolt64.lintian-overrides 2024-01-29 
22:24:50.0 +
@@ -0,0 +1 @@
+libadolt64: package-name-doesnt-match-sonames libadolc2
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of adolc_2.7.2-6.1~exp1_amd64.changes

2024-01-29 Thread Debian FTP Masters
adolc_2.7.2-6.1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  adolc_2.7.2-6.1~exp1.dsc
  adolc_2.7.2-6.1~exp1.debian.tar.xz
  adolc_2.7.2-6.1~exp1_amd64.buildinfo
  libadolc-dev_2.7.2-6.1~exp1_amd64.deb
  libadolt64-dbgsym_2.7.2-6.1~exp1_amd64.deb
  libadolt64_2.7.2-6.1~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061858: wannier90 fails its autopkg tests with Python 3.12

2024-01-29 Thread Matthias Klose

Package: src:wannier90
Version: 3.1.0+ds-7
Severity: important
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails its autopkg 
tests:


[...]
808s autopkgtest [14:33:03]: test upstream: ---]
808s upstream FAIL stderr: 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/testcode/bin/testcode.py:354: 
SyntaxWarning: invalid escape sequence '\*'autopkgtest [14:33:03]: test 
upstream:  - - - - - - - - - - results - - - - - - - - - -

808s
808s autopkgtest [14:33:03]: test upstream:  - - - - - - - - - - stderr 
- - - - - - - - - -
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/testcode/bin/testcode.py:354: 
SyntaxWarning: invalid escape sequence '\*'

808s   wildcards = re.compile('.*(\*|\?|\[.*\]).*')
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:17: 
SyntaxWarning: invalid escape sequence '\s'

808s   near_neigh_re = re.compile("^\s*\|\s+(\d+)\s+([\d\.]+)\s*(\d+)\s*")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:27: 
SyntaxWarning: invalid escape sequence '\s'
808s   completeness_re = 
re.compile("^\s*\|\s+(\d+)\s+([\d\.-]+)\s+([\d\.-]+)\s+([\d\.-]+)\s*([\d\.]+)\s*")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:36: 
SyntaxWarning: invalid escape sequence '\s'
808s   spread_re = re.compile("^\s*WF centre and 
spread\s+(\d+)\s+\(\s*([0-9\.-]+)\s*,\s*([0-9\.-]+)\s*,\s*([0-9\.-]+)\s*\)\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:41: 
SyntaxWarning: invalid escape sequence '\ '

808s   omegaI_re = re.compile("Omega\ I\s+=\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:42: 
SyntaxWarning: invalid escape sequence '\ '

808s   omegaD_re = re.compile("Omega\ D\s+=\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:43: 
SyntaxWarning: invalid escape sequence '\ '

808s   omegaOD_re = re.compile("Omega\ OD\s+=\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:44: 
SyntaxWarning: invalid escape sequence '\ '

808s   omegaTotal_re = re.compile("Omega\ Total\s+=\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:45: 
SyntaxWarning: invalid escape sequence '\ '

808s   omegaIOD_C_re = re.compile("Omega\ IOD_C\s+=\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:46: 
SyntaxWarning: invalid escape sequence '\ '

808s   omegaRest_re = re.compile("Omega\ Rest\s+=\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:47: 
SyntaxWarning: invalid escape sequence '\ '

808s   penaltyfunc_re = re.compile("Penalty\ func\s+=\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:48: 
SyntaxWarning: invalid escape sequence '\ '

808s   omegaTotal_C_re = re.compile("Omega\ Total_C\s+=\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:16: 
SyntaxWarning: invalid escape sequence '\s'

808s   near_neigh_re = re.compile("^\s*\|\s+(\d+)\s+([\d\.]+)\s*(\d+)\s*")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:26: 
SyntaxWarning: invalid escape sequence '\s'
808s   completeness_re = 
re.compile("^\s*\|\s+(\d+)\s+([\d\.-]+)\s+([\d\.-]+)\s+([\d\.-]+)\s*([\d\.]+)\s*")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:35: 
SyntaxWarning: invalid escape sequence '\s'
808s   spread_re = re.compile("^\s*WF centre and 
spread\s+(\d+)\s+\(\s*([0-9\.-]+)\s*,\s*([0-9\.-]+)\s*,\s*([0-9\.-]+)\s*\)\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:42: 
SyntaxWarning: invalid escape sequence '\s'
808s   ahc_re = 
re.compile("^\s*==\s+([-+]?[0-9]*\.?[0-9]+)\s+([-+]?[0-9]*\.?[0-9]+)\s+([-+]?[0-9]*\.?[0-9]+)\s*")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:50: 
SyntaxWarning: invalid escape sequence '\s'
808s   morb_re = 
re.compile("^\s*==\s+([-+]?[0-9]*\.?[0-9]+)\s+([-+]?[0-9]*\.?[0-9]+)\s+([-+]?[0-9]*\.?[0-9]+)\s*")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:54: 
SyntaxWarning: invalid escape sequence '\ '

808s   spinx_re = re.compile("x\ component:\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:55: 
SyntaxWarning: invalid escape sequence '\ '

808s   spiny_re = re.compile("y\ component:\s*([0-9\.-]+)\s*$")
808s 
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:56: 
SyntaxWarning: invalid escape 

Processing of colpack_1.0.10-7.1~exp1_amd64.changes

2024-01-29 Thread Debian FTP Masters
colpack_1.0.10-7.1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  colpack_1.0.10-7.1~exp1.dsc
  colpack_1.0.10-7.1~exp1.debian.tar.xz
  colpack_1.0.10-7.1~exp1_amd64.buildinfo
  libcolpack-dev_1.0.10-7.1~exp1_amd64.deb
  libcolpack0t64-dbgsym_1.0.10-7.1~exp1_amd64.deb
  libcolpack0t64_1.0.10-7.1~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061813: mpi4py fails its autopkg tests with Python 3.12

2024-01-29 Thread Matthias Klose

Package: src:mpi4py
Version: 3.1.5-4
Severity: important
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails its autopkg 
tests:


[...]
904s autopkgtest [13:46:14]: test command1: 
OMPI_MCA_rmaps_base_oversubscribe=yes mpiexec -n 5 python3 
test/runtests.py --verbose

904s autopkgtest [13:46:14]: test command1: [---
905s Traceback (most recent call last):
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 299, in 

905s sys.exit(main())
905s  ^^
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 284, in main

905s setup_python(options)
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 96, in setup_python

905s builddir = os.path.join(rootdir, getbuilddir())
905s
905s   File "", line 90, in join
905s   File "", line 164, in _check_arg_types
905s TypeError: join() argument must be str, bytes, or os.PathLike 
object, not 'NoneType'

905s Traceback (most recent call last):
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 299, in 

905s sys.exit(main())
905s  ^^
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 284, in main

905s setup_python(options)
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 96, in setup_python

905s builddir = os.path.join(rootdir, getbuilddir())
905s
905s   File "", line 90, in join
905s   File "", line 164, in _check_arg_types
905s TypeError: join() argument must be str, bytes, or os.PathLike 
object, not 'NoneType'

905s Traceback (most recent call last):
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 299, in 

905s sys.exit(main())
905s  ^^
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 284, in main

905s setup_python(options)
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 96, in setup_python

905s builddir = os.path.join(rootdir, getbuilddir())
905s
905s   File "", line 90, in join
905s   File "", line 164, in _check_arg_types
905s TypeError: join() argument must be str, bytes, or os.PathLike 
object, not 'NoneType'

905s Traceback (most recent call last):
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 299, in 

905s sys.exit(main())
905s  ^^
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 284, in main

905s setup_python(options)
905s   File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", 
line 96, in setup_python

905s builddir = os.path.join(rootdir, getbuilddir())
905s
905s   File "", line 90, in join
905s   File "", line 164, in _check_arg_types
905s TypeError: join() argument must be str, bytes, or os.PathLike 
object, not 'NoneType'
905s 
--

905s Primary job  terminated normally, but 1 process returned
905s a non-zero exit code. Per user-direction, the job has been aborted.
905s 
--
905s 
--
905s mpiexec detected that one or more processes exited with non-zero 
status, thus causing

905s the job to be terminated. The first process to do so was:
905s
905s   Process name: [[28935,1],0]
905s   Exit code:1
905s 
--

905s autopkgtest [13:46:15]: test command1: ---]
905s autopkgtest [13:46:15]: test command1:  - - - - - - - - - - results 
- - - - - - - - - -

905s command1 FAIL non-zero exit status 1

--
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061810: mathgl fails its autopkg tests with Python 3.12

2024-01-29 Thread Matthias Klose

Package: src:mathgl
Version: 8.0.1-5
Severity: important
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails its autopkg 
tests:


[...]
920s autopkgtest [13:46:19]: test command1: ---]
920s autopkgtest [13:46:19]: test command1:  - - - - - - - - - - results 
- - - - - - - - - -
920s command1 FAIL stderr: 
/tmp/autopkgtest.QVJC2c/build.6xG/src/examples/test.py:15: 
SyntaxWarning: invalid escape sequence '\i'
920s autopkgtest [13:46:19]: test command1:  - - - - - - - - - - stderr 
- - - - - - - - - -
920s /tmp/autopkgtest.QVJC2c/build.6xG/src/examples/test.py:15: 
SyntaxWarning: invalid escape sequence '\i'

920s   gr.Puts(mglPoint(1,1,1.2),"\i f = \dfrac{1}{1+(5x-5)^2+(5y-5)^2}")
920s autopkgtest [13:46:19]:  summary
920s command1 FAIL stderr: 
/tmp/autopkgtest.QVJC2c/build.6xG/src/examples/test.py:15: 
SyntaxWarning: invalid escape sequence '\i'


--
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061840: ros-bloom fails its autopkg tests with Python 3.12

2024-01-29 Thread Matthias Klose

Package: src:ros-bloom
Version: 0.11.2-6
Severity: important
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails its autopkg 
tests:


[...]
519s autopkgtest [14:19:30]: test run-test-suite: [---
520s = test session starts 
==

520s platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
520s rootdir: /tmp/tmp.7dDRjoGDyR
520s collected 2 items / 5 errors
520s
520s  ERRORS 

520s  ERROR collecting test/system_tests/test_bloom_setup.py 


520s /usr/lib/python3/dist-packages/bloom/rosdistro_api.py:60: in 
520s import rosdistro
520s /usr/lib/python3/dist-packages/rosdistro/__init__.py:51: in 
520s from .distribution import Distribution  # noqa
520s /usr/lib/python3/dist-packages/rosdistro/distribution.py:35: in 

520s from .manifest_provider.git import git_manifest_provider, 
git_source_manifest_provider
520s 
/usr/lib/python3/dist-packages/rosdistro/manifest_provider/git.py:44: in 


520s from rosdistro.vcs import Git, ref_is_hash
520s /usr/lib/python3/dist-packages/rosdistro/vcs.py:39: in 
520s from distutils.version import LooseVersion
520s E   ModuleNotFoundError: No module named 'distutils'
520s
520s During handling of the above exception, another exception occurred:
520s test/system_tests/test_bloom_setup.py:13: in 
520s from bloom.config import BLOOM_CONFIG_BRANCH
520s /usr/lib/python3/dist-packages/bloom/config.py:60: in 
520s from bloom.rosdistro_api import get_non_eol_distros_prompt
520s /usr/lib/python3/dist-packages/bloom/rosdistro_api.py:67: in 
520s error("rosdistro was not detected, please install it.", 
file=sys.stderr,

520s /usr/lib/python3/dist-packages/bloom/logging.py:280: in error
520s sys.exit(msg)
520s E   SystemExit: rosdistro was not detected, please install 
it.
520s __ ERROR collecting 
test/system_tests/test_catkin_release.py ___

520s test/system_tests/test_catkin_release.py:12: in 
520s from vcstools.vcs_abstraction import get_vcs_client
520s /usr/lib/python3/dist-packages/vcstools/__init__.py:47: in 
520s from vcstools.git import GitClient
520s /usr/lib/python3/dist-packages/vcstools/git.py:63: in 
520s from distutils.version import LooseVersion
520s E   ModuleNotFoundError: No module named 'distutils'
520s
520s During handling of the above exception, another exception occurred:
520s test/system_tests/test_catkin_release.py:15: in 
520s sys.exit(1)
520s E   SystemExit: 1
520s --- Captured stderr 


520s vcstools was not detected, please install it.
520s ___ ERROR collecting test/unit_tests/test_config.py 


520s /usr/lib/python3/dist-packages/bloom/rosdistro_api.py:60: in 
520s import rosdistro
520s /usr/lib/python3/dist-packages/rosdistro/__init__.py:51: in 
520s from .distribution import Distribution  # noqa
520s /usr/lib/python3/dist-packages/rosdistro/distribution.py:35: in 

520s from .manifest_provider.git import git_manifest_provider, 
git_source_manifest_provider
520s 
/usr/lib/python3/dist-packages/rosdistro/manifest_provider/git.py:44: in 


520s from rosdistro.vcs import Git, ref_is_hash
520s /usr/lib/python3/dist-packages/rosdistro/vcs.py:39: in 
520s from distutils.version import LooseVersion
520s E   ModuleNotFoundError: No module named 'distutils'
520s
520s During handling of the above exception, another exception occurred:
520s test/unit_tests/test_config.py:6: in 
520s from bloom.config import validate_track_versions
520s /usr/lib/python3/dist-packages/bloom/config.py:60: in 
520s from bloom.rosdistro_api import get_non_eol_distros_prompt
520s /usr/lib/python3/dist-packages/bloom/rosdistro_api.py:67: in 
520s error("rosdistro was not detected, please install it.", 
file=sys.stderr,

520s /usr/lib/python3/dist-packages/bloom/logging.py:280: in error
520s sys.exit(msg)
520s E   SystemExit: rosdistro was not detected, please install 
it.
520s __ ERROR collecting test/unit_tests/test_packages.py 
___

520s /usr/lib/python3/dist-packages/bloom/rosdistro_api.py:60: in 
520s import rosdistro
520s /usr/lib/python3/dist-packages/rosdistro/__init__.py:51: in 
520s from .distribution import Distribution  # noqa
520s /usr/lib/python3/dist-packages/rosdistro/distribution.py:35: in 

520s from .manifest_provider.git import git_manifest_provider, 
git_source_manifest_provider
520s 
/usr/lib/python3/dist-packages/rosdistro/manifest_provider/git.py:44: in 


520s from rosdistro.vcs import Git, ref_is_hash
520s /usr/lib/python3/dist-packages/rosdistro/vcs.py:39: in 
520s from distutils.version import LooseVersion
520s E   ModuleNotFoundError: No module named 

Bug#1061838: reprounzip fails its autopkg tests with Python 3.12

2024-01-29 Thread Matthias Klose

Package: src:reprounzip
Version: 1.3-1
Severity: important
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails its autopkg 
tests:


[...]
535s autopkgtest [14:17:17]: test command1: set -e ; cd 
"$AUTOPKGTEST_TMP" ; HOME=/tmp ; reprozip usage_report --disable ; 
reprozip -v trace /bin/echo ; reprozip -v pack echo.rpz ; reprounzip 
usage_report --disable ; reprounzip -v info echo.rpz ; reprounzip -v 
directory setup echo.rpz echo ; reprounzip -v directory run echo

535s autopkgtest [14:17:17]: test command1: [---
537s Traceback (most recent call last):
537s   File "/usr/bin/reprozip", line 33, in 
537s sys.exit(load_entry_point('reprozip==1.3', 'console_scripts', 
'reprozip')())
537s 


537s   File "/usr/bin/reprozip", line 25, in importlib_load_entry_point
537s return next(matches).load()
537s
537s   File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 
205, in load

537s module = import_module(match.group('module'))
537s  
537s   File "/usr/lib/python3.12/importlib/__init__.py", line 90, in 
import_module

537s return _bootstrap._gcd_import(name[level:], package, level)
537s
537s   File "", line 1387, in _gcd_import
537s   File "", line 1360, in _find_and_load
537s   File "", line 1331, in 
_find_and_load_unlocked

537s   File "", line 935, in _load_unlocked
537s   File "", line 994, in 
exec_module
537s   File "", line 488, in 
_call_with_frames_removed
537s   File "/usr/lib/python3/dist-packages/reprozip/main.py", line 30, 
in 

537s from reprozip.common import setup_logging, \
537s   File "/usr/lib/python3/dist-packages/reprozip/common.py", line 
27, in 

537s from distutils.version import LooseVersion
537s ModuleNotFoundError: No module named 'distutils'

--
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061839: reprozip fails its autopkg tests with Python 3.12

2024-01-29 Thread Matthias Klose

Package: src:reprozip
Version: 1.3-1
Severity: important
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails its autopkg 
tests:


[...]
566s autopkgtest [14:15:06]: test command1: set -e ; cd 
"$AUTOPKGTEST_TMP" ; HOME=/tmp ; reprozip usage_report --disable ; 
reprozip testrun /bin/echo ; reprozip -v trace /bin/echo ; reprozip -v 
pack echo.rpz

566s autopkgtest [14:15:06]: test command1: [---
568s Traceback (most recent call last):
568s   File "/usr/bin/reprozip", line 33, in 
568s sys.exit(load_entry_point('reprozip==1.3', 'console_scripts', 
'reprozip')())
568s 


568s   File "/usr/bin/reprozip", line 25, in importlib_load_entry_point
568s return next(matches).load()
568s
568s   File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 
205, in load

568s module = import_module(match.group('module'))
568s  
568s   File "/usr/lib/python3.12/importlib/__init__.py", line 90, in 
import_module

568s return _bootstrap._gcd_import(name[level:], package, level)
568s
568s   File "", line 1387, in _gcd_import
568s   File "", line 1360, in _find_and_load
568s   File "", line 1331, in 
_find_and_load_unlocked

568s   File "", line 935, in _load_unlocked
568s   File "", line 994, in 
exec_module
568s   File "", line 488, in 
_call_with_frames_removed
568s   File "/usr/lib/python3/dist-packages/reprozip/main.py", line 30, 
in 

568s from reprozip.common import setup_logging, \
568s   File "/usr/lib/python3/dist-packages/reprozip/common.py", line 
27, in 

568s from distutils.version import LooseVersion
568s ModuleNotFoundError: No module named 'distutils'
568s autopkgtest [14:15:08]: test command1: ---]

--
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


adolc_2.7.2-6.1~exp1_amd64.changes ACCEPTED into experimental

2024-01-29 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Jan 2024 22:24:57 +
Source: adolc
Binary: libadolc-dev libadolt64 libadolt64-dbgsym
Architecture: source amd64
Version: 2.7.2-6.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Description:
 libadolc-dev - ADOLC development libs and headers
 libadolt64 - ADOLC automatic differentiation system, runtime libs
Changes:
 adolc (2.7.2-6.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 2ec6a3757f0c7822b6d774b3fde9d612aca37ec3 2079 adolc_2.7.2-6.1~exp1.dsc
 a21c081f183731a9d6e72cdfd218e06655c7e021 19152 
adolc_2.7.2-6.1~exp1.debian.tar.xz
 98a825e36427bfde51d07b19c0e7260acaf6ba0c 7303 
adolc_2.7.2-6.1~exp1_amd64.buildinfo
 15b1a1cca2c54c37ea01939346d39692a53f866c 1093952 
libadolc-dev_2.7.2-6.1~exp1_amd64.deb
 bc97eb9a6518414c5b299f6311302577156af594 966624 
libadolt64-dbgsym_2.7.2-6.1~exp1_amd64.deb
 45bab2821dea28273bb22c2e830c6f13cd6a6b73 278452 
libadolt64_2.7.2-6.1~exp1_amd64.deb
Checksums-Sha256:
 99068c629a29f7a7accaa4a33a60ddc7ffa491045b001956d59a53e0f547a0f7 2079 
adolc_2.7.2-6.1~exp1.dsc
 22ce705ee0d1193692fb356c39d13da0c2206123ea00bd2dcfae7116f752e036 19152 
adolc_2.7.2-6.1~exp1.debian.tar.xz
 e7d4815017d99f519552f995e6ec3825889864e5fd370d8786d0fa3a4e40c6a9 7303 
adolc_2.7.2-6.1~exp1_amd64.buildinfo
 9aaaf6e5a54441ffd3550bb6307a5771810b58d1aacc39a56cd7e1aad2d3e475 1093952 
libadolc-dev_2.7.2-6.1~exp1_amd64.deb
 09a05e12617477e1fa5ef7f45f21abcd96b1f3003566c40a88f1741f65d5cbc4 966624 
libadolt64-dbgsym_2.7.2-6.1~exp1_amd64.deb
 f5633c3f563b2f76c5dd2cd029fa3f07be5280b3ad932bfde248ed006af0d404 278452 
libadolt64_2.7.2-6.1~exp1_amd64.deb
Files:
 4159802f9fb3fa1247fbd1f9e1d8604a 2079 libs optional adolc_2.7.2-6.1~exp1.dsc
 1cf832bdb9a3ba51aa0a29a32cf85276 19152 libs optional 
adolc_2.7.2-6.1~exp1.debian.tar.xz
 f0cfa8c0c2239acbf8b5c4eb01b4ac65 7303 libs optional 
adolc_2.7.2-6.1~exp1_amd64.buildinfo
 a1944a9da36a5a76bdb0235241a40771 1093952 libdevel optional 
libadolc-dev_2.7.2-6.1~exp1_amd64.deb
 aef74dcb1f90db76aa18b9d37d27e5bd 966624 debug optional 
libadolt64-dbgsym_2.7.2-6.1~exp1_amd64.deb
 b137a19405ec88b2920965fc7f9aa90d 278452 libs optional 
libadolt64_2.7.2-6.1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW4Jh0SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9Z+oQAJanTHPuXWqydGU8fiD/FLvdkGFyqQAg
C6bHwfvwp3kM5lN7agE1pDC/mq92gJxTfGw+EXopcbwH/4uNIxHOstzh4UMjEzgC
TXFLzXnrI2cTUJKpF7ffoyCJ5OObQxFexbVkltw5vH+vjDyTZHTl6fXaCLuuuSEq
sbgKnagS+HKYZUbvBKDTdFc0mDYDxNwuMUt3QkkEKjAMr5PXm0wsrWCWorzz0XhX
8B5sqHYwBQObN0FlmO4GkFCfoCHyK0IfjJkRhdS/8fXpqydF4UNYbocn0hUkpA0A
Qek7d5B3TsunQ1s3juJzta6OFKgOtDyn6tFfIOY7c74/VKT810ABmEz161SC1p8d
cly+bAvwnGRU/m7GHZrLNt/Z5kpwhBVSyc303xgpr02R336VIOisv9Q5QtbBqlBZ
HC9VLAlRefZg2naramYVYxwH5fUm7b2QEX5qKM0u8XRGRuNY2gehSfHKqam1soEO
16Gn+oeYcWv9CgUrcPvn7Dp5VR0AhMVpvVFMy9SkJOSvmswZnW4IftUiRcpHDhsL
7yty4JaMhvjsJPDlb8UzFtyRTnn/R4HwFt+iq6OTbcLVNyULCIbHU/9wvht67PMM
7sv9ly1PqSrBorwXJ01rfdL26e0Ip2K5cN8MvVWob1+d96MtvoB3z2Kta/hgOBfU
2SwtHG4jLBrk
=GBhZ
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061843: siconos fails its autopkg tests with Python 3.12

2024-01-29 Thread Matthias Klose

Package: src:siconos
Version: 4.4.0+dfsg-3
Severity: important
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails its autopkg 
tests:


[...]
2449s autopkgtest [14:52:26]: test mechanics-tools: [---
2449s test_cube_scene_info_filter_compare
2449s Wrote cube_scene.hdf5
2450s No module named siconos.fclib.
2454s Traceback (most recent call last):
2454s   File "/usr/bin/siconos_run", line 43, in 
2454s from siconos.io.mechanics_run import MechanicsHdf5Runner
2454s   File 
"/usr/lib/python3/dist-packages/siconos/io/mechanics_run.py", line 43, 
in 
2454s from siconos.io.FrictionContactTrace import 
GlobalFrictionContactTrace as GFCTrace
2454s   File 
"/usr/lib/python3/dist-packages/siconos/io/FrictionContactTrace.py", 
line 41, in 

2454s import imp
2454s ModuleNotFoundError: No module named 'imp'
2454s ASSERT:unknown failure encountered running a test
2454s
2454s Ran 1 test.
2454s
2454s FAILED (failures=1)
2454s autopkgtest [14:52:31]: test mechanics-tools: ---]
2455s autopkgtest [14:52:32]: test mechanics-tools:  - - - - - - - - - - 
results - - - - - - - - - -

2455s mechanics-tools  FAIL non-zero exit status 2

--
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


python-thinc is marked for autoremoval from testing

2024-01-29 Thread Debian testing autoremoval watch
python-thinc 8.2.2-1 is marked for autoremoval from testing on 2024-02-27

It (build-)depends on packages with these RC bugs:
1056874: python-srsly: ftbfs with cython 3.0.x
 https://bugs.debian.org/1056874



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061840: marked as done (ros-bloom fails its autopkg tests with Python 3.12)

2024-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 30 Jan 2024 07:51:03 +
with message-id 
and subject line Bug#1061840: fixed in ros-bloom 0.11.2-7
has caused the Debian Bug report #1061840,
regarding ros-bloom fails its autopkg tests with Python 3.12
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.)


-- 
1061840: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061840
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: src:ros-bloom
Version: 0.11.2-6
Severity: important
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails its autopkg 
tests:


[...]
519s autopkgtest [14:19:30]: test run-test-suite: [---
520s = test session starts 
==

520s platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
520s rootdir: /tmp/tmp.7dDRjoGDyR
520s collected 2 items / 5 errors
520s
520s  ERRORS 

520s  ERROR collecting test/system_tests/test_bloom_setup.py 


520s /usr/lib/python3/dist-packages/bloom/rosdistro_api.py:60: in 
520s import rosdistro
520s /usr/lib/python3/dist-packages/rosdistro/__init__.py:51: in 
520s from .distribution import Distribution  # noqa
520s /usr/lib/python3/dist-packages/rosdistro/distribution.py:35: in 

520s from .manifest_provider.git import git_manifest_provider, 
git_source_manifest_provider
520s 
/usr/lib/python3/dist-packages/rosdistro/manifest_provider/git.py:44: in 


520s from rosdistro.vcs import Git, ref_is_hash
520s /usr/lib/python3/dist-packages/rosdistro/vcs.py:39: in 
520s from distutils.version import LooseVersion
520s E   ModuleNotFoundError: No module named 'distutils'
520s
520s During handling of the above exception, another exception occurred:
520s test/system_tests/test_bloom_setup.py:13: in 
520s from bloom.config import BLOOM_CONFIG_BRANCH
520s /usr/lib/python3/dist-packages/bloom/config.py:60: in 
520s from bloom.rosdistro_api import get_non_eol_distros_prompt
520s /usr/lib/python3/dist-packages/bloom/rosdistro_api.py:67: in 
520s error("rosdistro was not detected, please install it.", 
file=sys.stderr,

520s /usr/lib/python3/dist-packages/bloom/logging.py:280: in error
520s sys.exit(msg)
520s E   SystemExit: rosdistro was not detected, please install 
it.
520s __ ERROR collecting 
test/system_tests/test_catkin_release.py ___

520s test/system_tests/test_catkin_release.py:12: in 
520s from vcstools.vcs_abstraction import get_vcs_client
520s /usr/lib/python3/dist-packages/vcstools/__init__.py:47: in 
520s from vcstools.git import GitClient
520s /usr/lib/python3/dist-packages/vcstools/git.py:63: in 
520s from distutils.version import LooseVersion
520s E   ModuleNotFoundError: No module named 'distutils'
520s
520s During handling of the above exception, another exception occurred:
520s test/system_tests/test_catkin_release.py:15: in 
520s sys.exit(1)
520s E   SystemExit: 1
520s --- Captured stderr 


520s vcstools was not detected, please install it.
520s ___ ERROR collecting test/unit_tests/test_config.py 


520s /usr/lib/python3/dist-packages/bloom/rosdistro_api.py:60: in 
520s import rosdistro
520s /usr/lib/python3/dist-packages/rosdistro/__init__.py:51: in 
520s from .distribution import Distribution  # noqa
520s /usr/lib/python3/dist-packages/rosdistro/distribution.py:35: in 

520s from .manifest_provider.git import git_manifest_provider, 
git_source_manifest_provider
520s 
/usr/lib/python3/dist-packages/rosdistro/manifest_provider/git.py:44: in 


520s from rosdistro.vcs import Git, ref_is_hash
520s /usr/lib/python3/dist-packages/rosdistro/vcs.py:39: in 
520s from distutils.version import LooseVersion
520s E   ModuleNotFoundError: No module named 'distutils'
520s
520s During handling of the above exception, another exception occurred:
520s test/unit_tests/test_config.py:6: in 
520s from bloom.config import validate_track_versions
520s /usr/lib/python3/dist-packages/bloom/config.py:60: in 
520s from bloom.rosdistro_api import get_non_eol_distros_prompt
520s /usr/lib/python3/dist-packages/bloom/rosdistro_api.py:67: in 
520s error("rosdistro was not detected, please install it.", 
file=sys.stderr,

520s /usr/lib/python3/dist-packages/bloom/logging.py:280: in error
520s sys.exit(msg)
520s E   SystemExit: 

Processing of combblas_2.0.0-3.1~exp1_amd64.changes

2024-01-29 Thread Debian FTP Masters
combblas_2.0.0-3.1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  combblas_2.0.0-3.1~exp1.dsc
  combblas_2.0.0-3.1~exp1.debian.tar.xz
  combblas_2.0.0-3.1~exp1_amd64.buildinfo
  libcombblas-dev_2.0.0-3.1~exp1_amd64.deb
  libcombblas-docs_2.0.0-3.1~exp1_all.deb
  libcombblas2.0.0t64-dbgsym_2.0.0-3.1~exp1_amd64.deb
  libcombblas2.0.0t64_2.0.0-3.1~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061910: cryptominisat: NMU diff for 64-bit time_t transition

2024-01-29 Thread mwhudson
Source: cryptominisat
Version: 5.11.15+dfsg1-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
cryptominisat as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for cryptominisat
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru cryptominisat-5.11.15+dfsg1/debian/changelog 
cryptominisat-5.11.15+dfsg1/debian/changelog
--- cryptominisat-5.11.15+dfsg1/debian/changelog2023-12-14 
09:26:35.0 +
+++ cryptominisat-5.11.15+dfsg1/debian/changelog2024-01-30 
01:26:22.0 +
@@ -1,3 +1,10 @@
+cryptominisat (5.11.15+dfsg1-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle   Tue, 30 Jan 2024 01:26:22 +
+
 cryptominisat (5.11.15+dfsg1-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru cryptominisat-5.11.15+dfsg1/debian/control 
cryptominisat-5.11.15+dfsg1/debian/control
--- cryptominisat-5.11.15+dfsg1/debian/control  2023-12-14 09:26:35.0 
+
+++ cryptominisat-5.11.15+dfsg1/debian/control  2024-01-30 01:26:22.0 
+
@@ -19,7 +19,10 @@
 Vcs-Git: https://salsa.debian.org/science-team/cryptominisat.git
 Vcs-Browser: https://salsa.debian.org/science-team/cryptominisat
 
-Package: libcryptominisat5-5.11
+Package: libcryptominisat5-5.11t64
+Provides: ${t64:Provides}
+Replaces: libcryptominisat5-5.11
+Breaks: libcryptominisat5-5.11 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
diff -Nru cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11.install 
cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11.install
--- cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11.install   
2023-12-14 09:26:35.0 +
+++ cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11.install   
1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-/usr/lib/*/libcryptominisat5.so.*
diff -Nru cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11t64.install 
cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11t64.install
--- cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11t64.install
1970-01-01 00:00:00.0 +
+++ cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11t64.install
2023-12-14 09:26:35.0 +
@@ -0,0 +1 @@
+/usr/lib/*/libcryptominisat5.so.*
diff -Nru 
cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11t64.lintian-overrides 
cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11t64.lintian-overrides
--- 
cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11t64.lintian-overrides  
1970-01-01 00:00:00.0 +
+++ 
cryptominisat-5.11.15+dfsg1/debian/libcryptominisat5-5.11t64.lintian-overrides  
2024-01-30 01:26:22.0 +
@@ -0,0 +1 @@
+libcryptominisat5-5.11t64: package-name-doesnt-match-sonames 
libcryptominisat5-5.11
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


genetic is marked for autoremoval from testing

2024-01-29 Thread Debian testing autoremoval watch
genetic 0.1.1b+git20170527.98255cb-4 is marked for autoremoval from testing on 
2024-02-20

It (build-)depends on packages with these RC bugs:
1058089: multiprocess: FTBFS: KeyError: '/psm_00befb89'
 https://bugs.debian.org/1058089



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


suitesparse 1:7.6.0+dfsg-1 MIGRATED to testing

2024-01-29 Thread Debian testing watch
FYI: The status of the suitesparse source package
in Debian's testing distribution has changed.

  Previous version: 1:7.5.1+dfsg-2
  Current version:  1:7.6.0+dfsg-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


cthreadpool 0.0+git20231218.4eb5a69-1 MIGRATED to testing

2024-01-29 Thread Debian testing watch
FYI: The status of the cthreadpool source package
in Debian's testing distribution has changed.

  Previous version: 0.0+git20201207.b259a6e-1
  Current version:  0.0+git20231218.4eb5a69-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


ros-vcstools_0.1.42-9_source.changes ACCEPTED into unstable

2024-01-29 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jan 2024 08:03:05 +0100
Source: ros-vcstools
Architecture: source
Version: 0.1.42-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Jochen Sprickerhof 
Changes:
 ros-vcstools (0.1.42-9) unstable; urgency=medium
 .
   * Add patches for Python 3.12
Checksums-Sha1:
 25288ac9270457f80767ddbbac3cc61911236911 2255 ros-vcstools_0.1.42-9.dsc
 208eb6b3ad57082642b5a41ad09a0c32cef3289a 9032 
ros-vcstools_0.1.42-9.debian.tar.xz
 c1d91a162384a040042d79159e3d1897836dc664 7952 
ros-vcstools_0.1.42-9_source.buildinfo
Checksums-Sha256:
 24865c85e08029cffe48763cd47994d626e19c1f06929c675d619eec5c78 2255 
ros-vcstools_0.1.42-9.dsc
 af9062b192b343e50f9f048a8dbdb178518b387392be2e95c8721e406f0e44d1 9032 
ros-vcstools_0.1.42-9.debian.tar.xz
 de8ba702c6f10260dc6b7f11191837b39c66ead49af524d76bb9f7358eafd971 7952 
ros-vcstools_0.1.42-9_source.buildinfo
Files:
 6b6d49f3ac25e2ea89edb1d5b82daed8 2255 python optional ros-vcstools_0.1.42-9.dsc
 f58a568dc96dfbc5f36b9fd2eda43c70 9032 python optional 
ros-vcstools_0.1.42-9.debian.tar.xz
 0e1b097135446a60a155d41b401577fa 7952 python optional 
ros-vcstools_0.1.42-9_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmW4pwsACgkQW//cwljm
lDM0OQ/9EkUNttkQW29O1FQdkdU89T8ciAgkZBxPcWt9ADouzCc6Ub2VYPpILYNp
lQzOsz6yqvx7RoWoI1/nq3j+EnXDgn5xxF+TjIgSG0wlf2BZ5roJTXtytmiZjEKy
0cbeP4eJdHIdyRddyA0VGbdBlRR2UXx/mkWPVVcF2PTZKWJC2GA0U9sHG6OP4nci
yMNwqrHSWVqRX0q1I3Eo9Q9B2hW/7591wYBTO5Dwu35+QFNFcenH44CfNxY/nJHC
8qmaeIAeVZuLUgOSTMGXZijTW44JKh8dNmOFq/Rw1n5ZuZhjEK05G9tkGvDFg+3Q
CLphm6lO0k0dgGUSZDalWX6WUKQBNOCZVq3AL4u/l1cixsw9Q0FP9A4J9aov9UwM
CWgArAXiQ33IroNLjRL4JIs1RE+6Q8z2K1SCERiwc389re6peSPO93Mbc4GSTzfi
Iz+UA/Lhw/+jureCHWY2pBc0zDHRaUfcMUd5PbRxe8bC9319jhTRqQ1FWv3tJLWS
Ha/Knq6hHjHWOKFIgQRFp7EL3ZfgH+rB5l2sFMyGPEXa7qSMm5TnBPur59eUDKFh
qSxxuX28iCifTlyIuIdStd1W3llSLa07KKMVKLRLKogJFZ+uv8uZjWEmaQu0vZpW
lknJ1ALfPay97DDzfjplaMTUEdUXA5RiQvWOGo1ZUuq3TaxSUyY=
=DkHw
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of ros-vcstools_0.1.42-9_source.changes

2024-01-29 Thread Debian FTP Masters
ros-vcstools_0.1.42-9_source.changes uploaded successfully to localhost
along with the files:
  ros-vcstools_0.1.42-9.dsc
  ros-vcstools_0.1.42-9.debian.tar.xz
  ros-vcstools_0.1.42-9_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of ros-rosdistro_0.9.0-5_source.changes

2024-01-29 Thread Debian FTP Masters
ros-rosdistro_0.9.0-5_source.changes uploaded successfully to localhost
along with the files:
  ros-rosdistro_0.9.0-5.dsc
  ros-rosdistro_0.9.0-5.debian.tar.xz
  ros-rosdistro_0.9.0-5_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of ros-bloom_0.11.2-7_source.changes

2024-01-29 Thread Debian FTP Masters
ros-bloom_0.11.2-7_source.changes uploaded successfully to localhost
along with the files:
  ros-bloom_0.11.2-7.dsc
  ros-bloom_0.11.2-7.debian.tar.xz
  ros-bloom_0.11.2-7_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


ros-bloom_0.11.2-7_source.changes ACCEPTED into unstable

2024-01-29 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jan 2024 08:38:49 +0100
Source: ros-bloom
Architecture: source
Version: 0.11.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Jochen Sprickerhof 
Closes: 1061840
Changes:
 ros-bloom (0.11.2-7) unstable; urgency=medium
 .
   * Add patches for Python 3.12 (Closes: #1061840)
Checksums-Sha1:
 60990f8f2292a8de6540657fdae7e21e207ff13b 2247 ros-bloom_0.11.2-7.dsc
 01f832e1155af4d0ea0a4b63a892af025fe7661c 6888 ros-bloom_0.11.2-7.debian.tar.xz
 9ef7602e3cccbc7e5c1b0b47e21029c5307c9130 7346 
ros-bloom_0.11.2-7_source.buildinfo
Checksums-Sha256:
 2b26b4c0fe265320f67957fdefc05706bed7c4a3218318816fd019baa3cc70be 2247 
ros-bloom_0.11.2-7.dsc
 97670200d12ba8cf79f9690a3769c2b6e5fb5bae87e121d96ea7f48b55c081a3 6888 
ros-bloom_0.11.2-7.debian.tar.xz
 235847ba7af56735eee4e5e8ff6f5de5b0905e7f556c1d7ff31cf72703aac48b 7346 
ros-bloom_0.11.2-7_source.buildinfo
Files:
 3a6a112e769a13b86d9704160c1f6171 2247 python optional ros-bloom_0.11.2-7.dsc
 56858ee076386fed96e5bf5e4759b4c4 6888 python optional 
ros-bloom_0.11.2-7.debian.tar.xz
 d941a97591412dd43bfa708fdda35362 7346 python optional 
ros-bloom_0.11.2-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmW4p54ACgkQW//cwljm
lDMyyhAAj1W1BHyPaJEarh/uoHPR7VF+CnNEtg8tnfWnUW3T7gUM1L/PaUdlX3g0
SwZsAzL4HHoL8aUwyQqKxFHE0PmA70DqZ5BKAUjiP6AMgBZ030zoFHmVmneQNGMk
tS90mmc92mOYrdWoy9LwbQeuwF1Z8szj2aV1lJsL0N+YryvZlZlad3feBs+AGzhA
Y0xzBKr7s4jvgE4bsDo8KlF4eZF3PzFSThvsaOnnSnrCekGAN9iKncStQZcyNKZ/
N+C3oang6ZYihHfZ7qCpbORVE65G19fd7SXiJqGToQoicMK4/ZH3/M+AzjU/JIR7
yGz6WpJcOfbncl10Cr8h17WfaBsF4Bc2Fb5YuQvDwbc/r4YRtFdqPIBdFOGpkr9s
Lyy1KRH2Uqh7ApI6W5cQ/EO1YivLKgzZ6tzGNh6JFv6w/YSODUv+y2TtnzUCSln9
sTHzUsoTys0pw6aMP3o2KGUbpA0LBJZ0PbSXPKmDGr6DxPTrN4Irz11fif4tNWSK
r7ubm+Se/RDMRsmtH7YqT73GoL7QCBG7za6necZsJgVKVb7f3SEVldA0B9Cek0Gz
pwaICjC5wRejHO0NRhtaXLCANV4v2+tvVfm+ZvjiKL3eYuqDLG0JYnf78Cd9mCVl
Rr8m0eGH5px+2oZFtMvcm1n++YovMd2pQOyLhYjuylKGSZGag8A=
=8miT
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


ros-rosdistro_0.9.0-5_source.changes ACCEPTED into unstable

2024-01-29 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jan 2024 08:34:40 +0100
Source: ros-rosdistro
Architecture: source
Version: 0.9.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Jochen Sprickerhof 
Changes:
 ros-rosdistro (0.9.0-5) unstable; urgency=medium
 .
   * Drop distutils usage
Checksums-Sha1:
 bd60a2ab834dd2251fc8e8786aecad4532b6da62 2253 ros-rosdistro_0.9.0-5.dsc
 43f1200c81d51e665fc7fa58c7d09df432c34067 5364 
ros-rosdistro_0.9.0-5.debian.tar.xz
 32512cfaf0e267bcbe7a977180f2516ce150d7b6 8018 
ros-rosdistro_0.9.0-5_source.buildinfo
Checksums-Sha256:
 1f21cacac63eb422ed2ee13e16a6cd77ba547cbc14b3ae3c115352b4f267bae9 2253 
ros-rosdistro_0.9.0-5.dsc
 31908d3099fc4b8fd4554e05b1f3b9baeaf5a4eff361325a18eb56d67561a1ab 5364 
ros-rosdistro_0.9.0-5.debian.tar.xz
 30b18b69783a7de81faf0ff23b440ff6a48820b944c4cd479c59f7bd357e13c5 8018 
ros-rosdistro_0.9.0-5_source.buildinfo
Files:
 ebb22101e0ca367e94a371976f4cb5b0 2253 python optional ros-rosdistro_0.9.0-5.dsc
 dad5874fed35565dc42777b232ac6a37 5364 python optional 
ros-rosdistro_0.9.0-5.debian.tar.xz
 3b803df5e149da0cb7117bf77b7a3b06 8018 python optional 
ros-rosdistro_0.9.0-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmW4prYACgkQW//cwljm
lDM9hxAAiXuYu4LBBkzXZ1Zr7VaXaqN5OMa+a9PWUIx/QbnDMeAa0rL3GcGmfq7h
J65UexmuGEXSnuczNuY5crUyGsMdN5kTKQvWwBvGqjUHwZY45mVz4F6fJcpiKko8
cRBtZPgizeM4MCLLo4MhtM/1kGaBedobgliCMeKl4q+c0KDcftE7IXR5fHL1rLMw
K/LPxFGCW4Gly65QjL5r2Xnhdf95Ap3SSVKUlsdd93wKS2gErtmTPAfE61SI2fCO
5A5yLqxtkJOJ4JH3/dAku9BWlvbbcXiukXygYz9YCjfv1AsSUvhprCC0hnsNXDzq
g/Jg6qYseGgI4l72VSG0tdl3ZSr3AcEYO5DXxxyaL3VdIQ3RDdlTlPhYrf6hdDrG
QZ9aZNf8n78LCi6jrew7joo426GfblmevNhQlCiYHYLWw0PrsmyUPcqK0uLnd1i5
Hrfbf4CbEI/526XzeJ0N3dtZpE7AhuBN/FYAxNCCaRqoZyDp7Aqh3vkLkxz/lohQ
8fey5IQG6Wup5Nwoms45nRnXPk4WBFlTFHfmiYJSmkNS/lzCsy9fKuplaOIckqB/
3q1QYfbqSXEawVT/nnfQNKBjHS8VaX8iDSQJgeMFcGZZjSJYseiDA7xbWl2gGwko
ktKZPabPZUZOFns/TORxtpIYWedW/llj2y5pz6MwuixTv5GaAvs=
=e8A8
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


colpack_1.0.10-7.1~exp1_amd64.changes ACCEPTED into experimental

2024-01-29 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Jan 2024 22:44:09 +
Source: colpack
Binary: libcolpack-dev libcolpack0t64 libcolpack0t64-dbgsym
Architecture: source amd64
Version: 1.0.10-7.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Michael Hudson-Doyle 
Description:
 libcolpack-dev - Specialized graph vertex coloring library, development files
 libcolpack0t64 - Specialized graph vertex coloring library, shared library
Changes:
 colpack (1.0.10-7.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 0c10e076fa76dcdc3866e274c1f3547c155d0264 2091 colpack_1.0.10-7.1~exp1.dsc
 ef5957f710202aacf95bd6e8e4013ffed0147ec3 236900 
colpack_1.0.10-7.1~exp1.debian.tar.xz
 5830b24b3dd3e34deb1c8afbd372f0378cb10858 6951 
colpack_1.0.10-7.1~exp1_amd64.buildinfo
 ea37a91fbee62b88eff936d25234380d16f3e2ec 452956 
libcolpack-dev_1.0.10-7.1~exp1_amd64.deb
 5e7ca3d3917359c3d9c1eef3e81fbe74bc56bfb0 3901988 
libcolpack0t64-dbgsym_1.0.10-7.1~exp1_amd64.deb
 8ceac093d34a516e54da0c672d806db9ba5d7fd0 297468 
libcolpack0t64_1.0.10-7.1~exp1_amd64.deb
Checksums-Sha256:
 c1f9d4ffecbd117a5edf2267f82312120683b7a3c4f8bab849ac72c7f7d6000a 2091 
colpack_1.0.10-7.1~exp1.dsc
 f5aaf332900d536db4406f3f96d2a76652270771f22764bfc6f60606601589f2 236900 
colpack_1.0.10-7.1~exp1.debian.tar.xz
 6e6c02d3dfbfc1f3716e982b6df1a6a3aaf08a6835862bf3232e14524f8f8a9d 6951 
colpack_1.0.10-7.1~exp1_amd64.buildinfo
 cc80b9232d3789f81d144070f7ead48036a32b232a1849ff6537c9b82bfaef5b 452956 
libcolpack-dev_1.0.10-7.1~exp1_amd64.deb
 f7a78b64bc3a9e4b372c4ec6b481ff514eada30dc69e8d235f518db4ce60c616 3901988 
libcolpack0t64-dbgsym_1.0.10-7.1~exp1_amd64.deb
 a9342883ce291548df7b67278589a12d43c5fa49ec8f5432bdc89564f4c3cd1c 297468 
libcolpack0t64_1.0.10-7.1~exp1_amd64.deb
Files:
 52874c313889db3680179b5c473c8728 2091 libs optional colpack_1.0.10-7.1~exp1.dsc
 88228acdfad016cf740949f46e1f95d5 236900 libs optional 
colpack_1.0.10-7.1~exp1.debian.tar.xz
 54d52c4b9dafea3e1d4bb3e6d49fec12 6951 libs optional 
colpack_1.0.10-7.1~exp1_amd64.buildinfo
 d7e9654dc9dc2672273dc0b641f38b69 452956 libdevel optional 
libcolpack-dev_1.0.10-7.1~exp1_amd64.deb
 56f8f91165bdb9eb1332e4d82d01ab8b 3901988 debug optional 
libcolpack0t64-dbgsym_1.0.10-7.1~exp1_amd64.deb
 7707584fd4befb1a43c20997d27703c6 297468 libs optional 
libcolpack0t64_1.0.10-7.1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmW4K4YUHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJNCMhAAyTygEan67R740dKMD156IJdErFl+
RZFFAbNJk72Saxmvl52x/czdPkF+SzChGP7jRhh2smSw1nKmFWiMRrSk6xiolcSy
Sgh58Ll5oWp9gh5wjGKuG6kB+5CR2nbxIxFFeDSHtIYcieL+W3KAHFUaGTtO5zpI
P+kDLDcaPzKpbaOWsLg/6qs9SsCSytvS9ug4hyrdnn1yXZ0g2ndokyg3l/3okDb5
9soemaVAsqrr6TelwcHDLc+DXh8tCaktGn2mcHv5vBOiZbpQ7KupDlff4rlca/Il
Ql5csQguOwH21fH5p6j7Kk5KT0IWxo+D5jMNvcvckrpeTnFhL5F6yFX/BxTgyT9g
jTkpnk+Xj+CI8KZytQEwUVA5QQepnBGUtWXGS/egOTjSmdtne1nHYeSOZ0hYkJn4
ppfRv033O/YRGgzyyXrMqprb6CuecbUBV2/l2xvPbL9iaaGjjprNnvhMR2YeWjxt
PrK98BdWB38z5eKPWt2SWrorzuSJdthPrbhjdCoMeqjT67UZMUnDi2kS0XDf0aXx
DP2LNV1u4kkITMkFQg8evGvL0H9oXulJiAxKxhs3s+vQA2szA/8Y+WSRFEYRiJcg
1k4HF+UKnVqjlbhUVzR3KCHV830qJi3bSS1IMWVgrJN3bn35jxjfawjDEv/oa7tI
TS+fKjZ+z0dqi58=
=abv9
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


alberta_3.0.3-1.1~exp1_amd64.changes ACCEPTED into experimental

2024-01-29 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Jan 2024 23:42:08 +
Source: alberta
Binary: libalberta-dev libalberta4t64 libalberta4t64-dbgsym
Architecture: source amd64
Version: 3.0.3-1.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Description:
 libalberta-dev - adaptive finite element library (development files)
 libalberta4t64 - adaptive finite element library (library)
Changes:
 alberta (3.0.3-1.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 4938217a86ddcad4353a935354438579d6190a96 2108 alberta_3.0.3-1.1~exp1.dsc
 95449911e5ef858b7205288032fa945408533a85 4512 
alberta_3.0.3-1.1~exp1.debian.tar.xz
 a83ea3863e2c991d2a69163711be4b0c0c6aec25 7234 
alberta_3.0.3-1.1~exp1_amd64.buildinfo
 3bb0b7d1c507b515887a8796061448fa015296f6 165668 
libalberta-dev_3.0.3-1.1~exp1_amd64.deb
 59964bef54edc9c0f6c4db49b24cdc1dc78afb7c 2887420 
libalberta4t64-dbgsym_3.0.3-1.1~exp1_amd64.deb
 7e9f914f22971a6bb19bd6fcf75ede2fa416e6af 790224 
libalberta4t64_3.0.3-1.1~exp1_amd64.deb
Checksums-Sha256:
 335a82db7d648994d4d1a8053b691ecc58d5b2ac7ee860f1273e3b86628d8146 2108 
alberta_3.0.3-1.1~exp1.dsc
 f04bbbef2958bd0a01c0a910d614e119e466fb4fdffe7db24d519d92ae01f5c8 4512 
alberta_3.0.3-1.1~exp1.debian.tar.xz
 737a47f225763d6201ff08720879c56cde3184c9498d8e023ddbeb8fd45c2c4d 7234 
alberta_3.0.3-1.1~exp1_amd64.buildinfo
 77faf2682540921b08c8e67f249175f295a1bd6055ca2acb856b11afcd382ded 165668 
libalberta-dev_3.0.3-1.1~exp1_amd64.deb
 8e28ac1c6647d34c976b342776d644e58cd13c54ac6ed43b0d0269b42ba7ae30 2887420 
libalberta4t64-dbgsym_3.0.3-1.1~exp1_amd64.deb
 05ec610c2a33d038015e287c6be1e54aec126b6c0888a13f2727eeeca6fcff8b 790224 
libalberta4t64_3.0.3-1.1~exp1_amd64.deb
Files:
 ab32dff19410f4e8ad5ea3e7399c0828 2108 libs optional alberta_3.0.3-1.1~exp1.dsc
 8d6aff19b0f4a6de1fec70dfbf897121 4512 libs optional 
alberta_3.0.3-1.1~exp1.debian.tar.xz
 f901a0a0867f94129bda761dea222744 7234 libs optional 
alberta_3.0.3-1.1~exp1_amd64.buildinfo
 44bdbc72405b367d98f4160e3fd0dd09 165668 libdevel optional 
libalberta-dev_3.0.3-1.1~exp1_amd64.deb
 fa6adb9e3f747be00a0fd2c5d8764502 2887420 debug optional 
libalberta4t64-dbgsym_3.0.3-1.1~exp1_amd64.deb
 2c94ca9b8403a3cf3b8164c068a69175 790224 libs optional 
libalberta4t64_3.0.3-1.1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW4OFYSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9N3IQAL5LjRlT6eQwtPTW+UJ8U864dQVuZyb/
t9srSVXEu1fqsuqxvDX+loJrxdVJdwTtak2cQhac6CHNoq2DgaY+li2LTrFRiL9U
xll2jItebR09JNmlk4yBroUX8XBOBuNFRFkdudpTzzoNmnUH8CDf/LcooUda1x+O
jUuyZf8Gt4UZyuJ4anTLusVnw3PDvVMix3fKzV1K+vs9JXhWFzbMCR7kWhQHtjX0
/uTAgFabFBPO76hXmYw/cOClfzcIiF2Riq3IAhbDTHQ5Mld5+HUtvYZADlG5bnmn
rZyBPbxIiqz6PEDc5gnhoyaCiQGfrPP+q9RGXaDqcAVRujHo1WJSBZdShpQZY0g+
ERIxvVPF3/m8yirGZnDcBYdFoA7gggluq1FMwWfHI1ik6HO+L21pQSvUmQ+aiDiO
aD58ilYx0uAcfd6KtRtJoeG5XkAY3RwhDWi/e/x+g+Cl7LdAdLlyaCuSs85ODMYo
1Q46BkTAWO5ntM2xoyZ2jzRhI6uk6zmQjurQXeoDmC8dIa18JgAS6wsJT/q3cqMY
fW4B9fzYqUTwozyYCYBET1o4Ax37puyJbrJU59cQrIhCtU8VbTPkzVsCQQzxYvGm
yisunfkC8UHtn/tuZpH1BUrbDXaKmczsrDEpnfSg1mhctp12tUp/eB1vAP3uET5p
ZKNBJYcP9sjS
=o7BB
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061882:

2024-01-29 Thread Michael Hudson-Doyle
Apologies, the initial message had an incorrect debdiff attached. Here's a
better one (that has been uploaded to experimental).


nmu_combblas.debdiff
Description: Binary data
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061892: apophenia: NMU diff for 64-bit time_t transition

2024-01-29 Thread Steve Langasek
Source: apophenia
Version: 1.0+ds-8
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
apophenia as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for apophenia
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru apophenia-1.0+ds/debian/changelog apophenia-1.0+ds/debian/changelog
--- apophenia-1.0+ds/debian/changelog   2019-08-16 15:20:10.0 +
+++ apophenia-1.0+ds/debian/changelog   2024-01-30 00:48:37.0 +
@@ -1,3 +1,10 @@
+apophenia (1.0+ds-8.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Tue, 30 Jan 2024 00:48:37 +
+
 apophenia (1.0+ds-8) unstable; urgency=medium
 
   * RC fix release (Closes: #925634), implement workaround that works
diff -Nru apophenia-1.0+ds/debian/control apophenia-1.0+ds/debian/control
--- apophenia-1.0+ds/debian/control 2019-08-16 14:31:14.0 +
+++ apophenia-1.0+ds/debian/control 2024-01-30 00:48:37.0 +
@@ -18,8 +18,10 @@
 Vcs-Git: https://salsa.debian.org/science-team/apophenia.git
 Vcs-Browser: https://salsa.debian.org/science-team/apophenia
 
-Package: libapophenia2
-Provides: libapophenia
+Package: libapophenia2t64
+Replaces: libapophenia2
+Breaks: libapophenia2 (<< ${source:Version})
+Provides: libapophenia, ${t64:Provides}
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
diff -Nru apophenia-1.0+ds/debian/libapophenia2.install 
apophenia-1.0+ds/debian/libapophenia2.install
--- apophenia-1.0+ds/debian/libapophenia2.install   2015-04-15 
12:09:02.0 +
+++ apophenia-1.0+ds/debian/libapophenia2.install   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libapophenia.so.*
diff -Nru apophenia-1.0+ds/debian/libapophenia2.symbols 
apophenia-1.0+ds/debian/libapophenia2.symbols
--- apophenia-1.0+ds/debian/libapophenia2.symbols   2015-07-08 
22:43:10.0 +
+++ apophenia-1.0+ds/debian/libapophenia2.symbols   1970-01-01 
00:00:00.0 +
@@ -1,325 +0,0 @@
-libapophenia.so.2 libapophenia2 #MINVER#
- LIBAPOPHENIA_2.0.0@LIBAPOPHENIA_2.0.0 0.999e
- apop_anova_base@LIBAPOPHENIA_2.0.0 0.999e
- apop_arms_draw@LIBAPOPHENIA_2.0.0 0.999e
- apop_arms_settings_copy@LIBAPOPHENIA_2.0.0 0.999e
- apop_arms_settings_free@LIBAPOPHENIA_2.0.0 0.999e
- apop_arms_settings_init@LIBAPOPHENIA_2.0.0 0.999e
- apop_array_to_vector_base@LIBAPOPHENIA_2.0.0 0.999e
- apop_bernoulli@LIBAPOPHENIA_2.0.0 0.999e
- apop_beta@LIBAPOPHENIA_2.0.0 0.999e
- apop_beta_from_mean_var@LIBAPOPHENIA_2.0.0 0.999e
- apop_binomial@LIBAPOPHENIA_2.0.0 0.999e
- apop_bootstrap_cov_base@LIBAPOPHENIA_2.0.0 0.999e
- apop_cdf@LIBAPOPHENIA_2.0.0 0.999e
- apop_cdf_settings_copy@LIBAPOPHENIA_2.0.0 0.999e
- apop_cdf_settings_free@LIBAPOPHENIA_2.0.0 0.999e
- apop_cdf_settings_init@LIBAPOPHENIA_2.0.0 0.999e
- apop_coordinate_transform@LIBAPOPHENIA_2.0.0 0.999e
- apop_coordinate_transform_settings_copy@LIBAPOPHENIA_2.0.0 0.999e
- apop_coordinate_transform_settings_free@LIBAPOPHENIA_2.0.0 0.999e
- apop_coordinate_transform_settings_init@LIBAPOPHENIA_2.0.0 0.999e
- apop_cross@LIBAPOPHENIA_2.0.0 0.999e
- 

Processing of arpack_3.9.1-1.1~exp1_amd64.changes

2024-01-29 Thread Debian FTP Masters
arpack_3.9.1-1.1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  arpack_3.9.1-1.1~exp1.dsc
  arpack_3.9.1-1.1~exp1.debian.tar.xz
  arpack_3.9.1-1.1~exp1_amd64.buildinfo
  libarpack2-dev_3.9.1-1.1~exp1_amd64.deb
  libarpack2t64-dbgsym_3.9.1-1.1~exp1_amd64.deb
  libarpack2t64_3.9.1-1.1~exp1_amd64.deb
  libparpack2-dev_3.9.1-1.1~exp1_amd64.deb
  libparpack2t64-dbgsym_3.9.1-1.1~exp1_amd64.deb
  libparpack2t64_3.9.1-1.1~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of apophenia_1.0+ds-8.1~exp1_amd64.changes

2024-01-29 Thread Debian FTP Masters
apophenia_1.0+ds-8.1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  apophenia_1.0+ds-8.1~exp1.dsc
  apophenia_1.0+ds-8.1~exp1.debian.tar.xz
  apophenia-bin-dbgsym_1.0+ds-8.1~exp1_amd64.deb
  apophenia-bin_1.0+ds-8.1~exp1_amd64.deb
  apophenia-doc_1.0+ds-8.1~exp1_all.deb
  apophenia_1.0+ds-8.1~exp1_amd64.buildinfo
  libapophenia2-dev_1.0+ds-8.1~exp1_amd64.deb
  libapophenia2t64-dbgsym_1.0+ds-8.1~exp1_amd64.deb
  libapophenia2t64_1.0+ds-8.1~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061919: arpack: NMU diff for 64-bit time_t transition

2024-01-29 Thread Steve Langasek
Source: arpack
Version: 3.9.1-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
arpack as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for arpack
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru arpack-3.9.1/debian/changelog arpack-3.9.1/debian/changelog
--- arpack-3.9.1/debian/changelog   2023-10-14 12:10:25.0 +
+++ arpack-3.9.1/debian/changelog   2024-01-30 02:47:03.0 +
@@ -1,3 +1,10 @@
+arpack (3.9.1-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Tue, 30 Jan 2024 02:47:03 +
+
 arpack (3.9.1-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru arpack-3.9.1/debian/control arpack-3.9.1/debian/control
--- arpack-3.9.1/debian/control 2023-10-14 12:05:29.0 +
+++ arpack-3.9.1/debian/control 2024-01-30 02:47:03.0 +
@@ -15,7 +15,10 @@
 Homepage: https://github.com/opencollab/arpack-ng
 Rules-Requires-Root: no
 
-Package: libarpack2
+Package: libarpack2t64
+Provides: ${t64:Provides}
+Replaces: libarpack2
+Breaks: libarpack2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -70,7 +73,10 @@
  This package contains the static libraries and the documentation for
  development with libarpack (including examples).
 
-Package: libparpack2
+Package: libparpack2t64
+Provides: ${t64:Provides}
+Replaces: libparpack2
+Breaks: libparpack2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
diff -Nru arpack-3.9.1/debian/libarpack2.install 
arpack-3.9.1/debian/libarpack2.install
--- arpack-3.9.1/debian/libarpack2.install  2023-10-14 12:05:29.0 
+
+++ arpack-3.9.1/debian/libarpack2.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libarpack.so.*
diff -Nru arpack-3.9.1/debian/libarpack2.symbols 
arpack-3.9.1/debian/libarpack2.symbols
--- arpack-3.9.1/debian/libarpack2.symbols  2023-10-14 12:10:25.0 
+
+++ arpack-3.9.1/debian/libarpack2.symbols  1970-01-01 00:00:00.0 
+
@@ -1,104 +0,0 @@
-libarpack.so.2 libarpack2 #MINVER#
- arscnd_@Base 2.1
- ccdotc_@Base 3.9.1
- cgetv0_@Base 2.1
- cmout_@Base 2.1
- cnaitr_@Base 2.1
- cnapps_@Base 2.1
- cnaup2_@Base 2.1
- cnaupd_@Base 2.1
- cnaupd_c@Base 3.7.0
- cneigh_@Base 2.1
- cneupd_@Base 2.1
- cneupd_c@Base 3.7.0
- cngets_@Base 2.1
- csortc_@Base 2.1
- cstatn_@Base 2.1
- cstatn_c@Base 3.7.0
- cvout_@Base 2.1
- dbgini_@Base 3.6.3
- debug_@Base 2.1
- debug_c@Base 3.7.0
- dgetv0_@Base 2.1
- dmout_@Base 2.1
- dnaitr_@Base 2.1
- dnapps_@Base 2.1
- dnaup2_@Base 2.1
- dnaupd_@Base 2.1
- dnaupd_c@Base 3.7.0
- dnconv_@Base 2.1
- dneigh_@Base 2.1
- dneupd_@Base 2.1
- dneupd_c@Base 3.7.0
- dngets_@Base 2.1
- dsaitr_@Base 2.1
- dsapps_@Base 2.1
- dsaup2_@Base 2.1
- dsaupd_@Base 2.1
- dsaupd_c@Base 3.7.0
- dsconv_@Base 2.1
- dseigt_@Base 2.1
- dsesrt_@Base 2.1
- dseupd_@Base 2.1
- dseupd_c@Base 3.7.0
- dsgets_@Base 2.1
- dsortc_@Base 2.1
- dsortr_@Base 2.1
- dstatn_@Base 2.1
- dstats_@Base 2.1
- dstqrb_@Base 2.1
- dvout_@Base 2.1
- icnteq_@Base 2.1
- icopy_@Base 2.1
- iset_@Base 

Processed: Re: arrayfire: NMU diff for 64-bit time_t transition

2024-01-29 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 - pending
Bug #1061920 [src:arrayfire] arrayfire: NMU diff for 64-bit time_t transition
Removed tag(s) pending.

-- 
1061920: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061920
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061921: asl: NMU diff for 64-bit time_t transition

2024-01-29 Thread Steve Langasek
Source: asl
Version: 0.1.7-4
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
asl as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for asl
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru asl-0.1.7/debian/changelog asl-0.1.7/debian/changelog
--- asl-0.1.7/debian/changelog  2022-01-27 18:48:46.0 +
+++ asl-0.1.7/debian/changelog  2024-01-30 03:25:40.0 +
@@ -1,3 +1,10 @@
+asl (0.1.7-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Tue, 30 Jan 2024 03:25:40 +
+
 asl (0.1.7-4) unstable; urgency=medium
 
   * [e153a88] Compilation against vtk_9.1. (Closes: #1004411)
diff -Nru asl-0.1.7/debian/control asl-0.1.7/debian/control
--- asl-0.1.7/debian/control2022-01-27 18:40:45.0 +
+++ asl-0.1.7/debian/control2024-01-30 03:25:39.0 +
@@ -18,7 +18,10 @@
 Vcs-Git: https://salsa.debian.org/science-team/asl.git
 Homepage: http://asl.org.il
 
-Package: libasl0
+Package: libasl0t64
+Provides: ${t64:Provides}
+Replaces: libasl0
+Breaks: libasl0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
diff -Nru asl-0.1.7/debian/libasl0.install asl-0.1.7/debian/libasl0.install
--- asl-0.1.7/debian/libasl0.install2016-12-02 14:22:59.0 +
+++ asl-0.1.7/debian/libasl0.install1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru asl-0.1.7/debian/libasl0t64.install 
asl-0.1.7/debian/libasl0t64.install
--- asl-0.1.7/debian/libasl0t64.install 1970-01-01 00:00:00.0 +
+++ asl-0.1.7/debian/libasl0t64.install 2016-12-02 14:22:59.0 +
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru asl-0.1.7/debian/libasl0t64.lintian-overrides 
asl-0.1.7/debian/libasl0t64.lintian-overrides
--- asl-0.1.7/debian/libasl0t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ asl-0.1.7/debian/libasl0t64.lintian-overrides   2024-01-30 
03:25:39.0 +
@@ -0,0 +1 @@
+libasl0t64: package-name-doesnt-match-sonames libasl0
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061920: arrayfire: NMU diff for 64-bit time_t transition

2024-01-29 Thread Steve Langasek
Control: tags -1 - pending

Of course, arrayfire already has an outstanding build failure since 2018, so
this will not actually be NMUed as-is.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: PGP signature
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061895: apriltag: NMU diff for 64-bit time_t transition

2024-01-29 Thread Steve Langasek
Source: apriltag
Version: 3.3.0-2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
apriltag as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for apriltag
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru apriltag-3.3.0/debian/changelog apriltag-3.3.0/debian/changelog
--- apriltag-3.3.0/debian/changelog 2023-09-30 19:21:36.0 +
+++ apriltag-3.3.0/debian/changelog 2024-01-30 01:00:16.0 +
@@ -1,3 +1,10 @@
+apriltag (3.3.0-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Tue, 30 Jan 2024 01:00:16 +
+
 apriltag (3.3.0-2) unstable; urgency=medium
 
   * I ship cmake files into arch-specific directories
diff -Nru apriltag-3.3.0/debian/control apriltag-3.3.0/debian/control
--- apriltag-3.3.0/debian/control   2023-09-30 18:52:15.0 +
+++ apriltag-3.3.0/debian/control   2024-01-30 01:00:16.0 +
@@ -15,7 +15,10 @@
 Vcs-Git: https://salsa.debian.org/science-team/apriltag.git
 Homepage: https://april.eecs.umich.edu/software/apriltag.html
 
-Package: libapriltag3
+Package: libapriltag3t64
+Provides: ${t64:Provides}
+Replaces: libapriltag3
+Breaks: libapriltag3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
diff -Nru apriltag-3.3.0/debian/libapriltag3.install 
apriltag-3.3.0/debian/libapriltag3.install
--- apriltag-3.3.0/debian/libapriltag3.install  2022-09-09 01:33:23.0 
+
+++ apriltag-3.3.0/debian/libapriltag3.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru apriltag-3.3.0/debian/libapriltag3.symbols 
apriltag-3.3.0/debian/libapriltag3.symbols
--- apriltag-3.3.0/debian/libapriltag3.symbols  2022-09-09 01:33:23.0 
+
+++ apriltag-3.3.0/debian/libapriltag3.symbols  1970-01-01 00:00:00.0 
+
@@ -1,191 +0,0 @@
-libapriltag-utils.so.3 libapriltag3 #MINVER#
-* Build-Depends-Package: libapriltag-dev
- _str_concat_private@Base 3.1.7
- getopt_add_bool@Base 3.1.7
- getopt_add_double@Base 3.1.7
- getopt_add_int@Base 3.1.7
- getopt_add_spacer@Base 3.1.7
- getopt_add_string@Base 3.1.7
- getopt_create@Base 3.1.7
- getopt_destroy@Base 3.1.7
- getopt_do_usage@Base 3.1.7
- getopt_get_bool@Base 3.1.7
- getopt_get_double@Base 3.1.7
- getopt_get_extra_args@Base 3.1.7
- getopt_get_int@Base 3.1.7
- getopt_get_string@Base 3.1.7
- getopt_get_usage@Base 3.1.7
- getopt_option_destroy@Base 3.1.7
- getopt_parse@Base 3.1.7
- getopt_was_specified@Base 3.1.7
- image_u8_convolve_2D@Base 3.1.7
- image_u8_copy@Base 3.1.7
- image_u8_create@Base 3.1.7
- image_u8_create_alignment@Base 3.1.7
- image_u8_create_from_f32@Base 3.1.7
- image_u8_create_from_pnm@Base 3.1.7
- image_u8_create_from_pnm_alignment@Base 3.1.7
- image_u8_create_stride@Base 3.1.7
- image_u8_darken@Base 3.1.7
- image_u8_decimate@Base 3.1.7
- image_u8_destroy@Base 3.1.7
- image_u8_draw_annulus@Base 3.1.7
- image_u8_draw_circle@Base 3.1.7
- image_u8_draw_line@Base 3.1.7
- image_u8_fill_line_max@Base 3.1.7
- image_u8_gaussian_blur@Base 3.1.7
- image_u8_rotate@Base 3.1.7
- 

apophenia_1.0+ds-8.1~exp1_amd64.changes ACCEPTED into experimental

2024-01-29 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jan 2024 00:50:24 +
Source: apophenia
Binary: apophenia-bin apophenia-bin-dbgsym apophenia-doc libapophenia2-dev 
libapophenia2t64 libapophenia2t64-dbgsym
Architecture: source amd64 all
Version: 1.0+ds-8.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Description:
 apophenia-bin - Apophenia Statistical C Library -- binary package
 apophenia-doc - Apophenia Statistical C Library -- reference manual
 libapophenia2-dev - Apophenia Statistical C Library -- development package
 libapophenia2t64 - Apophenia Statistical C Library -- library package
Changes:
 apophenia (1.0+ds-8.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 7e9bfbccfd57e71dc71c32a10250b4cdcdef3bad 2451 apophenia_1.0+ds-8.1~exp1.dsc
 b6e38243013ed69a8a132c81e0bd1a8904e4d6e6 13384 
apophenia_1.0+ds-8.1~exp1.debian.tar.xz
 06a7f7cfb50c484da9564fa3fa6007a91175aa9a 19552 
apophenia-bin-dbgsym_1.0+ds-8.1~exp1_amd64.deb
 53988a96bf648a4186e4161c7e698c3d2586af21 33188 
apophenia-bin_1.0+ds-8.1~exp1_amd64.deb
 bc8495cc961363bf92833cbda1ed09dc6621e780 440304 
apophenia-doc_1.0+ds-8.1~exp1_all.deb
 d925283403bd4d50264088868b06c56c8294e6ae 12460 
apophenia_1.0+ds-8.1~exp1_amd64.buildinfo
 141eb7c88df72cc3b0571ec1dd4b8cc2d760e32d 332060 
libapophenia2-dev_1.0+ds-8.1~exp1_amd64.deb
 8fe1bbd5b4d46c4754b6400ee8432a9d4d2228ea 614852 
libapophenia2t64-dbgsym_1.0+ds-8.1~exp1_amd64.deb
 3b37e919327155226a28c907631f2863cd651644 283192 
libapophenia2t64_1.0+ds-8.1~exp1_amd64.deb
Checksums-Sha256:
 45424811ff32feefb97cc9daa0ccb03af47cbd6b273bc39a3644cf4f63aec03a 2451 
apophenia_1.0+ds-8.1~exp1.dsc
 57a7ebd934a63422ddc40d72be1cc1bdf803a3580c9c0052d2db6d9e177e3c5f 13384 
apophenia_1.0+ds-8.1~exp1.debian.tar.xz
 e741d8c19d107179faa4f68410f7becd735a8ce510cd1f4a5c58dc7014ef3bd6 19552 
apophenia-bin-dbgsym_1.0+ds-8.1~exp1_amd64.deb
 c1a9a26e3fc369b580849bf620902aa347da3930958c7055e78dbb24e57df661 33188 
apophenia-bin_1.0+ds-8.1~exp1_amd64.deb
 293a766d0afe85f45b76ccfc5c00e7b4f0ce128705cd0975cbaae5e6aff74c16 440304 
apophenia-doc_1.0+ds-8.1~exp1_all.deb
 8d7b22269e1db75f682df70f70697271c001e2ff7fa8994a0617e60cd0f4cffe 12460 
apophenia_1.0+ds-8.1~exp1_amd64.buildinfo
 bbe170f8c712509a49efdf4991b797f1ff5de38381634349a771427a92108b52 332060 
libapophenia2-dev_1.0+ds-8.1~exp1_amd64.deb
 32ab7909681f76de97e80db459d8117ce6e7547644427d9a8f45d49f7e09206d 614852 
libapophenia2t64-dbgsym_1.0+ds-8.1~exp1_amd64.deb
 5f731b3d74d7d1c552307e2b38a304a12fd7d760e4b34a8452f63cae9afec694 283192 
libapophenia2t64_1.0+ds-8.1~exp1_amd64.deb
Files:
 ff8bf54d731160f0758ba64bf4178685 2451 math optional 
apophenia_1.0+ds-8.1~exp1.dsc
 fdeb051cde4010ab8907f43fe072c875 13384 math optional 
apophenia_1.0+ds-8.1~exp1.debian.tar.xz
 cc6785a2a9b829a3f7d40b506305376d 19552 debug optional 
apophenia-bin-dbgsym_1.0+ds-8.1~exp1_amd64.deb
 177308136762257877ece6103456a2a4 33188 math optional 
apophenia-bin_1.0+ds-8.1~exp1_amd64.deb
 4015ef575a293879fa954614d2a37703 440304 doc optional 
apophenia-doc_1.0+ds-8.1~exp1_all.deb
 c0c82ab4595a88b97fb9ea370503bc4b 12460 math optional 
apophenia_1.0+ds-8.1~exp1_amd64.buildinfo
 f846176648e9515064a2bb0140b777bd 332060 libdevel optional 
libapophenia2-dev_1.0+ds-8.1~exp1_amd64.deb
 e2fac6d3e0a8bd8b1b2e24615d9a2d30 614852 debug optional 
libapophenia2t64-dbgsym_1.0+ds-8.1~exp1_amd64.deb
 7a9ed2b5863acad5662139ea9889d6f7 283192 libs optional 
libapophenia2t64_1.0+ds-8.1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW4SO8SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9qTQP/1P3RlX8KLmLrSxJHy7xJiW2t+NDXgBw
pnKLC7hxk643tzDFoLoYNfL2rbiNNLElbZDF1g6VWURRM84CA2Tad9ZX4gOHK437
t/cBsBYpAxDs7Ewyy/q2LOG4dAhvIZZIdoorilS0UeLPXX+i6xhX1Hy8JPIgeieY
UqXxiz+TJ63xRkPvffCCy9QR2vx7vcAXfWMvg6vgiFJXAa8yJfgm/vvNCm30+nL2
2zpW0uS0HMRhD5yqCEsARuMO5z3u2/JT9DSzwo4yvw/9aTr6MZgw9KmBCNG9DPd/
WTDPU06KmQyL8X+4F9/e+hotn04ukJSmNjuwU2zOGZmyll7g0ar5OZfSbigxQlBH
6ISfMv4qv815xjupIfDC33ba4rtyq4t4a7TYPW3o05mc5ifSjxzIFoFNgyx1ad5K
pVW1MuHNuZC2/R3GAn+RlUA7sqI1E6qi09FsLhDWdi3V3B799E1n2/J15RRgdmFr
+hBthnpKn9A8gPUOoCIJ0AP0SvSe9O6NnGVAQpIsV9fomUWnNqqOT+/E4M25OPcT
xD+hkSoJrr8lb9K1gbxpHNHsQTyF1qcE3dNMZYUwpnuUEerHnrbIIKpVIn5U/fFj
1RQo9ghRrwpW2wFWDgzqG0krbJ9SXsTYUtRfBjRIdOKYFxd55/8u9DS1KSt2FgWu
rqLu/YHV0sHe
=RdEK
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061920: arrayfire: NMU diff for 64-bit time_t transition

2024-01-29 Thread Steve Langasek
Source: arrayfire
Version: 3.3.2+dfsg1-4
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
arrayfire as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for arrayfire
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru arrayfire-3.3.2+dfsg1/debian/changelog 
arrayfire-3.3.2+dfsg1/debian/changelog
--- arrayfire-3.3.2+dfsg1/debian/changelog  2016-08-12 12:05:13.0 
+
+++ arrayfire-3.3.2+dfsg1/debian/changelog  2024-01-30 02:49:30.0 
+
@@ -1,3 +1,10 @@
+arrayfire (3.3.2+dfsg1-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Tue, 30 Jan 2024 02:49:30 +
+
 arrayfire (3.3.2+dfsg1-4) unstable; urgency=medium
 
   * Build with compute library from Boost 1.61.
diff -Nru arrayfire-3.3.2+dfsg1/debian/control 
arrayfire-3.3.2+dfsg1/debian/control
--- arrayfire-3.3.2+dfsg1/debian/control2016-08-12 12:05:13.0 
+
+++ arrayfire-3.3.2+dfsg1/debian/control2024-01-30 02:49:30.0 
+
@@ -44,7 +44,10 @@
  This package provides the development files for the CPU backend of the 
  ArrayFire library.
 
-Package: libarrayfire-cpu3
+Package: libarrayfire-cpu3t64
+Provides: ${t64:Provides}
+Replaces: libarrayfire-cpu3
+Breaks: libarrayfire-cpu3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -128,7 +131,10 @@
  This package provides the development files for the OpenCL backend of the
  ArrayFire library.
 
-Package: libarrayfire-opencl3
+Package: libarrayfire-opencl3t64
+Provides: ${t64:Provides}
+Replaces: libarrayfire-opencl3
+Breaks: libarrayfire-opencl3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -169,7 +175,10 @@
  This package provides the development files for the unified backend of the
  ArrayFire library.
 
-Package: libarrayfire-unified3
+Package: libarrayfire-unified3t64
+Provides: ${t64:Provides}
+Replaces: libarrayfire-unified3
+Breaks: libarrayfire-unified3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
diff -Nru arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3.install 
arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3.install
--- arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3.install  2016-08-12 
12:05:13.0 +
+++ arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3.install  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libafcpu.so.*
diff -Nru arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3.lintian-overrides 
arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3.lintian-overrides
--- arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3.lintian-overrides
2016-08-12 12:05:13.0 +
+++ arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3.lintian-overrides
1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-package-name-doesnt-match-sonames
diff -Nru arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3t64.install 
arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3t64.install
--- arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3t64.install   1970-01-01 
00:00:00.0 +
+++ 

Bug#1061883: alberta: NMU diff for 64-bit time_t transition

2024-01-29 Thread Steve Langasek
Source: alberta
Version: 3.0.3-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
alberta as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for alberta
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru alberta-3.0.3/debian/changelog alberta-3.0.3/debian/changelog
--- alberta-3.0.3/debian/changelog  2021-10-22 11:49:17.0 +
+++ alberta-3.0.3/debian/changelog  2024-01-29 23:41:57.0 +
@@ -1,3 +1,10 @@
+alberta (3.0.3-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Mon, 29 Jan 2024 23:41:57 +
+
 alberta (3.0.3-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru alberta-3.0.3/debian/control alberta-3.0.3/debian/control
--- alberta-3.0.3/debian/control2021-10-22 11:49:17.0 +
+++ alberta-3.0.3/debian/control2024-01-29 23:41:57.0 +
@@ -28,7 +28,10 @@
  .
  This package contains the development files.
 
-Package: libalberta4
+Package: libalberta4t64
+Provides: ${t64:Provides}
+Replaces: libalberta4
+Breaks: libalberta4 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
diff -Nru alberta-3.0.3/debian/libalberta4.install 
alberta-3.0.3/debian/libalberta4.install
--- alberta-3.0.3/debian/libalberta4.install2014-04-23 18:55:46.0 
+
+++ alberta-3.0.3/debian/libalberta4.install1970-01-01 00:00:00.0 
+
@@ -1,2 +0,0 @@
-usr/lib/*/libalberta_?d.so.*
-usr/lib/*/libalberta_utilities.so.*
diff -Nru alberta-3.0.3/debian/libalberta4t64.install 
alberta-3.0.3/debian/libalberta4t64.install
--- alberta-3.0.3/debian/libalberta4t64.install 1970-01-01 00:00:00.0 
+
+++ alberta-3.0.3/debian/libalberta4t64.install 2014-04-23 18:55:46.0 
+
@@ -0,0 +1,2 @@
+usr/lib/*/libalberta_?d.so.*
+usr/lib/*/libalberta_utilities.so.*
diff -Nru alberta-3.0.3/debian/libalberta4t64.lintian-overrides 
alberta-3.0.3/debian/libalberta4t64.lintian-overrides
--- alberta-3.0.3/debian/libalberta4t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ alberta-3.0.3/debian/libalberta4t64.lintian-overrides   2024-01-29 
23:41:57.0 +
@@ -0,0 +1 @@
+libalberta4t64: package-name-doesnt-match-sonames libalberta4
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of alberta_3.0.3-1.1~exp1_amd64.changes

2024-01-29 Thread Debian FTP Masters
alberta_3.0.3-1.1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  alberta_3.0.3-1.1~exp1.dsc
  alberta_3.0.3-1.1~exp1.debian.tar.xz
  alberta_3.0.3-1.1~exp1_amd64.buildinfo
  libalberta-dev_3.0.3-1.1~exp1_amd64.deb
  libalberta4t64-dbgsym_3.0.3-1.1~exp1_amd64.deb
  libalberta4t64_3.0.3-1.1~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of apriltag_3.3.0-2.1~exp1_amd64.changes

2024-01-29 Thread Debian FTP Masters
apriltag_3.3.0-2.1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  apriltag_3.3.0-2.1~exp1.dsc
  apriltag_3.3.0-2.1~exp1.debian.tar.xz
  apriltag-dbgsym_3.3.0-2.1~exp1_amd64.deb
  apriltag_3.3.0-2.1~exp1_amd64.buildinfo
  apriltag_3.3.0-2.1~exp1_amd64.deb
  libapriltag-dev_3.3.0-2.1~exp1_amd64.deb
  libapriltag3t64-dbgsym_3.3.0-2.1~exp1_amd64.deb
  libapriltag3t64_3.3.0-2.1~exp1_amd64.deb
  python3-apriltag-dbgsym_3.3.0-2.1~exp1_amd64.deb
  python3-apriltag_3.3.0-2.1~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


apriltag_3.3.0-2.1~exp1_amd64.changes ACCEPTED into experimental

2024-01-29 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jan 2024 01:00:49 +
Source: apriltag
Binary: apriltag apriltag-dbgsym libapriltag-dev libapriltag3t64 
libapriltag3t64-dbgsym python3-apriltag python3-apriltag-dbgsym
Architecture: source amd64
Version: 3.3.0-2.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Steve Langasek 
Description:
 apriltag   - AprilTags Visual Fiducial System
 libapriltag-dev - AprilTags Visual Fiducial System
 libapriltag3t64 - AprilTags Visual Fiducial System
 python3-apriltag - AprilTags Visual Fiducial System
Changes:
 apriltag (3.3.0-2.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 1d7aeb7cec03a620b7aef41646507ce3bdd1f7db 2254 apriltag_3.3.0-2.1~exp1.dsc
 f801c7ec1e275342aef4d646109298b5f1d1f8d7 13672 
apriltag_3.3.0-2.1~exp1.debian.tar.xz
 2f09306c605679858500bf2bef38d24c37336ff6 13748 
apriltag-dbgsym_3.3.0-2.1~exp1_amd64.deb
 6c23af2c2d2a3773398bd2013719b9c8343fb38a 10751 
apriltag_3.3.0-2.1~exp1_amd64.buildinfo
 5164345d0a27114d32fc54b0fc2de913f1e5c382 8912 apriltag_3.3.0-2.1~exp1_amd64.deb
 7e80f0ab10e44cda1c6679eb3b4272cfb16b9338 44520 
libapriltag-dev_3.3.0-2.1~exp1_amd64.deb
 784a971932da39dff3770a5e6f96f51910e45615 310832 
libapriltag3t64-dbgsym_3.3.0-2.1~exp1_amd64.deb
 719034b282f0a4568d434a1825191615834591ba 1026892 
libapriltag3t64_3.3.0-2.1~exp1_amd64.deb
 ab9377de96ed9088ef252f2ce336792fa0d2a3b1 15084 
python3-apriltag-dbgsym_3.3.0-2.1~exp1_amd64.deb
 9e82dc4966f1a80426e8cc44c686c863bc95d732 10672 
python3-apriltag_3.3.0-2.1~exp1_amd64.deb
Checksums-Sha256:
 c670a2c8f215b5e31cc9b3ae73414ac18afac5953d0143ae3502179e903d6b2e 2254 
apriltag_3.3.0-2.1~exp1.dsc
 a4ae2ffe483c8f9f1deeb072bd173b1c12880ce4f2f4e921821d7b475a4aefd8 13672 
apriltag_3.3.0-2.1~exp1.debian.tar.xz
 f75974bcfe198a6251c6cc445e63a144fb0ad7b7b32590eaa2c04c8ed5a125dd 13748 
apriltag-dbgsym_3.3.0-2.1~exp1_amd64.deb
 e5cf1d92a7034351b880e1085e9cd12ffafaa49b345960bc31cc667deb331c4f 10751 
apriltag_3.3.0-2.1~exp1_amd64.buildinfo
 1a0f7e694b8a25099aa371ee1af124178a377843a38543f38492867f34933169 8912 
apriltag_3.3.0-2.1~exp1_amd64.deb
 46869d5204320943f60ac9f1691fdfe6857169471cd70bcf905474f13ac00e5f 44520 
libapriltag-dev_3.3.0-2.1~exp1_amd64.deb
 170109c431c289e789f4a2c8d301ad9fe7075c3ae66a485950ea5e668119a913 310832 
libapriltag3t64-dbgsym_3.3.0-2.1~exp1_amd64.deb
 6a1ff11c8d509b887fec2051c7d239a45ee496bd90c92596c829166d90cf178d 1026892 
libapriltag3t64_3.3.0-2.1~exp1_amd64.deb
 7a333cd7418cbff4b49004b04ca396a92af0020186b494880f89279a2106f225 15084 
python3-apriltag-dbgsym_3.3.0-2.1~exp1_amd64.deb
 59a8bc221a3c206e7099495142f5183e660ba09198c26637b98af8115249385b 10672 
python3-apriltag_3.3.0-2.1~exp1_amd64.deb
Files:
 5cf82f3664ad34154ce539244a53a14b 2254 libs optional apriltag_3.3.0-2.1~exp1.dsc
 75a124c1306f4fcb87f3acd4cb45d49f 13672 libs optional 
apriltag_3.3.0-2.1~exp1.debian.tar.xz
 18e29bd5ea473170890f7cea9e1e04c9 13748 debug optional 
apriltag-dbgsym_3.3.0-2.1~exp1_amd64.deb
 57b18dd8877cf4fd4e70b441fea29927 10751 libs optional 
apriltag_3.3.0-2.1~exp1_amd64.buildinfo
 c492742fd4893f39475c1bfefc0354f0 8912 libs optional 
apriltag_3.3.0-2.1~exp1_amd64.deb
 4f4a2584d634e81341a7f58da18830e1 44520 libdevel optional 
libapriltag-dev_3.3.0-2.1~exp1_amd64.deb
 e2667377f0780a821d852e881ff9ca85 310832 debug optional 
libapriltag3t64-dbgsym_3.3.0-2.1~exp1_amd64.deb
 113e738faeff8e446116a7954eb45ebd 1026892 libs optional 
libapriltag3t64_3.3.0-2.1~exp1_amd64.deb
 cfe321f564466f4e31ae90c7eee4ae9b 15084 debug optional 
python3-apriltag-dbgsym_3.3.0-2.1~exp1_amd64.deb
 f0b35b1d655ae9b32d0b8c2c8ed50f74 10672 python optional 
python3-apriltag_3.3.0-2.1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW4Sk8SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9bdQP/0nVkZ4NqEarSPK/8Pw7KesmLO8ImOwQ
AMmQ0gS5cXn9AxrW0K5qowg5pHL3FumRz7zZL/Qi0g85KH3wc2w3YX+rrbuk9xeC
JOUJd4vy1EzG7NiCZX6FHAamUmaleeUmbWtBBgQYk0ZpT7rtfvR9xs0i75ydfVlB
eMIbHBAOZ/b+MBHJGpdOV42+mYvIG7aaDTnlQSLPgLuIhOPslS6Iy/p5Vpzi7ni8
+mvVXZRnOJN/80CXT/Y1KObPUuPzNlCxS/2pQB4x4984Dsz67YQotBVCu9yu6u63
PmHAqW1U1bfsiPuwky7tYshi3Iti0oXkyZh/wpNJR1a3dIxBzfzSK8+NIIXWLjRq
a1ypJ6YJwfKnCT0Uu8DpCSau0PbkToZDEjrEJkHAzzbHWE37sH9OItt/r2Q+oDaa
USjcQGB0ROqli9tBNmXWXJ2aIAxkbHUgOUdnVeNjAMjl1t0ypOIfzZvxev4yuwL8
AkYWksAXFbm58h+NvyEoDktqJSRUy+fjh6L8b8oHpGc2aWXsoKDjGToJw5x3KwUK
paCKWNL2PE9WKF568iLXfGOxyFlXGVsEGUcJ8zEYjVtAfopCttNfk4MjoxnWhGCs
JMQ42luk2WZacjAwFjDbbfDOps8UrRpq1eKhL/hblpcF0NVRD4Frg0OpZo9AlfVE
kiEUWCtiUdWK
=GUgN
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1057522: libsvm: FTBFS with default Java 21

2024-01-29 Thread Vladimir Petko
Dear Maintainers,

  Would it be possible to consider a merge request[1] that addresses this issue?

Best Regards,
 Vladimir.

 [1] https://salsa.debian.org/science-team/libsvm/-/merge_requests/3

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061882: combblas: NMU diff for 64-bit time_t transition

2024-01-29 Thread mwhudson
Source: combblas
Version: 2.0.0-3
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
combblas as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for combblas
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru combblas-2.0.0/debian/changelog combblas-2.0.0/debian/changelog
--- combblas-2.0.0/debian/changelog 2023-08-05 00:57:33.0 +
+++ combblas-2.0.0/debian/changelog 2024-01-29 23:09:40.0 +
@@ -1,3 +1,10 @@
+combblas (2.0.0-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle   Mon, 29 Jan 2024 23:09:40 +
+
 combblas (2.0.0-3) unstable; urgency=medium
 
   * reinstate and update debian/patches/AWPM_library_38dd27e.patch.
diff -Nru combblas-2.0.0/debian/control combblas-2.0.0/debian/control
--- combblas-2.0.0/debian/control   2023-08-05 00:57:33.0 +
+++ combblas-2.0.0/debian/control   2024-01-29 23:09:40.0 +
@@ -36,7 +36,10 @@
  This package provides development files for building client
  applications against combblas.
 
-Package: libcombblas2.0.0
+Package: libcombblas2.0.0t64
+Provides: ${t64:Provides}
+Replaces: libcombblas2.0.0
+Breaks: libcombblas2.0.0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru combblas-2.0.0/debian/libcombblas2.0.0.install 
combblas-2.0.0/debian/libcombblas2.0.0.install
--- combblas-2.0.0/debian/libcombblas2.0.0.install  2023-08-05 
00:57:33.0 +
+++ combblas-2.0.0/debian/libcombblas2.0.0.install  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru combblas-2.0.0/debian/libcombblas2.0.0t64.0.0.install 
combblas-2.0.0/debian/libcombblas2.0.0t64.0.0.install
--- combblas-2.0.0/debian/libcombblas2.0.0t64.0.0.install   1970-01-01 
00:00:00.0 +
+++ combblas-2.0.0/debian/libcombblas2.0.0t64.0.0.install   2023-08-05 
00:57:33.0 +
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru combblas-2.0.0/debian/libcombblas2.0.0t64.lintian-overrides 
combblas-2.0.0/debian/libcombblas2.0.0t64.lintian-overrides
--- combblas-2.0.0/debian/libcombblas2.0.0t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ combblas-2.0.0/debian/libcombblas2.0.0t64.lintian-overrides 2024-01-29 
23:09:40.0 +
@@ -0,0 +1 @@
+libcombblas2.0.0t64: package-name-doesnt-match-sonames libcombblas2.0.0
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


combblas_2.0.0-3.1~exp1_amd64.changes ACCEPTED into experimental

2024-01-29 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Jan 2024 23:10:06 +
Source: combblas
Binary: libcombblas-dev libcombblas-docs libcombblas2.0.0t64 
libcombblas2.0.0t64-dbgsym
Architecture: source amd64 all
Version: 2.0.0-3.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Michael Hudson-Doyle 
Description:
 libcombblas-dev - an extensible parallel graph library for graph analytics
 libcombblas-docs - an extensible parallel graph library for graph analytics 
(docs)
 libcombblas2.0.0t64 - an extensible parallel graph library for graph analytics
Changes:
 combblas (2.0.0-3.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 710a3862364019b1184390dc782a5dcd5a198d27 2315 combblas_2.0.0-3.1~exp1.dsc
 3d99c15f958341d9ec11ebf24cbbcc6d4a60fe34 33748848 
combblas_2.0.0-3.1~exp1.debian.tar.xz
 7f93b90a6de3cf94ee3ae5ed85af54c48762dd94 11660 
combblas_2.0.0-3.1~exp1_amd64.buildinfo
 d34690427b9e2855ef2759a84eee776433557968 299088 
libcombblas-dev_2.0.0-3.1~exp1_amd64.deb
 8142644a442becd8f0312c2f762df0e61c99cf35 273320580 
libcombblas-docs_2.0.0-3.1~exp1_all.deb
 402795be7c160c8ca0425aef0214dc6d3ddc1e37 317328 
libcombblas2.0.0t64-dbgsym_2.0.0-3.1~exp1_amd64.deb
 264008f1ed4c7f2137655a7666eb9c225b0f15b7 279004 
libcombblas2.0.0t64_2.0.0-3.1~exp1_amd64.deb
Checksums-Sha256:
 a7dd18199641c8d471212e6a594aad1b47a655187d4b5916820f30ecb6056e03 2315 
combblas_2.0.0-3.1~exp1.dsc
 1f3f68f6bea92a38a294c6565b696159bb6ef66899cfbeeccbc50e42addd6a41 33748848 
combblas_2.0.0-3.1~exp1.debian.tar.xz
 2c22c4a0f5aa9cf654dc315c7035e5a9c7109a6271703c430e653a990c3f68f7 11660 
combblas_2.0.0-3.1~exp1_amd64.buildinfo
 68c2ce24cbb28d88914ab8eb704ab7b5a79b152f181008fa809a5f5fa1b5eadc 299088 
libcombblas-dev_2.0.0-3.1~exp1_amd64.deb
 fc07cf5641a2a76773ebebf682b53445548a1557b21cb3e6a199ba6fbe2546cc 273320580 
libcombblas-docs_2.0.0-3.1~exp1_all.deb
 674bcd6eed86cec9496bddfb55d1b70c4056b63876e201fea428ad4f7044cfed 317328 
libcombblas2.0.0t64-dbgsym_2.0.0-3.1~exp1_amd64.deb
 eeb7c707d20743a41dde9e4f84e94a54b169a063a1b8341d1a5ad4f48b6530b6 279004 
libcombblas2.0.0t64_2.0.0-3.1~exp1_amd64.deb
Files:
 bfe39e291ed9d46158f418fade2400e5 2315 libs optional combblas_2.0.0-3.1~exp1.dsc
 e4d26c57bc6cd5517041f30fcd4d1fd4 33748848 libs optional 
combblas_2.0.0-3.1~exp1.debian.tar.xz
 256c8fab4638284732a4cdb8bde18068 11660 libs optional 
combblas_2.0.0-3.1~exp1_amd64.buildinfo
 a328cfca05dc7d5f769d6284543f4da6 299088 libdevel optional 
libcombblas-dev_2.0.0-3.1~exp1_amd64.deb
 dc1192d0bcbb465cb56f2abb17f34adf 273320580 libdevel optional 
libcombblas-docs_2.0.0-3.1~exp1_all.deb
 d9b776188b5153595d94ff08f096f024 317328 debug optional 
libcombblas2.0.0t64-dbgsym_2.0.0-3.1~exp1_amd64.deb
 bac6081b44b033d729bfc873297137f4 279004 libs optional 
libcombblas2.0.0t64_2.0.0-3.1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmW4RsUUHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJNZyA/+Kb/sXK+cZEAhzAN0VeaRzSGTC8qS
fSgDLQ8ggJpiZ1KKtzcY6Dk2cx0EMi95AUA4BrWbQtYvHyzl/oTq3ehG+13LAQcv
PuyZA6++u8tWZ+sWj1Dj7VRJRODf2Y6L3r6+ffk6xN+vpuCkiE9GGkbs0Ms10O6m
zcNfTi7utE6sSrFbR80QgREQIUZqN/w6xA8cw34/4/MK3S2bRRKNeSyhEuh3EEJk
DFxEguETQyMyK1A5m8pqYbXDjzjVNSOrrr5CWEMSaHFuYjc6bpVEy5vOyt6detea
YCaih9fouZDSKbMC8I2cU1DmlRSj6XJRrqWpa2Oi0aeAWmy1qmh2VmvaGzZLBpXF
u0ddvvQmLe0Fct+QjgNFXejOnpdy9nVhF9vBz/RhnISTpPf7fAG+pXsX6ZognNPv
vuWflIUNPkiS/YOAmPWRBfJPmBp0bRpDcE8UKqInHbjcM7OdW023TqqkevUX521G
MQdSuq3FCf0ljIEcHrtTxzG3g0KcpqnSc2Srn5t6kOJkCqyUK4DkKzBw8PxMSEVP
zrEuj4VdWw6Uh3RwKRXPZx6vCLZmCWXisb2zoa0pQXWLI4evVrM4CPv/OyKTAamu
F5dmI3n4wcSxhLlsfKD9J7OCqDHcP0/WCCKVugp53gnBccwpoeGisHrFSF/wS7L6
7wXM9EO5TZAZMkM=
=1FXu
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061907: cppad: NMU diff for 64-bit time_t transition

2024-01-29 Thread mwhudson
Source: cppad
Version: 2024.00.00.2-2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
cppad as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for cppad
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru cppad-2024.00.00.2/debian/changelog 
cppad-2024.00.00.2/debian/changelog
--- cppad-2024.00.00.2/debian/changelog 2024-01-22 19:31:17.0 +
+++ cppad-2024.00.00.2/debian/changelog 2024-01-30 01:25:27.0 +
@@ -1,3 +1,10 @@
+cppad (2024.00.00.2-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle   Tue, 30 Jan 2024 01:25:27 +
+
 cppad (2024.00.00.2-2) unstable; urgency=medium
 
   * Set CMAKE_BUILD_TYPE=RelWithDebInfo since no value causes an FTBFS
diff -Nru cppad-2024.00.00.2/debian/control cppad-2024.00.00.2/debian/control
--- cppad-2024.00.00.2/debian/control   2024-01-12 13:00:37.0 +
+++ cppad-2024.00.00.2/debian/control   2024-01-30 01:25:27.0 +
@@ -11,7 +11,10 @@
 Vcs-Git: https://salsa.debian.org/science-team/cppad.git
 Vcs-Browser: https://salsa.debian.org/science-team/cppad
 
-Package: libcppad-lib1456.0
+Package: libcppad-lib1456.0t64
+Provides: ${t64:Provides}
+Replaces: libcppad-lib1456.0
+Breaks: libcppad-lib1456.0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru cppad-2024.00.00.2/debian/libcppad-lib1456.0.install 
cppad-2024.00.00.2/debian/libcppad-lib1456.0.install
--- cppad-2024.00.00.2/debian/libcppad-lib1456.0.install2023-03-28 
15:02:59.0 +
+++ cppad-2024.00.00.2/debian/libcppad-lib1456.0.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-/usr/lib/*.so.* /usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru cppad-2024.00.00.2/debian/libcppad-lib1456.0t64.install 
cppad-2024.00.00.2/debian/libcppad-lib1456.0t64.install
--- cppad-2024.00.00.2/debian/libcppad-lib1456.0t64.install 1970-01-01 
00:00:00.0 +
+++ cppad-2024.00.00.2/debian/libcppad-lib1456.0t64.install 2023-03-28 
15:02:59.0 +
@@ -0,0 +1 @@
+/usr/lib/*.so.* /usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru cppad-2024.00.00.2/debian/libcppad-lib1456.0t64.lintian-overrides 
cppad-2024.00.00.2/debian/libcppad-lib1456.0t64.lintian-overrides
--- cppad-2024.00.00.2/debian/libcppad-lib1456.0t64.lintian-overrides   
1970-01-01 00:00:00.0 +
+++ cppad-2024.00.00.2/debian/libcppad-lib1456.0t64.lintian-overrides   
2024-01-30 01:25:27.0 +
@@ -0,0 +1 @@
+libcppad-lib1456.0t64: package-name-doesnt-match-sonames libcppad-lib1456.0
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


arpack_3.9.1-1.1~exp1_amd64.changes ACCEPTED into experimental

2024-01-29 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jan 2024 02:47:27 +
Source: arpack
Binary: libarpack2-dev libarpack2t64 libarpack2t64-dbgsym libparpack2-dev 
libparpack2t64 libparpack2t64-dbgsym
Architecture: source amd64
Version: 3.9.1-1.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Description:
 libarpack2-dev - Fortran77 subroutines to solve large scale eigenvalue 
problems (d
 libarpack2t64 - Fortran77 subroutines to solve large scale eigenvalue problems
 libparpack2-dev - Parallel subroutines to solve large scale eigenvalue 
problems (de
 libparpack2t64 - Parallel subroutines to solve large scale eigenvalue problems
Changes:
 arpack (3.9.1-1.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 376304c23c1179dc59a1285059f87dd3b1204e4b 2242 arpack_3.9.1-1.1~exp1.dsc
 235715526eb090af61da1091ebac16f5a165f9e7 10296 
arpack_3.9.1-1.1~exp1.debian.tar.xz
 560cbad6e0822d8514507d27d238facd3659ece0 10115 
arpack_3.9.1-1.1~exp1_amd64.buildinfo
 ef3b37c35ee94c0fc08c576678bcc3bd277dce6c 118580 
libarpack2-dev_3.9.1-1.1~exp1_amd64.deb
 5cc5f332e79d37ad773096ed9939488468ac464a 146972 
libarpack2t64-dbgsym_3.9.1-1.1~exp1_amd64.deb
 111b70493ad5467887e9dd90ef027c2c8ce80834 103348 
libarpack2t64_3.9.1-1.1~exp1_amd64.deb
 5c77d4b277ae706cebd661831260a30ed342db75 109868 
libparpack2-dev_3.9.1-1.1~exp1_amd64.deb
 3bc6ba071198be8b0dc4915bb5263ea6a0fb14df 163568 
libparpack2t64-dbgsym_3.9.1-1.1~exp1_amd64.deb
 484d104521c262810b74e0fe709cf18feb67e604 99172 
libparpack2t64_3.9.1-1.1~exp1_amd64.deb
Checksums-Sha256:
 ce337ef10c6ef8f3ccb413d44a6b0032979031006f5e0e0bb9ec4704c1d51507 2242 
arpack_3.9.1-1.1~exp1.dsc
 5c410c26d9463a2386da571bd5287e8749a845fd081cd97456d49c67c7cc0cc4 10296 
arpack_3.9.1-1.1~exp1.debian.tar.xz
 3c000ead0cbbe6577679a5ee8e5f969c1276f8f50393fda4cce5b72770297407 10115 
arpack_3.9.1-1.1~exp1_amd64.buildinfo
 e82976091bd9f0c2f125e86228c634cdadab172ddc60cef57e828faac424e2ea 118580 
libarpack2-dev_3.9.1-1.1~exp1_amd64.deb
 4a0cb27000e3fd3ec3e50373d10684a71514e98e2f2acbb3ecbb6a4b7c754482 146972 
libarpack2t64-dbgsym_3.9.1-1.1~exp1_amd64.deb
 f42a79acb26509f9ceadba74fffd89f461b60dbf442fa20b167c8bffc6488bf9 103348 
libarpack2t64_3.9.1-1.1~exp1_amd64.deb
 606fe52c341898efae24c0e0acf6f92c3c4c78f7ee0edc1aa1d9cb9ec58d71e3 109868 
libparpack2-dev_3.9.1-1.1~exp1_amd64.deb
 e6790d4f01474a15651a81076f3520e5cdb41f7b02f15df84d06283c07e8195c 163568 
libparpack2t64-dbgsym_3.9.1-1.1~exp1_amd64.deb
 f3d7de284e564ef93a8a598592e2978562c9f7e26edaa1708d54a823a37a588a 99172 
libparpack2t64_3.9.1-1.1~exp1_amd64.deb
Files:
 ab6ee657a3c94dc6bd33846465f1e68e 2242 math optional arpack_3.9.1-1.1~exp1.dsc
 4546d7224e8f6303e3e0ab00098a8c04 10296 math optional 
arpack_3.9.1-1.1~exp1.debian.tar.xz
 89d01952653247767429c2084ea3ec81 10115 math optional 
arpack_3.9.1-1.1~exp1_amd64.buildinfo
 0278bbf55614213bea6848ed7b9a664b 118580 libdevel optional 
libarpack2-dev_3.9.1-1.1~exp1_amd64.deb
 284f7ee1bfeb6d7683141797583361a6 146972 debug optional 
libarpack2t64-dbgsym_3.9.1-1.1~exp1_amd64.deb
 16bdbd435cf5f1097e2283912dc81617 103348 libs optional 
libarpack2t64_3.9.1-1.1~exp1_amd64.deb
 f4dd83cdda73c53cbc03ae0830f2b866 109868 libdevel optional 
libparpack2-dev_3.9.1-1.1~exp1_amd64.deb
 e33f3a182a6a6d1e7b0f77cafc7bb714 163568 debug optional 
libparpack2t64-dbgsym_3.9.1-1.1~exp1_amd64.deb
 5eb00339f43c6c4cd62a50bc90827a76 99172 libs optional 
libparpack2t64_3.9.1-1.1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW4Y5wSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9OZoP/jpuTBd7rXVEdQbSB01jeaVNdZYom/Qs
dNdO/48+5uRLEC9CoNpjE8JeLAiVH0s1uQJ177D58Vw20NPyH547chlrmUVCiWWK
mnubwgMciQIqPGOPsu4GnhDLVAFFXvW7mfOIH4cI3oqvMAQJh9Xp3VDWVAghsBmO
4YvYVmWKFlym+gODEckT2nI95pWVVsCoBsD9i3pucftJHuFg+jVef+SoVNjIV1v7
1S4nSS3t3zhlBhTpAmD9kM9+bzHccTkNuQck4Cl2lR49NepZTarK7AsdaKUhsvje
n6oZiYS0g8n1EpVpqyzTYe2Z3/SUS2UcYC4nUCWpTFlBZ21P8fLJAmWUW0JnYa53
V+0AGc9W9+CbgY35Kv/1HqqGQU0IZIV8wAD05WUYIMLF3Kdof+PLjB8hp1hkVvue
NIC+I/teRzPohLfJsWCxH7LfY0cvSdjAyBY3MUxSLzyyJSE3HYk0AC7O53HPWXC0
iJ5iKC04rELaN9nCod+RntuVUSBCkVc6fjQ/AuyR1z8S6MP48M/J+vIDNbOs+10k
tnCOCIBSMJun0UEDnWRO0bXvVeOgfbbWWdMkEqUrD9WJkFno34ki3V0NKagkdKnt
RyHPfVqZqbcYGqcXbsHCf/urxV0urH7cgAwplDGcUUCqw7gpmYJQdAmsjaY7kmSw
niZIwJAuZa+w
=k4N8
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of asl_0.1.7-4.1~exp1_amd64.changes

2024-01-29 Thread Debian FTP Masters
asl_0.1.7-4.1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  asl_0.1.7-4.1~exp1.dsc
  asl_0.1.7-4.1~exp1.debian.tar.xz
  asl-doc_0.1.7-4.1~exp1_all.deb
  asl-tools-dbgsym_0.1.7-4.1~exp1_amd64.deb
  asl-tools_0.1.7-4.1~exp1_amd64.deb
  asl_0.1.7-4.1~exp1_amd64.buildinfo
  libasl-dev_0.1.7-4.1~exp1_amd64.deb
  libasl0t64-dbgsym_0.1.7-4.1~exp1_amd64.deb
  libasl0t64_0.1.7-4.1~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


asl_0.1.7-4.1~exp1_amd64.changes ACCEPTED into experimental

2024-01-29 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jan 2024 03:29:11 +
Source: asl
Binary: asl-doc asl-tools asl-tools-dbgsym libasl-dev libasl0t64 
libasl0t64-dbgsym
Architecture: source all amd64
Version: 0.1.7-4.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Description:
 asl-doc- documentation for ASL
 asl-tools  - command-line tools for ASL
 libasl-dev - development files for ASL
 libasl0t64 - multiphysics simulation software
Changes:
 asl (0.1.7-4.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 855d4bf189863e599aa2d3cc0aa2726df362aacb 2220 asl_0.1.7-4.1~exp1.dsc
 503f9fbbc2ed63ab67219d5e0b3ee4f1d03a3ba7 18980 asl_0.1.7-4.1~exp1.debian.tar.xz
 d84cf2f58cbbb75f20f29bcb2dbc96a6998e3a16 42039616 
asl-doc_0.1.7-4.1~exp1_all.deb
 0401075c324012506b03e4c366b946c9ee5b8cdd 132548 
asl-tools-dbgsym_0.1.7-4.1~exp1_amd64.deb
 802562af27eae8218429066b36fa999c843ea453 25652 
asl-tools_0.1.7-4.1~exp1_amd64.deb
 c27c0ac550ef80deac7a4ed1aad31073d5686e9b 24520 
asl_0.1.7-4.1~exp1_amd64.buildinfo
 54b6b99ec684086ee93dc146acb1cc921d1816b9 103312 
libasl-dev_0.1.7-4.1~exp1_amd64.deb
 21397bbce0bdc822f993b6b8cb03b51ed63c4554 12221480 
libasl0t64-dbgsym_0.1.7-4.1~exp1_amd64.deb
 64251a829e2331418b571163f8df0ab386f0fd11 736200 
libasl0t64_0.1.7-4.1~exp1_amd64.deb
Checksums-Sha256:
 52aa2fe3f5338cc6f0c7b2cf17dc27c0988d4d2054b7457681d367c71135eb57 2220 
asl_0.1.7-4.1~exp1.dsc
 97da9190c8031a5734e16fae7340a420360ad6f68e3756d0f70a89abafa5bd43 18980 
asl_0.1.7-4.1~exp1.debian.tar.xz
 6a61af808ecdb08b3e4d4e68df9e274a456843b5c929871333544fdc2fc119e2 42039616 
asl-doc_0.1.7-4.1~exp1_all.deb
 aea5d137d3e365f59aed3fb72bcb3b33e39546149f623ae0e8a5eea55d5b1452 132548 
asl-tools-dbgsym_0.1.7-4.1~exp1_amd64.deb
 0ba455b751fb5154a8d6b7d0a04ea13608c14bf917651ea950c33f8d7abf0786 25652 
asl-tools_0.1.7-4.1~exp1_amd64.deb
 e73d90b4b1720a0f44244631881fc8c035b0182dc78cc3542b6f96e3d410c913 24520 
asl_0.1.7-4.1~exp1_amd64.buildinfo
 05a8d24dc7add71c1f06f056be3c24f38f8de9ac1a4d4a40f405482547f9382d 103312 
libasl-dev_0.1.7-4.1~exp1_amd64.deb
 22eefed6145418a16bb6da23316416b2e725b3de0149b15050ce5ef2628ed364 12221480 
libasl0t64-dbgsym_0.1.7-4.1~exp1_amd64.deb
 5763987059933ffeb0bac57805ce63ac5976be430f34dacd4dd758d27371cf10 736200 
libasl0t64_0.1.7-4.1~exp1_amd64.deb
Files:
 c11a8225f4e8b12da0456f5aaa90ab84 2220 science optional asl_0.1.7-4.1~exp1.dsc
 81fc5ba9e5dcccf651ef12cdba8e0226 18980 science optional 
asl_0.1.7-4.1~exp1.debian.tar.xz
 68c882a3f8ba388d1c189718cb30bca8 42039616 doc optional 
asl-doc_0.1.7-4.1~exp1_all.deb
 ed09ed381823a29fc4e104dbddb2ae6b 132548 debug optional 
asl-tools-dbgsym_0.1.7-4.1~exp1_amd64.deb
 61889d20de66ce345389babba664b90c 25652 utils optional 
asl-tools_0.1.7-4.1~exp1_amd64.deb
 de3dbc25a8214bc869fed1384606d7ef 24520 science optional 
asl_0.1.7-4.1~exp1_amd64.buildinfo
 7e43f37129537d5b18404c1a317da891 103312 libdevel optional 
libasl-dev_0.1.7-4.1~exp1_amd64.deb
 66b6496be9637e2780b2514be5ddbac7 12221480 debug optional 
libasl0t64-dbgsym_0.1.7-4.1~exp1_amd64.deb
 ade777d679d9c7c433834072f2377ce1 736200 libs optional 
libasl0t64_0.1.7-4.1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW4bccSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9GN0QAL/iDyYk4ukIER33BTmj3k/Fb6HFA/pw
LSv36FheCGSE2rQArHFLypXDxKpjFDQKHY1KEjCxsHHUbofJxrcE6Z6s7a2zDM0D
ko81pnvNKzL1UwOlMGRpDdZHmKf4o4G4tZ4m5sH6sIEYxXUQn2YWdHPLbH/8TpK6
fhqjiA72rfQgVLqKqmS91ri3Qo3rRdmRaXhDWDnR2pI8vTgdj40alfw80yr2A//O
0PCrOOpnksDlgZ9uw6pECWpJckjKqaD0GAEIktWIU2Cnnp+pRYzkuIUHEhb/Usdw
EfTRzfZb2blWbeO1687Q0Vkqpqt2ltPWUEh1JvpZMA4bVYFEQS5UVn0gJBUCRJPM
5JWqEQ69mhcWK6PQmjP+ZMu8+WcTpdByftNKFQxCyHg+4Ke483UTgTPeONhOX3Zb
clpdK5W2glaIG4tKm/2wnxx3cBeR28EzQKga+IIPo6OkXOLfsKtiEORbHMqaxmma
WrAO4xgdrBPZpdym3t2n+qt+h9adRoQ0CxxstYt+cV6E1ebhQeuGjB9lOWnz9sAh
1uS6FxSlo7NSmHwD7CkLboeVn0gQGo949GOp97hBtsDRj1dohEy5MPHsP5Ehh6Il
1JjbMJ9f4BTbTpIbFaohO+vT4a8JTu1JUSEHw+7XDHif8SOLdCFL3JESTGzqWSTv
uiugOBQZlTKj
=b5uj
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1061747: liac-arff ftbfs with Python 3.12 as default

2024-01-29 Thread Matthias Klose

Package: src:liac-arff
Version: 2.5.0-4
Severity: serious
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails to build:

[...]
==
ERROR: test_encode_too_many_attributes_coo 
(tests.test_data.TestCOOData.test_encode_too_many_attributes_coo)

--
Traceback (most recent call last):
  File "/<>/tests/test_data.py", line 206, in 
test_encode_too_many_attributes_coo

with self.assertRaisesRegexp(arff.BadObject,
 ^^^
AttributeError: 'TestCOOData' object has no attribute 
'assertRaisesRegexp'. Did you mean: 'assertRaisesRegex'?


==
ERROR: test_encode_too_many_attributes_dense 
(tests.test_data.TestData.test_encode_too_many_attributes_dense)

--
Traceback (most recent call last):
  File "/<>/tests/test_data.py", line 99, in 
test_encode_too_many_attributes_dense

with self.assertRaisesRegexp(arff.BadObject,
 ^^^
AttributeError: 'TestData' object has no attribute 'assertRaisesRegexp'. 
Did you mean: 'assertRaisesRegex'?


==
ERROR: test_encode_too_many_attributes_lod 
(tests.test_data.TestLODData.test_encode_too_many_attributes_lod)

--
Traceback (most recent call last):
  File "/<>/tests/test_data.py", line 300, in 
test_encode_too_many_attributes_lod

with self.assertRaisesRegexp(arff.BadObject,
 ^^^
AttributeError: 'TestLODData' object has no attribute 
'assertRaisesRegexp'. Did you mean: 'assertRaisesRegex'?


==
ERROR: test_encode_duplicate_attribute_name 
(tests.test_encode.TestEncodeComment.test_encode_duplicate_attribute_name)

--
Traceback (most recent call last):
  File "/<>/tests/test_encode.py", line 169, in 
test_encode_duplicate_attribute_name

with self.assertRaisesRegexp(arff.BadObject,
 ^^^
AttributeError: 'TestEncodeComment' object has no attribute 
'assertRaisesRegexp'. Did you mean: 'assertRaisesRegex'?


==
ERROR: test_decode 
(tests.test_decode.TestDuplicateAttributeName.test_decode)

--
Traceback (most recent call last):
  File "/<>/tests/test_decode.py", line 359, in test_decode
with self.assertRaisesRegexp(arff.BadAttributeName,
 ^^^
AttributeError: 'TestDuplicateAttributeName' object has no attribute 
'assertRaisesRegexp'. Did you mean: 'assertRaisesRegex'?


==
ERROR: test_dense (tests.test_decode.TestInvalidValues.test_dense)
--
Traceback (most recent call last):
  File "/<>/tests/test_decode.py", line 382, in test_dense
with self.assertRaisesRegexp(arff.ArffException,
 ^^^
AttributeError: 'TestInvalidValues' object has no attribute 
'assertRaisesRegexp'. Did you mean: 'assertRaisesRegex'?


==
ERROR: test_sparse (tests.test_decode.TestInvalidValues.test_sparse)
--
Traceback (most recent call last):
  File "/<>/tests/test_decode.py", line 399, in test_sparse
with self.assertRaisesRegexp(arff.ArffException,
 ^^^
AttributeError: 'TestInvalidValues' object has no attribute 
'assertRaisesRegexp'. Did you mean: 'assertRaisesRegex'?


==
ERROR: test_coo (tests.test_decode.TestTooManyAttributes.test_coo)
--
Traceback (most recent call last):
  File "/<>/tests/test_decode.py", line 333, in test_coo
with self.assertRaisesRegexp(arff.BadDataFormat,
 ^^^
AttributeError: 'TestTooManyAttributes' object has no attribute 
'assertRaisesRegexp'. Did you mean: 'assertRaisesRegex'?


==
ERROR: test_dense (tests.test_decode.TestTooManyAttributes.test_dense)
--
Traceback (most recent call last):
  File "/<>/tests/test_decode.py", line 326, in test_dense
with self.assertRaisesRegexp(arff.BadDataFormat,
 ^^^
AttributeError: