Bug#1043240: transition: pandas 1.5 -> 2.1 - please upload fixes

2024-01-31 Thread Nilesh Patra
On Tue, Jan 30, 2024 at 08:05:35AM +, Rebecca N. Palmer wrote:
> In particular, I'd like the seaborn fix uploaded before pandas, so I can set
> Breaks for it.  (The pandas documentation build-depends on seaborn.)

https://tracker.debian.org/news/1498923/accepted-seaborn-0132-1-source-into-unstable/

Best,
Nilesh


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


Processing of dlib_19.24+dfsg-1.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
dlib_19.24+dfsg-1.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  dlib_19.24+dfsg-1.1~exp1.dsc
  dlib_19.24+dfsg-1.1~exp1.debian.tar.xz
  dlib_19.24+dfsg-1.1~exp1_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


Bug#1062368: dlib: NMU diff for 64-bit time_t transition

2024-01-31 Thread mwhudson
Source: dlib
Version: 19.24+dfsg-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
dlib 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 dlib
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_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 dlib-19.24+dfsg/debian/changelog dlib-19.24+dfsg/debian/changelog
--- dlib-19.24+dfsg/debian/changelog2022-05-15 19:23:47.0 +
+++ dlib-19.24+dfsg/debian/changelog2024-02-01 07:26:59.0 +
@@ -1,3 +1,10 @@
+dlib (19.24+dfsg-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle   Thu, 01 Feb 2024 07:26:59 +
+
 dlib (19.24+dfsg-1) unstable; urgency=medium
 
   * New upstream version 19.24+dfsg
diff -Nru dlib-19.24+dfsg/debian/control dlib-19.24+dfsg/debian/control
--- dlib-19.24+dfsg/debian/control  2022-05-15 12:02:01.0 +
+++ dlib-19.24+dfsg/debian/control  2024-02-01 07:26:08.0 +
@@ -23,7 +23,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libdlib19.1 (= ${binary:Version}),
+Depends: libdlib19.1t64 (= ${binary:Version}),
  ${misc:Depends},
  libopencv-core-dev,
  libpng-dev,
@@ -40,7 +40,10 @@
  .
  This package contains the development headers.
 
-Package: libdlib19.1
+Package: libdlib19.1t64
+Provides: ${t64:Provides}
+Replaces: libdlib19.1
+Breaks: libdlib19.1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: libdlib-data,
diff -Nru dlib-19.24+dfsg/debian/libdlib19.1.examples 
dlib-19.24+dfsg/debian/libdlib19.1.examples
--- dlib-19.24+dfsg/debian/libdlib19.1.examples 2022-04-16 18:58:05.0 
+
+++ dlib-19.24+dfsg/debian/libdlib19.1.examples 1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-examples/*
diff -Nru dlib-19.24+dfsg/debian/libdlib19.1.install 
dlib-19.24+dfsg/debian/libdlib19.1.install
--- dlib-19.24+dfsg/debian/libdlib19.1.install  2022-04-16 18:58:05.0 
+
+++ dlib-19.24+dfsg/debian/libdlib19.1.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru dlib-19.24+dfsg/debian/libdlib19.1.lintian-overrides 
dlib-19.24+dfsg/debian/libdlib19.1.lintian-overrides
--- dlib-19.24+dfsg/debian/libdlib19.1.lintian-overrides2022-04-16 
21:30:19.0 +
+++ dlib-19.24+dfsg/debian/libdlib19.1.lintian-overrides1970-01-01 
00:00:00.0 +
@@ -1,3 +0,0 @@
-# symbols file are not recommended for C++ libraries
-# cf http://www.eyrie.org/~eagle/journal/2012-02/001.html
-no-symbols-control-file
diff -Nru dlib-19.24+dfsg/debian/libdlib19.1t64.examples 
dlib-19.24+dfsg/debian/libdlib19.1t64.examples
--- dlib-19.24+dfsg/debian/libdlib19.1t64.examples  1970-01-01 
00:00:00.0 +
+++ dlib-19.24+dfsg/debian/libdlib19.1t64.examples  2022-04-16 
18:58:05.0 +
@@ -0,0 +1 @@
+examples/*
diff -Nru dlib-19.24+dfsg/debian/libdlib19.1t64.install 
dlib-19.24+dfsg/debian/libdlib19.1t64.install
--- dlib-19.24+dfsg/debian/libdlib19.1t64.install   1970-01-01 
00:00:00.0 +
+++ dlib-19.24+dfsg/debian/libdlib19.1t64.install   2022-04-16 
18

Bug#1062356: adios2: flaky autopkgtest (host dependent): times out on big host

2024-01-31 Thread Paul Gevers

Source: adios2
Version: 2.9.2+dfsg1-8
Severity: serious
User: debian...@lists.debian.org
Usertags: flaky

Dear maintainer(s),

I looked at the results of the autopkgtest of your package. I noticed 
that it regularly fails. The failures seem related to the host that runs 
the test. ci-worker13 is a beefy machine [1], while the other amd64 
workers are much more moderate [2]. The tests that time out after 2:50 
hours seem to all run on ci-worker13 (so, lots of CPU's and lots of 
RAM), while the other runs only take below 10 minutes (and seem to run 
on one of the other hosts.


Because the unstable-to-testing migration software now blocks on
regressions in testing, flaky tests, i.e. tests that flip between
passing and failing without changes to the list of installed packages,
are causing people unrelated to your package to spend time on these
tests.

Don't hesitate to reach out if you need help and some more information
from our infrastructure.

Paul

[1] https://metal.equinix.com/product/servers/m3-large/
[2] https://aws.amazon.com/ec2/instance-types/m5/


OpenPGP_signature.asc
Description: OpenPGP digital 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#1062351: libgfs-1.3-2t64 has an undeclared file conflict

2024-01-31 Thread Helmut Grohne
Package: libgfs-1.3-2t64
Version: 20131206+dfsg-19.1~exp1
Severity: serious
User: debian...@lists.debian.org
Usertags: fileconflict
Control: affects -1 + libgfs-1.3-2
X-Debbugs-Cc: Lukas Märdian , vor...@debian.org

libgfs-1.3-2t64 has an undeclared file conflict. This may result in an
unpack error from dpkg.

The files
 * /usr/lib/x86_64-linux-gnu/libgfs2D-1.3.so.2
 * /usr/lib/x86_64-linux-gnu/libgfs2D-1.3.so.2.0.0
 * /usr/lib/x86_64-linux-gnu/libgfs3D-1.3.so.2
 * /usr/lib/x86_64-linux-gnu/libgfs3D-1.3.so.2.0.0
are contained in the packages
 * libgfs-1.3-2/20131206+dfsg-19 as present in bookworm|bullseye|trixie|unstable
 * libgfs-1.3-2t64/20131206+dfsg-19.1~exp1 as present in experimental

These packages can be unpacked concurrently, because there is no
relevant Replaces or Conflicts relation. Attempting to unpack these
packages concurrently results in an unpack error from dpkg, because none
of the packages installs a diversion for the affected files.

Kind regards

The Debian Usr Merge Analysis Tool

This bug report has been automatically filed with no human intervention.
The source code is available at https://salsa.debian.org/helmutg/dumat.
If the filing is unclear or in error, don't hesitate to contact
hel...@subdivi.de for assistance.

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


Processed: libgfs-1.3-2t64 has an undeclared file conflict

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

> affects -1 + libgfs-1.3-2
Bug #1062351 [libgfs-1.3-2t64] libgfs-1.3-2t64 has an undeclared file conflict
Added indication that 1062351 affects libgfs-1.3-2

-- 
1062351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062351
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


ros-python-qt-binding REMOVED from testing

2024-01-31 Thread Debian testing watch
FYI: The status of the ros-python-qt-binding source package
in Debian's testing distribution has changed.

  Previous version: 0.4.4-2
  Current version:  (not in testing)
  Hint: Package not in unstable

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
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


pysph is marked for autoremoval from testing

2024-01-31 Thread Debian testing autoremoval watch
pysph 1.0~b1-8 is marked for autoremoval from testing on 2024-02-23

It (build-)depends on packages with these RC bugs:
1058366: beaker: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.12 3.11" returned exit code 13
 https://bugs.debian.org/1058366



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


libgtkdatabox_1.0.0-2.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Feb 2024 03:57:20 +
Source: libgtkdatabox
Architecture: source
Version: 1:1.0.0-2.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Changes:
 libgtkdatabox (1:1.0.0-2.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 405d23f43ad0ebd382b4f62336874eb6377be6af 2342 libgtkdatabox_1.0.0-2.1~exp1.dsc
 b408547fe52a8e9938842d1d446bd9947b839a96 10152 
libgtkdatabox_1.0.0-2.1~exp1.debian.tar.xz
 94ec1ac9adf4cfe1faca4ca9746145561945d69f 15040 
libgtkdatabox_1.0.0-2.1~exp1_source.buildinfo
Checksums-Sha256:
 96f1c46fba548e11391c7a6eaf5058b3a501ecbac426668714839fc2d4545333 2342 
libgtkdatabox_1.0.0-2.1~exp1.dsc
 02015dbfae7cc64a408bfcb932ffd094e7d69af7c7bbda9a8ef39fc819283624 10152 
libgtkdatabox_1.0.0-2.1~exp1.debian.tar.xz
 01963d8ba969ae8c12e69844f3f29f226c087cdfad7d220bd5393fb77652c6fb 15040 
libgtkdatabox_1.0.0-2.1~exp1_source.buildinfo
Files:
 47bad931ffc48971d4f1497fd309c4b5 2342 science optional 
libgtkdatabox_1.0.0-2.1~exp1.dsc
 f9f10b92d790f823e72f669efb8598d3 10152 science optional 
libgtkdatabox_1.0.0-2.1~exp1.debian.tar.xz
 53d7539124eb43f93c1dbb56af89d3f8 15040 science optional 
libgtkdatabox_1.0.0-2.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW7FqUSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9OgcQAKn7Wn+Mnxy0Ho/naNpnDQ/+yAW8daQo
8kRrNj405q+NChhjS3J7xi2by6vY6tsQuW8pt4s0OBkBgOG32Ndv4PYByHNHEUKT
ljZR87t6QWV5kbIoTIrvm4fsccup5kjNjPZlh+5lx885XTgf/VMLrf9Zp9YEJTWs
m98PfcxkIWUHWjFu/wDFTOlMZntdBGMlbutnXjB/8xLmgWKiqNULrCG/jEcQ77oE
TqgOPNkujUzwf7Bi3VpYnwbaGUf28mqLi3gla917msK3Rj5W8WGx9G0n6EeojJk7
NNBo/UNHWyfZ36f10IRn+5znS/EwsXAIsLkdMQNqxBaGsGaydnx1/4RUjOTnrLSo
C6rSsl6Nhb/+Bca/qn4+Cw90LkX00ks5nywOxqcXV+bui560QfeJuqU8/IrZYmxq
JRDUG2ibbm6LpQhVsEyuFkxHi5ZCCJsEXB/5U/9MlA8lMsS+PCr7SEDV+lvu684y
k6B8EkmzVY6qNp6XVOGtip8wlcPptZPGWheXzEZFuAIbchMataLVlf2an/tZ/GEY
ad2mIitwga95k0eUUDgaGJ5Gw2d9QGJEBooIG34gy3xtuU+e+Yme0bYkHAFTtE2Q
LWnIKwGSzZ3oAOWQ+0cQ8++IFar/c1ZuA/kzjnWKg3ohmdubJ/EntyLkpVbtcp89
ntQJZavizv2+
=UwR0
-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 libgtkdatabox_1.0.0-2.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
libgtkdatabox_1.0.0-2.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  libgtkdatabox_1.0.0-2.1~exp1.dsc
  libgtkdatabox_1.0.0-2.1~exp1.debian.tar.xz
  libgtkdatabox_1.0.0-2.1~exp1_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


Bug#1062329: libgtkdatabox: NMU diff for 64-bit time_t transition

2024-01-31 Thread Steve Langasek
Source: libgtkdatabox
Version: 1:1.0.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
libgtkdatabox 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 libgtkdatabox
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'), (500, 'testing'), (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 libgtkdatabox-1.0.0/debian/changelog 
libgtkdatabox-1.0.0/debian/changelog
--- libgtkdatabox-1.0.0/debian/changelog2022-11-20 08:22:19.0 
+
+++ libgtkdatabox-1.0.0/debian/changelog2024-02-01 03:55:54.0 
+
@@ -1,3 +1,10 @@
+libgtkdatabox (1:1.0.0-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Thu, 01 Feb 2024 03:55:54 +
+
 libgtkdatabox (1:1.0.0-2) unstable; urgency=medium
 
   * Only ship the html documentation, not the source and
diff -Nru libgtkdatabox-1.0.0/debian/control libgtkdatabox-1.0.0/debian/control
--- libgtkdatabox-1.0.0/debian/control  2022-11-20 08:09:40.0 +
+++ libgtkdatabox-1.0.0/debian/control  2024-02-01 03:55:54.0 +
@@ -22,7 +22,7 @@
 Section: libdevel
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- libgtkdatabox1 (= ${binary:Version}),
+ libgtkdatabox1t64 (= ${binary:Version}),
  libgtk-3-dev
 Description: Gtk+ library to display large amounts of numerical data 
(development)
  One or more data sets of thousands of data points (X and Y coordinate) may be
@@ -41,7 +41,10 @@
  .
  Development package
 
-Package: libgtkdatabox1
+Package: libgtkdatabox1t64
+Provides: ${t64:Provides}
+Replaces: libgtkdatabox1
+Breaks: libgtkdatabox1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
diff -Nru libgtkdatabox-1.0.0/debian/libgtkdatabox1.install 
libgtkdatabox-1.0.0/debian/libgtkdatabox1.install
--- libgtkdatabox-1.0.0/debian/libgtkdatabox1.install   2022-01-02 
13:04:10.0 +
+++ libgtkdatabox-1.0.0/debian/libgtkdatabox1.install   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libgtkdatabox.so.*
diff -Nru libgtkdatabox-1.0.0/debian/libgtkdatabox1.symbols 
libgtkdatabox-1.0.0/debian/libgtkdatabox1.symbols
--- libgtkdatabox-1.0.0/debian/libgtkdatabox1.symbols   2022-01-02 
13:04:10.0 +
+++ libgtkdatabox-1.0.0/debian/libgtkdatabox1.symbols   1970-01-01 
00:00:00.0 +
@@ -1,154 +0,0 @@
-libgtkdatabox.so.1 libgtkdatabox1 #MINVER#
-* Build-Depends-Package: libgtkdatabox-dev
- gtk_databox_auto_rescale@Base 1:1.0.0
- gtk_databox_bars_get_type@Base 1:1.0.0
- gtk_databox_bars_new@Base 1:1.0.0
- gtk_databox_bars_new_full@Base 1:1.0.0
- gtk_databox_calculate_extrema@Base 1:1.0.0
- gtk_databox_create_box_with_scrollbars_and_rulers@Base 1:1.0.0
- gtk_databox_create_box_with_scrollbars_and_rulers_positioned@Base 1:1.0.0
- gtk_databox_cross_simple_get_type@Base 1:1.0.0
- gtk_databox_cross_simple_new@Base 1:1.0.0
- gtk_databox_get_adjustment_x@Base 1:1.0.0
- gtk_databox_get_adjustment_y@Base 1:1.0.0
- gtk_databox_get_backing_surface@Base 1:1.0.0
- gtk_databox_get_box_shadow@Base 1:1.0.0
- gtk_databox_get_enable_selection@Base 1:1.0.0
- gtk_databox_get_enable_zoom@Base 1:1.0.0
- gt

libflame_5.2.0-5.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Feb 2024 01:49:33 +
Source: libflame
Architecture: source
Version: 5.2.0-5.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Changes:
 libflame (5.2.0-5.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 ed044a1dcd9f2e270689765e4bbdabc14d17eb3b 2215 libflame_5.2.0-5.1~exp1.dsc
 1c06a7aa561e3f741730b4cad31f5f400916b305 24236 
libflame_5.2.0-5.1~exp1.debian.tar.xz
 7e7a7451ecc302e84a4cee84cfd6ee016050d0b0 6636 
libflame_5.2.0-5.1~exp1_source.buildinfo
Checksums-Sha256:
 906a7783a737517aae8475c33440d73b9f70642770f1cae0e21edda74bb4f575 2215 
libflame_5.2.0-5.1~exp1.dsc
 ab2944c2ae428227755f67d1b1036ccd700bddf23138d97d80ea935524e65f80 24236 
libflame_5.2.0-5.1~exp1.debian.tar.xz
 a804cdcf7e0605fff6ef54da94684816b8d46f0aedefc256288e77b99861237f 6636 
libflame_5.2.0-5.1~exp1_source.buildinfo
Files:
 ad4b0e13980a76d9045beaa7d910be51 2215 math optional libflame_5.2.0-5.1~exp1.dsc
 7107d65f88eb26ba8f3ba9997dfd8ea3 24236 math optional 
libflame_5.2.0-5.1~exp1.debian.tar.xz
 8a612561f265ae9d2299826da99f7019 6636 math optional 
libflame_5.2.0-5.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW6+LcSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9EwAQAJgwz5wv5zJ0DdX/tpRC2l0RIduWcfJO
tY6wd6uAiQ7jCw+w56Zo7WLMt8rGCprtIiIDxMxOa0W0dy7jo2ibR3yBfm+dop1P
Ng+8ZHjRKyKK8w4UFHCRPDyBxZ9yeB6aEmV8oUpLJw+mTm5ezDbPCgRv75nhMeGk
+FgO5CDmtZADVJT0sMkVvQlRrZ7qccy6lOm5j3PIgC5zsS95YNiB/jmHroSclqQG
Yjhzi6jN/FOJD5B9gCYDWJ/YVjrPnaL8EbE2qc6OeOgzbgzpDLLe+qZA35H5baWL
vZIbvUdR6QdqTdsGEl0c4X0QRelwKH103AOlAq4/uwmH7qE67hfS3OdYlXgUoG+b
XTYQxMj30u2DbQuthfwsn1it0WvEJ/YACr8KRl8YYyCXeZO1O/dBFs09UafJ4iLu
8xIgkSyC2xGijUFgzjJHJnrQ3/q4n2RO4iHEJtKtFN9MiDUkwFUqftSZWJqyLVhb
GGrnE624N5nAoRrLOdEUeaFDOc2e18rPEdtSZt0kdFZxv2p/yEtU6b7YkJ1W6BvU
h38GeXLJlShWLCcWk7WHoXApjJCxKURpxmATPB5S6b8zbPIHMWPSlaBS3D835HyX
wAgYF1NJnd8tsZnNR9I5ttBABen1Isq4jzN0YKhsuoLu8zqps9jDW1k9QEKiWZO/
zGqX68qMbtn7
=bv7p
-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 libflame_5.2.0-5.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
libflame_5.2.0-5.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  libflame_5.2.0-5.1~exp1.dsc
  libflame_5.2.0-5.1~exp1.debian.tar.xz
  libflame_5.2.0-5.1~exp1_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


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

2024-01-31 Thread mwhudson
Source: cryptominisat
Followup-For: Bug #1061910

Apologies, thanks to operator error (i.e. I messed up) the diff attached to
this bug is not the one that was uploaded to experimental. Please see the patch
attached to this message.


-- 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 
09:57:18.0 +
@@ -1,3 +1,10 @@
+cryptominisat (5.11.15+dfsg1-1.1~exp1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle   Tue, 30 Jan 2024 09:57:18 +
+
 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 09:57:17.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
@@ -58,7 +61,7 @@
 Multi-Arch: same
 Section: libdevel
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libcryptominisat5-5.11 (= ${binary:Version}), ${misc:Depends}
+Depends: libcryptominisat5-5.11t64 (= ${binary:Version}), ${misc:Depends}
 Description: development files for the CryptoMiniSat SAT solver
  CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver.
  .
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
2024-01-30 09:57:17.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 09:57:17.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


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

2024-01-31 Thread mwhudson
Source: cppad
Followup-For: Bug #1061907

Apologies, thanks to operator error (i.e. I messed up) the diff attached to
this bug is not the one that was uploaded to experimental. Please see the patch
attached to this message.


-- 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 07:30:45.0 +
@@ -1,3 +1,10 @@
+cppad (2024.00.00.2-2.1~exp1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle   Tue, 30 Jan 2024 07:30:45 +
+
 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 07:30:45.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
@@ -29,7 +32,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcppad-lib1456.0 (= 
${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libcppad-lib1456.0t64 (= 
${binary:Version})
 Suggests: libcppad-doc
 Description: Automatic Differentiation of C++ algorithms, dev files
  CppAD is a package for automatic differentiation (AD) of algorithms
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 2024-01-30 
07:30:45.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 07:30:45.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


openturns_1.22-1_amd64.changes ACCEPTED into experimental

2024-01-31 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 12:56:54 +0100
Source: openturns
Binary: libopenturns-dev libopenturns0.23 libopenturns0.23-dbgsym 
openturns-common python3-openturns python3-openturns-dbgsym
Architecture: source amd64 all
Version: 1.22-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Pierre Gruet 
Description:
 libopenturns-dev - headers and development libraries for OpenTURNS
 libopenturns0.23 - dynamic libraries for OpenTURNS
 openturns-common - generic tool to treat and quantify uncertainties (common 
files)
 python3-openturns - Python3 front-end of OpenTURNS (aka TUI)
Changes:
 openturns (1.22-1) experimental; urgency=medium
 .
   * New upstream version 1.22
   * Raising SONAME to libOT0.23, new binary package
   * Removing patch, which has been upstreamed
   * Updating d/not-installed
Checksums-Sha1:
 56628ecb99fda4e7cae5c4fbe3841aea9638bd7d 2612 openturns_1.22-1.dsc
 7cbc89ce3f813c7fb49406fff9c336226bf25b83 12152996 openturns_1.22.orig.tar.gz
 e725f0832283579f8e0100ddbda4e699e9adfdc3 19668 openturns_1.22-1.debian.tar.xz
 06f6a5e51214274a70d5487c45f308b1ab1eb403 737412 
libopenturns-dev_1.22-1_amd64.deb
 ca7b5e54481c820f746db5e58b504372c8a7aa82 69465128 
libopenturns0.23-dbgsym_1.22-1_amd64.deb
 0bfbca081530ecbb6355a9068a2198bf2d61f2fa 6364728 
libopenturns0.23_1.22-1_amd64.deb
 44c2a55205f61f10e9bc84ee714dc46c0656b11e 58980 openturns-common_1.22-1_all.deb
 ca470ec381765daeb0288d17cf37092371c232f5 16072 openturns_1.22-1_amd64.buildinfo
 0b1b10b3125ffb29514c5841b41cd7b7b43d425b 115483204 
python3-openturns-dbgsym_1.22-1_amd64.deb
 0447374f9b9939bcacbc205bafa354f1937a0d3c 10153120 
python3-openturns_1.22-1_amd64.deb
Checksums-Sha256:
 7a4462b182233d054e08c3a485ae366cbc3bc37d3ddb37eed87349e0f3e08fb6 2612 
openturns_1.22-1.dsc
 487f7fc00f02eb91d264c8c9d78c2abba505ac6aaa5bc0328c04dddbe6d58741 12152996 
openturns_1.22.orig.tar.gz
 477affb41cc97640a010248651433fde7a9ec000fd7bd7cf8974d127b2ecd23a 19668 
openturns_1.22-1.debian.tar.xz
 d8092a521c08becfe19b2028d15ee47308d7e203e0a7b670aa4f4b99d0bda4e6 737412 
libopenturns-dev_1.22-1_amd64.deb
 74dafccbff26ca2b5e8c37cf3c049096121185e424edae102162cb4b8f1fde25 69465128 
libopenturns0.23-dbgsym_1.22-1_amd64.deb
 bbe111b8852f44f30c801c46e4db436c3b5297f41d585c7eca6a47ecbe2a97e4 6364728 
libopenturns0.23_1.22-1_amd64.deb
 d3b6d3942f01bdcee72930ff83819904384a28e12438eee0f0836d72280714f6 58980 
openturns-common_1.22-1_all.deb
 ffcdb198c65b4ba8ef2e0b8d9f3631b09a95741f06b6994d360c7bb674fb953a 16072 
openturns_1.22-1_amd64.buildinfo
 c642bcd596ac322813c804391dd81c14006698d0622fff50133aa30c2da7ab9c 115483204 
python3-openturns-dbgsym_1.22-1_amd64.deb
 59df6353d833e54ed114f59d11af660412b0342561d56bd0b05c0b5cdac36aa1 10153120 
python3-openturns_1.22-1_amd64.deb
Files:
 8968456bc5a719d54f20e8612542b093 2612 science optional openturns_1.22-1.dsc
 04da5afbe1a48458a5a789d5db82accf 12152996 science optional 
openturns_1.22.orig.tar.gz
 94a6eb27b89f6b8728a1793529e14618 19668 science optional 
openturns_1.22-1.debian.tar.xz
 e3fcf4c7cc514081e39fa894b724db29 737412 libdevel optional 
libopenturns-dev_1.22-1_amd64.deb
 2a0f2224e0af7501ab4b0874b32e9c4c 69465128 debug optional 
libopenturns0.23-dbgsym_1.22-1_amd64.deb
 2afdcb87173116b9650e50c1a840d49f 6364728 libs optional 
libopenturns0.23_1.22-1_amd64.deb
 ed724424f45e4d69bc8442a2010f4917 58980 science optional 
openturns-common_1.22-1_all.deb
 b9bcc17948eacfb023fb312c6a8b477b 16072 science optional 
openturns_1.22-1_amd64.buildinfo
 6ea844c53c528d83646bffa70acb4022 115483204 debug optional 
python3-openturns-dbgsym_1.22-1_amd64.deb
 60e0555fe5b62d9bcd87756bbc8e4c48 10153120 python optional 
python3-openturns_1.22-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmW5A2cACgkQYAMWptwn
dHapTxAAnoDZeBZcCZnVsoNGI0nHwx+xghHGOq5um0DgBbkNyJz8RwuaQTk3DS5J
pFG83CxvhBKVmmnz/gAM7/h4rKTesXJuLG3ybkke+AEYyiXIrPTFElFhV26Dlc8J
x/Jep9HSMgMmM93ToVguXJDCgdS++I2gAKz7317/cuu65aeEIHsipVvoTUxevqd9
d8TA5P7SLxDPt24/ApNBHgQ6ySNCyXPez1+4gnsf17+6lSRvgtt0Tjtz9sBHdd3h
1mkeTZbJW+tc3vos7ULGIZdNMmkuWXhdAD8b5HlYbDPZERu1HkdJ6BDzmyagdpbL
Ad8LgngJac5oO/ZOrfBtn8o47JDHu6R4hn9UaRvN7cW9EDiLHM+Xw00N6RbwSBh3
QrPrvdodI20E1xPoTRfBrd5T++vGM/bFn3E3czfDZ87bR2MZqZ9ldHSULoJjY1bM
hbCRbU6Yv33xa/nGSWlKsLtCUMoIPYmHu6cAYTMqAKnroR9hyiR3SQ6UDiUa38Z1
w1vFzKSsySBiLx8+AHgRkpUzUjEyuRC2wLTDFn2WwmlMNG7ZfdaZLL8tXUmUA1A7
T9DEvDJCSyxdA4JeYbrnNPPTD6VIWydQQIBBN2/TQbQJd1g5Fodii9jtKRwShEfx
pHatZUZJpc4OkWrCoXLo6x2u9Zs4Og5liEZbHjB6Q/11/ieQ3hg=
=m8/7
-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#1058224: marked as done (ros-rosinstall: FTBFS: ModuleNotFoundError: No module named 'imp')

2024-01-31 Thread Debian Bug Tracking System
Your message dated Wed, 31 Jan 2024 18:51:03 +
with message-id 
and subject line Bug#1061363: Removed package(s) from unstable
has caused the Debian Bug report #1058224,
regarding ros-rosinstall: FTBFS: ModuleNotFoundError: No module named 'imp'
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.)


-- 
1058224: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ros-rosinstall
Version: 0.7.8-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules clean
> dh clean --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:310: python3.12 setup.py clean 
> Traceback (most recent call last):
>   File "/<>/setup.py", line 3, in 
> import imp
> ModuleNotFoundError: No module named 'imp'
> E: pybuild pybuild:395: clean: plugin distutils failed with: exit code=1: 
> python3.12 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p "3.12 3.11" 
> returned exit code 13
> make: *** [debian/rules:7: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/ros-rosinstall_0.7.8-6_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Version: 0.7.8-6+rm

Dear submitter,

as the package ros-rosinstall has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1061363

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)--- End Message ---
-- 
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#1058268: marked as done (ros-wstool: FTBFS: ModuleNotFoundError: No module named 'imp')

2024-01-31 Thread Debian Bug Tracking System
Your message dated Wed, 31 Jan 2024 18:51:38 +
with message-id 
and subject line Bug#1061364: Removed package(s) from unstable
has caused the Debian Bug report #1058268,
regarding ros-wstool: FTBFS: ModuleNotFoundError: No module named 'imp'
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.)


-- 
1058268: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058268
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ros-wstool
Version: 0.1.18-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules clean
> dh clean --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:310: python3.12 setup.py clean 
> Traceback (most recent call last):
>   File "/<>/setup.py", line 7, in 
> import imp
> ModuleNotFoundError: No module named 'imp'
> E: pybuild pybuild:395: clean: plugin distutils failed with: exit code=1: 
> python3.12 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p "3.12 3.11" 
> returned exit code 13
> make: *** [debian/rules:7: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/ros-wstool_0.1.18-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Version: 0.1.18-3+rm

Dear submitter,

as the package ros-wstool has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1061364

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)--- End Message ---
-- 
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#1060727: marked as done (python3-python-qt-binding: Please port from sip4 to sip6)

2024-01-31 Thread Debian Bug Tracking System
Your message dated Wed, 31 Jan 2024 18:52:05 +
with message-id 
and subject line Bug#1061365: Removed package(s) from unstable
has caused the Debian Bug report #1060727,
regarding python3-python-qt-binding: Please port from sip4 to sip6
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.)


-- 
1060727: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060727
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-python-qt-binding
Version: 0.4.4-2
Severity: important
Usertags: sip6

Dear Maintainer,

Your package ships sip_configure.py and sip_helper.cmake which are designed
to work with the old version of SIP, sip4.

The modern version of SIP is packaged as sip6, and PyQt5 and PyQt6 packages
in Debian are built with that modern version.

The documentation on how to use modern SIP is available in sip6-doc package,
or on the SIP website [1]. The recommended approach is using SIP's own
PEP 517-compliant build system (i.e. pyproject.toml and project.py files),
however some projects (e.g. krita upstream) have successfully integrated SIP 6
into their CMake-based build systems.

SIP 4 has an RC bug related to Python 3.12 [2] and it's unlikely to be fixed.

So, if the mentioned files are still needed, please port them to SIP 6, and
drop dependencies on sip-dev and python3-sip-dev packages.

[1]: https://www.riverbankcomputing.com/static/Docs/sip/
[2]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059648

--
Dmitry Shachnev


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 0.4.4-2+rm

Dear submitter,

as the package ros-python-qt-binding has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1061365

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)--- End Message ---
-- 
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#1036879: marked as done (oce: should this package be removed for trixie?)

2024-01-31 Thread Debian Bug Tracking System
Your message dated Wed, 31 Jan 2024 18:50:07 +
with message-id 
and subject line Bug#1061334: Removed package(s) from unstable
has caused the Debian Bug report #1036879,
regarding oce: should this package be removed for trixie?
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.)


-- 
1036879: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036879
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: oce
Version: 0.18.3-2
Severity: serious
Tags: trixie sid
User: debian...@lists.debian.org
Usertags: proposed-removal
Control: block -1 by 1036878

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

the package src:oce has just the single reverse dependency src:horizon-eda,
which also builds with src:opencascade. Given that src:oce has been
abandoned by upstream, we suggest to remove it once bookworm is released and
src:horizon-eda is confirmed to work correctly with src:opencascade.


Cheers
Timo


-BEGIN PGP SIGNATURE-

iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmRzYAUACgkQ+C8H+466
LVmB0AwA398NKpFpC8xI/OnIST1nE26Jy+Bz92i8QNAXQRS1J0qcw3kRmY6GGxYG
LzEwYArm1vCzL3bV6SADHhCP1/RHXupz+0EDLFx+C/L3frbzVKItuxVAoydJo5rb
Pf11wsXK8F3pq3dbJHeQM33Vd1c3zrtJP68qgzFjavWiIiMcQfbXbhB4YV2H+nIR
ZMuqM+94z2eFN7MP7GymIx9JJkxy+PZ0uP0o6xyKx4I9FNxY+OpvEQ41C6Q753Xl
/E5qlPNqdnrNOG9kfFnY2wABOUNmYUpKJTVJFB+8rwiNKbSiv2uYEOMz1o8uCV3m
iYVisO35HK3WAiZs80l7LqQ0gAga+Jc/TVz5UFrpDzxduWLhDnyqIrukd6EgO+Tq
sRbWNKbAG0Cp5LceoBtjEs8Pa/uREPZA/MH96SnooAmHg3Ax9o5sGoj34cCka6Mx
8Y7hvhp9pAsjmGyRsPlToEmaOBGve+Jwhlrh4pUl+Ae1n0kUWOd/2yuO0m/eLXt5
VFqKpjGn
=bAcG
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Version: 0.18.3-4+rm

Dear submitter,

as the package oce has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1061334

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)--- End Message ---
-- 
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#1061365: Removed package(s) from unstable

2024-01-31 Thread Debian FTP Masters
Version: 0.4.4-2+rm

Dear submitter,

as the package ros-python-qt-binding has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1061365

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

-- 
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#1061365: Removed package(s) from unstable

2024-01-31 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

python3-python-qt-binding |0.4.4-2 | all
ros-python-qt-binding |0.4.4-2 | source

--- Reason ---
ROM; No longer used in Debian and depends on broken sip4
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close bugs which have been reported against this package
automatically. But please check all old bugs, if they were closed
correctly or should have been re-assigned to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1061...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/1061365

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

-- 
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#1061364: Removed package(s) from unstable

2024-01-31 Thread Debian FTP Masters
Version: 0.1.18-3+rm

Dear submitter,

as the package ros-wstool has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1061364

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

-- 
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#1061364: Removed package(s) from unstable

2024-01-31 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

python3-wstool |   0.1.18-3 | all
ros-wstool |   0.1.18-3 | source

--- Reason ---
ROM; deprecated upstream in favour of vcstool
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close bugs which have been reported against this package
automatically. But please check all old bugs, if they were closed
correctly or should have been re-assigned to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1061...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/1061364

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

-- 
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#1061363: Removed package(s) from unstable

2024-01-31 Thread Debian FTP Masters
Version: 0.7.8-6+rm

Dear submitter,

as the package ros-rosinstall has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1061363

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

-- 
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#1061363: Removed package(s) from unstable

2024-01-31 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

python3-rosinstall |0.7.8-6 | all
ros-rosinstall |0.7.8-6 | source

--- Reason ---
ROM; deprecated upstream in favour of vcstool
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close bugs which have been reported against this package
automatically. But please check all old bugs, if they were closed
correctly or should have been re-assigned to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1061...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/1061363

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

-- 
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#1061334: Removed package(s) from unstable

2024-01-31 Thread Debian FTP Masters
Version: 0.18.3-4+rm

Dear submitter,

as the package oce has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1061334

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

-- 
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#1061334: Removed package(s) from unstable

2024-01-31 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

liboce-foundation-dev |   0.18.3-4 | amd64, arm64, armel, armhf, i386, 
mips64el, ppc64el, riscv64, s390x
liboce-foundation11 |   0.18.3-4 | amd64, arm64, armel, armhf, i386, mips64el, 
ppc64el, riscv64, s390x
liboce-modeling-dev |   0.18.3-4 | amd64, arm64, armel, armhf, i386, mips64el, 
ppc64el, riscv64, s390x
liboce-modeling11 |   0.18.3-4 | amd64, arm64, armel, armhf, i386, mips64el, 
ppc64el, riscv64, s390x
liboce-ocaf-dev |   0.18.3-4 | amd64, arm64, armel, armhf, i386, mips64el, 
ppc64el, riscv64, s390x
liboce-ocaf-lite-dev |   0.18.3-4 | amd64, arm64, armel, armhf, i386, mips64el, 
ppc64el, riscv64, s390x
liboce-ocaf-lite11 |   0.18.3-4 | amd64, arm64, armel, armhf, i386, mips64el, 
ppc64el, riscv64, s390x
liboce-ocaf11 |   0.18.3-4 | amd64, arm64, armel, armhf, i386, mips64el, 
ppc64el, riscv64, s390x
liboce-visualization-dev |   0.18.3-4 | amd64, arm64, armel, armhf, i386, 
mips64el, ppc64el, riscv64, s390x
liboce-visualization11 |   0.18.3-4 | amd64, arm64, armel, armhf, i386, 
mips64el, ppc64el, riscv64, s390x
   oce |   0.18.3-4 | source
  oce-draw |   0.18.3-4 | amd64, arm64, armel, armhf, i386, mips64el, ppc64el, 
riscv64, s390x

--- Reason ---
ROM (team); dead upstream; alternative exists; leaf package
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close bugs which have been reported against this package
automatically. But please check all old bugs, if they were closed
correctly or should have been re-assigned to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1061...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/1061334

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

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


gvars3_0.0~git20220105194034.62f5a78-4.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 16:49:20 +
Source: gvars3
Architecture: source
Version: 0.0~git20220105194034.62f5a78-4.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Graham Inggs 
Changes:
 gvars3 (0.0~git20220105194034.62f5a78-4.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 3ece5284c08d2b01fc7b84368a0822819f7cff99 2372 
gvars3_0.0~git20220105194034.62f5a78-4.1~exp1.dsc
 0037ac2fbc70c1fa9559d88fd7f0b673990ff5a2 3400 
gvars3_0.0~git20220105194034.62f5a78-4.1~exp1.debian.tar.xz
 9e7709927eba7a4d781e180d9c62514c4d4a206a 8275 
gvars3_0.0~git20220105194034.62f5a78-4.1~exp1_source.buildinfo
Checksums-Sha256:
 bff4b3b498900311d351552b8a217192e4edfd36bbce3123fea3c3a813dccc2e 2372 
gvars3_0.0~git20220105194034.62f5a78-4.1~exp1.dsc
 550fe4d78b12b225890e07f165e2a17d46b72091b44085e258457136c3fc2765 3400 
gvars3_0.0~git20220105194034.62f5a78-4.1~exp1.debian.tar.xz
 88eda959b5eac0edee2dc7bade8af37abb313e5fba5d7b4a3b99d868c49ed2c1 8275 
gvars3_0.0~git20220105194034.62f5a78-4.1~exp1_source.buildinfo
Files:
 f34562198694d74e4926322bf5faef08 2372 libs optional 
gvars3_0.0~git20220105194034.62f5a78-4.1~exp1.dsc
 32b549fdc869b3a0c0a7d503d9688805 3400 libs optional 
gvars3_0.0~git20220105194034.62f5a78-4.1~exp1.debian.tar.xz
 264323c1ad174a9f5abe8a94943a6a7a 8275 libs optional 
gvars3_0.0~git20220105194034.62f5a78-4.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmW6ehQSHGdpbmdnc0Bk
ZWJpYW4ub3JnAAoJEK/P7I5mnOHCy7gP/A30bhF7IaLS63Ts7roZxy6A1pXSYlRD
95GbRhpy1OzhYEN5XSZ1mf7OVobKg1UiM9WSnCqGsVL896U++GpLW/O3xHlZjutm
VkYPv/xblkms/I1+rSat8jXXRhV0Fm+2ie5WOwFhFqyCVvHJKVZubm09wwoS6yD8
2rhoMurlHs3oKgA0RqdG6sPsPCCO79C6E2czjMy4S4z0XmQJEYUcwNDdW+DhRiD7
VUIT8KLNHZEXZP/t1ye8kQF98cb0o2FxIZs3agc/18Suo1hqqhTfNsuDPZs2pywA
IE6cDPp75bkQ/tWMlOMpYAizufTvlXlHrYDMF3tlO1wk2Qh7bW8tDPuYgjwRKe2f
C/NhVLldSFZoIK0HVr2V43GqHHc69EEQ8GTan9Y5lge4aElj0zAZ0wKIkHreKaeB
9wFjfFIGEYUHZPOWuDj8wjF0a2/cfpZMyTEuxjsdgymObNZrMeB5a0pS6tIwLz2I
C3gwzIuQF2uLHlK7XsuZUxwlnW60fEOPkvBwVTqTnBUt/qN6MYpkiRpBvZZ58Jg0
K3nIhsSthQmLl6PRS18Hf8Z3xRNVu9c/304XIKaTO7G6BSnRqKFQoIxpFIT/+eOf
xcAJ9i9/ZaI4lXsvb+Ns4yyD2rsblOhvRrvTdjfwKH0DJukJ/I7U6ZrOa7VSyJMM
BhvacNsVSFtD
=ZZ7F
-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 gvars3_0.0~git20220105194034.62f5a78-4.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
gvars3_0.0~git20220105194034.62f5a78-4.1~exp1_source.changes uploaded 
successfully to localhost
along with the files:
  gvars3_0.0~git20220105194034.62f5a78-4.1~exp1.dsc
  gvars3_0.0~git20220105194034.62f5a78-4.1~exp1.debian.tar.xz
  gvars3_0.0~git20220105194034.62f5a78-4.1~exp1_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


Bug#1062198: gvars3: NMU diff for 64-bit time_t transition

2024-01-31 Thread Graham Inggs
Source: gvars3
Version: 0.0~git20220105194034.62f5a78-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
gvars3 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 gvars3
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/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru gvars3-0.0~git20220105194034.62f5a78/debian/changelog 
gvars3-0.0~git20220105194034.62f5a78/debian/changelog
--- gvars3-0.0~git20220105194034.62f5a78/debian/changelog   2023-05-29 
07:28:58.0 +
+++ gvars3-0.0~git20220105194034.62f5a78/debian/changelog   2024-01-31 
16:48:36.0 +
@@ -1,3 +1,10 @@
+gvars3 (0.0~git20220105194034.62f5a78-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs   Wed, 31 Jan 2024 16:48:36 +
+
 gvars3 (0.0~git20220105194034.62f5a78-4) unstable; urgency=medium
 
   * Fix some issues reported by lintian (thanks, Debian Janitor!):
diff -Nru gvars3-0.0~git20220105194034.62f5a78/debian/control 
gvars3-0.0~git20220105194034.62f5a78/debian/control
--- gvars3-0.0~git20220105194034.62f5a78/debian/control 2023-05-29 
07:27:53.0 +
+++ gvars3-0.0~git20220105194034.62f5a78/debian/control 2024-01-31 
16:48:36.0 +
@@ -14,18 +14,24 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libgvars3-0 (= ${binary:Version}), ${misc:Depends}
+Depends: libgvars3-0t64 (= ${binary:Version}), ${misc:Depends}
 Description: configuration system library - development files
  Lightweight and simple configuration library for C++ programs.
 
-Package: libgvars3-0
+Package: libgvars3-0t64
+Provides: ${t64:Provides}
+Replaces: libgvars3-0
+Breaks: libgvars3-0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgvars3-headless0
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgvars3-headless0t64
 Description: configuration system library - shared library
  Lightweight and simple configuration library for C++ programs.
 
-Package: libgvars3-headless0
+Package: libgvars3-headless0t64
+Provides: ${t64:Provides}
+Replaces: libgvars3-headless0
+Breaks: libgvars3-headless0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru gvars3-0.0~git20220105194034.62f5a78/debian/libgvars3-0.install 
gvars3-0.0~git20220105194034.62f5a78/debian/libgvars3-0.install
--- gvars3-0.0~git20220105194034.62f5a78/debian/libgvars3-0.install 
2022-08-21 23:42:29.0 +
+++ gvars3-0.0~git20220105194034.62f5a78/debian/libgvars3-0.install 
1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*3.so.*
diff -Nru gvars3-0.0~git20220105194034.62f5a78/debian/libgvars3-0t64.install 
gvars3-0.0~git20220105194034.62f5a78/debian/libgvars3-0t64.install
--- gvars3-0.0~git20220105194034.62f5a78/debian/libgvars3-0t64.install  
1970-01-01 00:00:00.0 +
+++ gvars3-0.0~git20220105194034.62f5a78/debian/libgvars3-0t64.install  
2022-08-21 23:42:29.0 +
@@ -0,0 +1 @@
+usr/lib/*/lib*3.so.*
diff -Nru 
gvars3-0.0~git20220105194034.62f5a78/debian/libgvars3-0t64.lintian-overrides 
gvars3-0.0~git20220105194034.62f5a78/debian/libgvars3-0t64.lintian

openblas_0.3.25+ds-2_source.changes ACCEPTED into unstable

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 11:58:49 +0100
Source: openblas
Architecture: source
Version: 0.3.25+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Sébastien Villemot 
Changes:
 openblas (0.3.25+ds-2) unstable; urgency=medium
 .
   * Rebuild against LAPACK 3.12
 + Tighten Build-Depends on liblapack-dev accordingly
 + Drop revert-lapack-gedmd.patch, no longer needed
   * Update URL of GitHub repository
Checksums-Sha1:
 8a5add7371ae026914e64c799797c23776b24b15 4553 openblas_0.3.25+ds-2.dsc
 57766cdf51a399045c166a8b48aa978dfdb19cd3 24456 
openblas_0.3.25+ds-2.debian.tar.xz
 f8555c903afef3022b817ddf72f5f8f1a4a7a1a7 13616 
openblas_0.3.25+ds-2_amd64.buildinfo
Checksums-Sha256:
 ee35aa6663bae74f898e57763bb3b60b71837984896b0c81c69d415a7a591fb3 4553 
openblas_0.3.25+ds-2.dsc
 2b5d5ae1805d3d4aa23016fc9e35b24651c4dde65c885110c16e4460537ecada 24456 
openblas_0.3.25+ds-2.debian.tar.xz
 6b002394d266f729c8c960a14dddb259bc39941325e0b2bff51ed9d556f7d675 13616 
openblas_0.3.25+ds-2_amd64.buildinfo
Files:
 b9ee159ffd71aff700aded50bae3b910 4553 devel optional openblas_0.3.25+ds-2.dsc
 1d852a3472bd078516450fb93cb1 24456 devel optional 
openblas_0.3.25+ds-2.debian.tar.xz
 28e4d0708b5f85ae4d651a90ffe7afaf 13616 devel optional 
openblas_0.3.25+ds-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAmW6QygACgkQLOzpNQ7O
vko34w//UaYkMokIekG6LvmEBIHEEwik4xwwBUD6gajUpPd02qHsHi3ZEeaDZ0Tn
pPwMyneaZxE3fjhhlM6T18A4DRbcnvflGrzUWHCoc6u9lTBzkWq9VryA+z+KPZlY
695Vl1f1t1IDaLW9emzpP2iuU/dIjsDpqjLrQF1izg8OEtLw04mzhmsQrc0tyM4/
SALjntKShjqwKuSRWl28lO5iJowP5lWtJoKe2vy6qeYIFwk3lK1ILjTZ+3CGkwCk
EXJwlsEJaF0ZVf6x156JZW80gqs/DOZ1VpS9wBvsLowPZV17NaK1LmHgfMqbpwpq
27GdP5oNkO18erboPG2YOm3SPqSjfPllW6RjFnVb+dS4baayMtSG9xg0qcLy0/OA
p0ylazXAW29wwOVMz9NTqAFVh1y8EGVq5x1d2E8uVt90PVLZNciH3KuYFf939JGW
F4NL1kXGs8474N5LdtIdbqure6JcqShwFoJA+IqUDMbYROyH9n0ZomiPYc1xlgE7
rJ2ZFFs9dZYbdBbdS3LvODGoq5AeGo3GFur4tD/o+jJRnjU7Hn3b0T5QD2Q981Qk
elCusPU8jUjdB3ntI+H13YJ7ZgwM0vcQAx3cp1OC1qrITFdhBCVkkDPSFcADIvOC
UZ7GkzrU567ER5wqfmiAS0ymt80+lRnA+ZMTirgyH7ZVurGPP2I=
=T2LN
-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


graywolf_0.1.6-4.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 12:56:34 +
Source: graywolf
Architecture: source
Version: 0.1.6-4.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Graham Inggs 
Changes:
 graywolf (0.1.6-4.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 61a5dc42dec1c0d3924ef1ea3e3058dfb34ab953 2241 graywolf_0.1.6-4.1~exp1.dsc
 1de9acc93c114b1995eaac5f4c96898dc0f55178 14624 
graywolf_0.1.6-4.1~exp1.debian.tar.xz
 4ed8b89da25aab905807bcc3f56c593e3961de5c 9027 
graywolf_0.1.6-4.1~exp1_source.buildinfo
Checksums-Sha256:
 149818672b931beedff33d5796d5f81d478c7a75df01cbeec974c22becd4c81c 2241 
graywolf_0.1.6-4.1~exp1.dsc
 41c6a770100e0a5a00dde9f1efe00a3f2d11326fd2e5a96a04bcfd758e7da15d 14624 
graywolf_0.1.6-4.1~exp1.debian.tar.xz
 a7713a7c013d8aef6e4f1fda8df9c3902d11ba63fdfa27a2c704dcae4cc4eba0 9027 
graywolf_0.1.6-4.1~exp1_source.buildinfo
Files:
 781b0443f830c938529b7b0045984aac 2241 electronics optional 
graywolf_0.1.6-4.1~exp1.dsc
 fdd5a9e49078c736fbc4c2fdbd20495e 14624 electronics optional 
graywolf_0.1.6-4.1~exp1.debian.tar.xz
 219a150fc058f500075ca2009f32cb25 9027 electronics optional 
graywolf_0.1.6-4.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmW6Q9cSHGdpbmdnc0Bk
ZWJpYW4ub3JnAAoJEK/P7I5mnOHCNpcQAJd8jBgUiVfIfh29uQBYE8Xp0nGJqyoz
b66AEz+ajN1bzU07rY8Me2kUelHAe5ftKHANR5qX9hNEMc7laUOW/sY0imNiOcdH
7+5CNLhvooeKeZaZuKmFxQu9vm4VdypV8GazVyZTuz1WezZWdI9q6wC0D1D0Pia5
uvl2UAMhZsFPRy6S69UYauNs47pdesc/8nh1LZitAgTtbDmHkxhpzR9sA2huUZn6
FMS0TxndcRL3H9KUaCj081yXsuWxDBnivmMN8CxSmh4ISTv6uDWZaCjm7X7jsUNA
P/jjtE48E0hyNdZ9YbSn2oPOKA6EjF4w3W9snWytNq8tfT+tkYLFyeMj2r5T832W
dI0ED+1wfDdzvwwS7IGZwa0dk4eqvrrWxQQgGvSZHplNtso/Pm10JNj5JvgHW5X4
vxiLv8TcMeKc5jRFyVO/g6TdIVVxlF8BRr8ZdoOAxQfG13iUytx9t2T5PXrgDxLS
uT5kENVAymd1GLZDqN6lov94qATLxJIkCsDrBE6Vl+GiUyRQ3Lub/DLndWdOPZ8g
JlJyDzo7fHyx3XoDCYldubXPba5VA+XipnDaljDgFVETPRCwHnCjCXB2KVA1VxaJ
utwmMqEFsB37eUXXWfolrg97gfXDrATVQUANvuRcRRCfg4G/g3q29zhI/hu38GHc
TY1dUU0i+cZJ
=miHn
-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


atlas_3.10.3-14_source.changes ACCEPTED into unstable

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 13:55:32 +0100
Source: atlas
Architecture: source
Version: 3.10.3-14
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Sébastien Villemot 
Changes:
 atlas (3.10.3-14) unstable; urgency=medium
 .
   * Rebuild against LAPACK 3.12.
 This version introduces new exported symbols in liblapack.so.3, so it is
 necessary to rebuild the version of liblapack provided by src:atlas,
 otherwise liblapacke will fail to dynamically load.
 As a consequence, tighten the Build-Depends against liblapack-dev.
   * Remove archdefs for obsolete mipsel architecture
   * Use secure URI in Homepage field.
   * Update standards version to 4.6.2, no changes needed.
Checksums-Sha1:
 67a3bb82f47f9a88c6aa8378fd73f8e735deddd1 2249 atlas_3.10.3-14.dsc
 48e77ac96381396082b3410a72783944921ecfe9 160744 atlas_3.10.3-14.debian.tar.xz
 f162e97560ec23900612e545f64cbeb843d05d08 10437 atlas_3.10.3-14_amd64.buildinfo
Checksums-Sha256:
 c421c3af54f81e1c377c6b8a67631f320695304803fa3ab6bea910544388b3ca 2249 
atlas_3.10.3-14.dsc
 f4bd78ae68f92e01e2eaa343cddbf1ccaf0002755d21550e1f472c4dfe95c47b 160744 
atlas_3.10.3-14.debian.tar.xz
 0e1d3fdcbfa2fd9897cef4f5ad2c07879e73a8f45b563775d1347de6b8a6e340 10437 
atlas_3.10.3-14_amd64.buildinfo
Files:
 de3c82a4cdad7e053fb9c46935cb8c5a 2249 devel optional atlas_3.10.3-14.dsc
 951b859cb264bec2ca4b15b7df776955 160744 devel optional 
atlas_3.10.3-14.debian.tar.xz
 46cdf54fa69ef6e6dcff7a988e7bf5eb 10437 devel optional 
atlas_3.10.3-14_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAmW6R98ACgkQLOzpNQ7O
vkq6XhAAmnjNssCcNNBCF0zvZ/2mIj/oMg1Cm7B89jBpCWfP6C1oxAQaot6Mm4Kr
j0CrIcB2db9fvQOkd9PDS94DmZ6pCEL5UP8tfh8GagFE4h1kTCQB/WQnfpPTSU7f
hFraawg4A9PjkjGE5+8HTk9BL2XOjvD5gd3xaU2YlGlsnVeW0BExtWCwasPU5bs6
gJUrx07slWGyhrIlZmf5mYELfiyZUpsRKuMevd+uQJ/gkLUZGSrs7EckQP1XQ7Ko
Jl7ga1pMgiGtFtyfgGpHUN41uB1J85785Bpm605ZiReJBGambyxm14563J0saACx
S1AFGW3PUg0IvEQaD+HSYg7dqGW/ccRMyWSeIGeSsQB2hoEDtPwz8gL1USIURsd+
TDi/64455hMRxM3QrIxmvS+Mn+zrcCFH427zh2xzX7RMAHBO/h7PkgmsqJO6/1S6
YRW86tOS5zra5r2K8eHUMQimzBwYOzpvFruzi/ZJ29urIz5smJmCDWoZGmhRDx2r
7KYE4snVEDxA/OuJZZ2dnL5q2dvMR+orKsPmzOoeiotbIbDNS89s8z48lyQZ7Vze
odsxcVSsAnbxQUEGOBzsLn0wP1t1rPGdZMg4sink8JkOjGYtUox+x5zx6nlES7G/
7Ix1sVaSgC9/vXt9ZZeRl5p5hXhjFdCNyY6avhg/V444F0705q4=
=x99t
-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 atlas_3.10.3-14_source.changes

2024-01-31 Thread Debian FTP Masters
atlas_3.10.3-14_source.changes uploaded successfully to localhost
along with the files:
  atlas_3.10.3-14.dsc
  atlas_3.10.3-14.debian.tar.xz
  atlas_3.10.3-14_amd64.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


giac_1.9.0.69+dfsg2-1.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 11:59:59 +
Source: giac
Architecture: source
Version: 1.9.0.69+dfsg2-1.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Lukas Märdian 
Changes:
 giac (1.9.0.69+dfsg2-1.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 8c48f1d5db5fbcf893174514d6cc50a5b36e31cd 3098 giac_1.9.0.69+dfsg2-1.1~exp1.dsc
 7db344064822a630d916267f7a75716cc8a07c0c 23628 
giac_1.9.0.69+dfsg2-1.1~exp1.debian.tar.xz
 4db889520b6756643f81efcdd94003cf0d43699e 10416 
giac_1.9.0.69+dfsg2-1.1~exp1_source.buildinfo
Checksums-Sha256:
 c80c361ebda4ffe77a8347f94a585f40a48af12d17f6d64122ce107e3511eed3 3098 
giac_1.9.0.69+dfsg2-1.1~exp1.dsc
 ab318656f28fe2dd92d776ffddf3617745a8e2687827292820dbadf60bfbe225 23628 
giac_1.9.0.69+dfsg2-1.1~exp1.debian.tar.xz
 a12e44ae10e596d4e1f4d789bc0cab471cda27fb6d6836bce86074050f2f559d 10416 
giac_1.9.0.69+dfsg2-1.1~exp1_source.buildinfo
Files:
 36ce62d5c87dd87d4abfb51b55df9cdc 3098 science optional 
giac_1.9.0.69+dfsg2-1.1~exp1.dsc
 042aafb839ec8689b2882dcc22180d3d 23628 science optional 
giac_1.9.0.69+dfsg2-1.1~exp1.debian.tar.xz
 c4bb97c71cbc705f5e2b9f429f6730cc 10416 science optional 
giac_1.9.0.69+dfsg2-1.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmW6QIcRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIs7oBAA0w1yTrHXW1jXPPCCnAepH0R4Zx7QQQlk
i7i9NyBYbPM/p9UY/xDDKYD/75TPotp6gRvA1WtRnK7l0AKJUTxf6Bms0ahb6mFA
MVLchod45C6pxlXk0X3rEYMoooerX0ebJtTdbtSVZQFyRdg9pYzK5ysYFR1bMt+/
n92Hu9oZoAoMliepo/vZ5ylELIUNNyB/3crvCcKKpsJYNrjvK0YrMn9xspclDNnl
XfNih4wsYUz48AQot0Wj/bn9Y4YpVvrYtf7NukdLDTSi4o/5bShjV68MfQbAD1Xp
2ZlMcZ86LvyceownQeOW3NCgw/IRc1lbqoGjreqPOAXGgheaycAtDujmK5QjvFuq
P2Yr2e+11Vwu4RgAyOP+J9sMyFb9x7dGjGbL32MLNnj8ksgN3uuIPNyDm22K2PQf
/C+wnUQ5a1CtIvGnaCahDWXEe7SDcmHQOORvI2yZQw3HC9yI5GoGinduerY0niYU
itlYQeCIpx34uhTjl8/GwSEz/N4yIsl3PBdoEwY4+6eGFZt8kp+BkTYuqjj9aeO7
+ROnOGk0YT5Gyj/m0b6YyI6JVzko5Ao454sipQhorVyYmV5oDIOJBM36LrCrojFa
ZeG0y52hyu9VN5nDmuzP6AQagophZOb9of4XKYFC3Qf1gwjm9HQW2W9PV19ea3wH
g9jIBRAKKNA=
=h+gk
-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 graywolf_0.1.6-4.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
graywolf_0.1.6-4.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  graywolf_0.1.6-4.1~exp1.dsc
  graywolf_0.1.6-4.1~exp1.debian.tar.xz
  graywolf_0.1.6-4.1~exp1_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 openblas_0.3.25+ds-2_source.changes

2024-01-31 Thread Debian FTP Masters
openblas_0.3.25+ds-2_source.changes uploaded successfully to localhost
along with the files:
  openblas_0.3.25+ds-2.dsc
  openblas_0.3.25+ds-2.debian.tar.xz
  openblas_0.3.25+ds-2_amd64.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


Bug#1062124: graywolf: NMU diff for 64-bit time_t transition

2024-01-31 Thread Graham Inggs
Source: graywolf
Version: 0.1.6-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
graywolf 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 graywolf
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/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru graywolf-0.1.6/debian/changelog graywolf-0.1.6/debian/changelog
--- graywolf-0.1.6/debian/changelog 2020-10-13 09:33:02.0 +
+++ graywolf-0.1.6/debian/changelog 2024-01-31 12:47:01.0 +
@@ -1,3 +1,10 @@
+graywolf (0.1.6-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs   Wed, 31 Jan 2024 12:47:01 +
+
 graywolf (0.1.6-4) unstable; urgency=medium
 
   * Fix build with GCC-10 by preventing multiple defined signals
diff -Nru graywolf-0.1.6/debian/control graywolf-0.1.6/debian/control
--- graywolf-0.1.6/debian/control   2020-10-13 09:33:02.0 +
+++ graywolf-0.1.6/debian/control   2024-01-31 12:47:01.0 +
@@ -18,7 +18,10 @@
 Vcs-Git: https://salsa.debian.org/science-team/graywolf.git
 Homepage: https://github.com/rubund/graywolf
 
-Package: libycadgraywolf1
+Package: libycadgraywolf1t64
+Provides: ${t64:Provides}
+Replaces: libycadgraywolf1
+Breaks: libycadgraywolf1 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -34,7 +37,7 @@
 Package: libycadgraywolf-dev
 Architecture: any
 Section: libdevel
-Depends: libycadgraywolf1 (= ${binary:Version}),
+Depends: libycadgraywolf1t64 (= ${binary:Version}),
  ${misc:Depends}
 Multi-Arch: same
 Description: Library for graywolf - development files
@@ -45,7 +48,7 @@
 
 Package: graywolf
 Architecture: any
-Depends: libycadgraywolf1 (= ${binary:Version}),
+Depends: libycadgraywolf1t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
 Recommends: qflow
diff -Nru graywolf-0.1.6/debian/libycadgraywolf1.install 
graywolf-0.1.6/debian/libycadgraywolf1.install
--- graywolf-0.1.6/debian/libycadgraywolf1.install  2020-10-13 
09:33:02.0 +
+++ graywolf-0.1.6/debian/libycadgraywolf1.install  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru graywolf-0.1.6/debian/libycadgraywolf1.symbols 
graywolf-0.1.6/debian/libycadgraywolf1.symbols
--- graywolf-0.1.6/debian/libycadgraywolf1.symbols  2020-10-13 
09:33:02.0 +
+++ graywolf-0.1.6/debian/libycadgraywolf1.symbols  1970-01-01 
00:00:00.0 +
@@ -1,410 +0,0 @@
-libycadgraywolf.so.1 libycadgraywolf1 #MINVER#
- TW3DdrawCube@Base 0.1.1
- TW3Dnormal_view@Base 0.1.1
- TW3Dperspective@Base 0.1.1
- TW3DperspectiveOff@Base 0.1.1
- TW3DperspectiveOn@Base 0.1.1
- TW3DsetCamera@Base 0.1.1
- TWarb_addpt@Base 0.1.1
- TWarb_fill@Base 0.1.1
- TWarb_init@Base 0.1.1
- TWcheckExposure@Base 0.1.1
- TWcheckMouse@Base 0.1.1
- TWcheckReconfig@Base 0.1.1
- TWcheckServer@Base 0.1.1
- TWcloseGraphics@Base 0.1.1
- TWcloseWGraphics@Base 0.1.1
- TWcolorXOR@Base 0.1.1
- TWdialog@Base 0.1.1
- TWdisableMenu@Base 0.1.1
- TWdrawMenus@Base 0.1.1
- TWdrawString@Base 0.1.1
- TWdrawWLine@Base 0.1.1
- TWdrawWPin@Base 0.1.1
- TWdrawWRect@Base 0.1.1
- TWenableMenu@Base 0.1.1
- TWflushFra

Processing of giac_1.9.0.69+dfsg2-1.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
giac_1.9.0.69+dfsg2-1.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  giac_1.9.0.69+dfsg2-1.1~exp1.dsc
  giac_1.9.0.69+dfsg2-1.1~exp1.debian.tar.xz
  giac_1.9.0.69+dfsg2-1.1~exp1_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


Bug#1062113: giac: NMU diff for 64-bit time_t transition

2024-01-31 Thread Lukas Märdian
Source: giac
Version: 1.9.0.69+dfsg2-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
giac 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 giac
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')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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 giac-1.9.0.69+dfsg2/debian/changelog 
giac-1.9.0.69+dfsg2/debian/changelog
--- giac-1.9.0.69+dfsg2/debian/changelog2023-11-06 17:02:28.0 
+
+++ giac-1.9.0.69+dfsg2/debian/changelog2024-01-31 11:38:52.0 
+
@@ -1,3 +1,10 @@
+giac (1.9.0.69+dfsg2-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian   Wed, 31 Jan 2024 11:38:52 +
+
 giac (1.9.0.69+dfsg2-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru giac-1.9.0.69+dfsg2/debian/control giac-1.9.0.69+dfsg2/debian/control
--- giac-1.9.0.69+dfsg2/debian/control  2023-11-06 17:02:28.0 +
+++ giac-1.9.0.69+dfsg2/debian/control  2024-01-31 11:38:52.0 +
@@ -49,7 +49,10 @@
 Vcs-Browser: https://salsa.debian.org/science-team/giac
 Vcs-Git: https://salsa.debian.org/science-team/giac.git
 
-Package: libgiac0
+Package: libgiac0t64
+Provides: ${t64:Provides}
+Replaces: libgiac0
+Breaks: libgiac0 (<< ${source:Version})
 Section: libs
 Architecture: amd64 arm64 armel armhf i386 mips64el mipsel riscv64
 Multi-Arch: same
@@ -67,7 +70,7 @@
 Architecture: amd64 arm64 armel armhf i386 mips64el mipsel riscv64
 Section: libdevel
 Depends: libfltk1.3-dev,
- libgiac0 (= ${binary:Version}),
+ libgiac0t64 (= ${binary:Version}),
  libgmp-dev,
  libgsl-dev,
  libmpfi-dev,
@@ -86,7 +89,7 @@
 Package: xcas
 Architecture: amd64 arm64 armel armhf i386 mips64el mipsel riscv64
 Multi-Arch: allowed
-Depends: libgiac0 (= ${binary:Version}),
+Depends: libgiac0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${perl:Depends},
  ${shlibs:Depends}
diff -Nru giac-1.9.0.69+dfsg2/debian/libgiac0.install 
giac-1.9.0.69+dfsg2/debian/libgiac0.install
--- giac-1.9.0.69+dfsg2/debian/libgiac0.install 2023-11-06 17:02:28.0 
+
+++ giac-1.9.0.69+dfsg2/debian/libgiac0.install 1970-01-01 00:00:00.0 
+
@@ -1,2 +0,0 @@
-/usr/lib/*/libgiac.so.*
-/usr/share/locale/*/LC_MESSAGES/giac.mo
diff -Nru giac-1.9.0.69+dfsg2/debian/libgiac0.lintian-overrides 
giac-1.9.0.69+dfsg2/debian/libgiac0.lintian-overrides
--- giac-1.9.0.69+dfsg2/debian/libgiac0.lintian-overrides   2023-11-06 
17:02:28.0 +
+++ giac-1.9.0.69+dfsg2/debian/libgiac0.lintian-overrides   1970-01-01 
00:00:00.0 +
@@ -1,22 +0,0 @@
-# Non-English words marked as spelling errors
-libgiac0: spelling-error-in-binary Certificat Certificate 
[usr/lib/*/libgiac.so.0.0.0]
-libgiac0: spelling-error-in-binary Installe Installer 
[usr/lib/*/libgiac.so.0.0.0]
-libgiac0: spelling-error-in-binary Programm Program 
[usr/lib/*/libgiac.so.0.0.0]
-libgiac0: spelling-error-in-binary Programms Programs 
[usr/lib/*/libgiac.so.0.0.0]
-libgiac0: spelling-error-in-binary approch approach 
[usr/lib/*/libgiac.so.0.0.0]
-libgiac0: spelling-error-in-binary controler controller 
[usr/li

gfsview_20121130+dfsg-8.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 11:34:05 +
Source: gfsview
Architecture: source
Version: 20121130+dfsg-8.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Lukas Märdian 
Changes:
 gfsview (20121130+dfsg-8.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 5ef774d1fba3a9f56babdb46a532b94313713859 2307 
gfsview_20121130+dfsg-8.1~exp1.dsc
 fac229199d66b31fc3f69499c64d921d1be0c466 8624 
gfsview_20121130+dfsg-8.1~exp1.debian.tar.xz
 f3ded7dc28640141381e9c53d07353b971ba9eff 15725 
gfsview_20121130+dfsg-8.1~exp1_source.buildinfo
Checksums-Sha256:
 8012fe1bc4d468a0aad274f5350b084ff50aefa73bb0f071dbfeca5507750032 2307 
gfsview_20121130+dfsg-8.1~exp1.dsc
 3d2c3abdc17753c95a9d4401221e42eb4cea4153cda4bf0a2f50a9a2ddafa3a0 8624 
gfsview_20121130+dfsg-8.1~exp1.debian.tar.xz
 5e76e2cc94ebedd78f13c58c4bbd18b9b5ec9f7e6e8ec58230a148e42eb84803 15725 
gfsview_20121130+dfsg-8.1~exp1_source.buildinfo
Files:
 a750efdefcd0f6f64501aeb9ec030a00 2307 science optional 
gfsview_20121130+dfsg-8.1~exp1.dsc
 5b0856c1c1fc8b5a472a479c963ae64c 8624 science optional 
gfsview_20121130+dfsg-8.1~exp1.debian.tar.xz
 ed5701eb5926c7713f631232d42ba782 15725 science optional 
gfsview_20121130+dfsg-8.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmW6MDIRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIt45hAAnxVyC4FwlBdgFrKQRstawQ3XAEZaNju/
FcVeIb1Ga+9QrvH8Pv+QNwxV0N/BiJAmT/X+IwYCbCYyZIIByuN1yLi0Hmje31ba
0ozITGzwOwzPz/6B/2Hp5thB/srtgpclkLFaXYB3X6FDLEV79va3oZz3dcmeiaq1
jz3X9eCsh4y1/R5ifH7mJ0z44CILnUHa6ZK4UPs1Nu2RsYYNDRW2mEzrs45aiOim
CLHE6hRtX2wBFBgDx7n/VzkLUAc68qToVdZ5SnsCzq+nYnj6Q2TDPynv59EW9/Be
doTH/9gX+QMvnUTvWpwCQYYJ4AkV9BJNWD9cwzBKifclpxGhIVspLUZKsfS4APfd
gLRbukfrKoNzkjT+uEr/VwtsybsJHbumOGlg76IBHoHlS7TYDXu/mkGB8F0G9Tdv
lAaLSfo/6NKTU8PWLK9pFCDtxobC88lag0zSPisRGYBqgK+AQs9PbDLuKq5l3s0p
38r4aERnZKRhD9UZXtOfIJS9eAw9CUqjiOw/WKLlNr/UoMsV/0kp1RMmOBrW594p
jy+04FeThlq0AODHY24QX6VWV5Dqw1jIdoEe9FIYulmIFZHCArNP1lALUjbWHS4J
7GIQwZynVwTOfc10yFwvJxKmNufbq8AVBGn9zM7TzjnkSmPMhUwha1+Pau+qc2Vp
k+52JM9s6A4=
=6P1t
-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


getfem_5.4.2+dfsg1-3.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 11:27:49 +
Source: getfem
Architecture: source
Version: 5.4.2+dfsg1-3.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Lukas Märdian 
Changes:
 getfem (5.4.2+dfsg1-3.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 cca840568d69809207f146e207f08a0c356af983 2741 getfem_5.4.2+dfsg1-3.1~exp1.dsc
 b36e3ed493b6e3c707dfb807e82878724bbb5bb8 12488 
getfem_5.4.2+dfsg1-3.1~exp1.debian.tar.xz
 a875121ddd25df244406ab2585437df7a15857b7 9851 
getfem_5.4.2+dfsg1-3.1~exp1_source.buildinfo
Checksums-Sha256:
 c2ab2448a372598b42acce514132b6ff12ef9dfde4378c015842aa05f5f1e356 2741 
getfem_5.4.2+dfsg1-3.1~exp1.dsc
 021665bc87ac3b3094e91b3084b8abff301a5a4d2df29945c613aa18ffad2873 12488 
getfem_5.4.2+dfsg1-3.1~exp1.debian.tar.xz
 198c95724add88f5ab2ebf3c8c221c35e375250a7cbee64c89589edafdef521f 9851 
getfem_5.4.2+dfsg1-3.1~exp1_source.buildinfo
Files:
 8abed5bf54535abb01a27b4f2a121a51 2741 libs optional 
getfem_5.4.2+dfsg1-3.1~exp1.dsc
 b8e73528761c380d1e307834c418e9b1 12488 libs optional 
getfem_5.4.2+dfsg1-3.1~exp1.debian.tar.xz
 1cbba49aaa172a7dff016ed1872f18f8 9851 libs optional 
getfem_5.4.2+dfsg1-3.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmW6LtARHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIsoSA/+L5M7suCAmUP071AIfXX2D0A8fPDL/LYn
HiWh49MvFIBCtInvtiB9J+1nt/CvKJYsjeSXPfSxLmKRMxYA47RMUK3f3gCxt1/9
V2KqEeUSt6CFuF2Jz9NpjPvQgB4p8Pq9E6WvZxYGBGXTaRisUQBaBtqXJPqTArdI
92ra4tLRLvDFeItDYSgqcUdTrO2yh96Y4euqxeRlQOezmnMnfbYiN1aM+on/VXn0
H+CCwSWPsshqjI6KlIIaFPkh2xrSuS53i0/g4t3XRAZMVoCSWqQr1i26qhNgKzl2
1wx32XE8oLdb7Vccf/fy38f8g/G3NQifuVD2hR42vXUfqZQm/VxnCPwyZrhgkFCZ
ZMLQpGW5ntGNsnkxwL5Bcloz7fxezSEgg0NsvgOZPeGAH7vJK9fjbUzu96nCpJmW
/uMSeFnznLrcNUZ/I72QdHov8SKJm5aAjDh1bOhpP7fK5e85tPsI6cmrVboFZSIw
ocSZj2fK1L4hPRV3M+wRmy8mgavVGtBdobNTX1NYBuRXj+nLHcLFJDucD68oSxUg
649szkiqaJq99TRXUflRffW6LaMI5aS6CwEYv7olQXFkquf8suk5Oyu7fm0kkoaK
4bH1IqqWROaitSOnYnsA4E22jqntdyyN2Q5bLMIcqLaAeUTnGT0cALspcLxV3w59
n8IYNNTnxic=
=pSvH
-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


gerris_20131206+dfsg-19.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 11:16:43 +
Source: gerris
Architecture: source
Version: 20131206+dfsg-19.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Lukas Märdian 
Changes:
 gerris (20131206+dfsg-19.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 5f9ef35b5d746ed8d694f39a4cf62b08f43bebdb 2409 
gerris_20131206+dfsg-19.1~exp1.dsc
 86216798c59118a1ad9582957179a76d3b1062dd 27044 
gerris_20131206+dfsg-19.1~exp1.debian.tar.xz
 a2b039031301c7b4de876b87ec18421e2e2a1d51 10496 
gerris_20131206+dfsg-19.1~exp1_source.buildinfo
Checksums-Sha256:
 edacd4972807a1925d0fd91782dc6c3f3013d179619c86170d04d4187b87e25a 2409 
gerris_20131206+dfsg-19.1~exp1.dsc
 ee080e821ca8fbe557aaa58d284ded4533000c166248edc3a181321d18660a83 27044 
gerris_20131206+dfsg-19.1~exp1.debian.tar.xz
 d085e089226af47010865e7999d04d72ca3d2b90c8d843b895cd991f6cffdd0f 10496 
gerris_20131206+dfsg-19.1~exp1_source.buildinfo
Files:
 9c52807111eba9925d03ad29eca326c6 2409 science optional 
gerris_20131206+dfsg-19.1~exp1.dsc
 82c3ff5b1b6ec9ba3c38ec4215d52e22 27044 science optional 
gerris_20131206+dfsg-19.1~exp1.debian.tar.xz
 55abeca2711efc02a121cb365480f5bf 10496 science optional 
gerris_20131206+dfsg-19.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmW6LCARHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIskIQ//dKqVKGkuNZ4m9bnCmFcinJealxrki55J
xgNOU8nn9ZykGDa2wEoHD8X3CGWwMUboBlPTkPcBA8EhNxatdBUAqiQTGN9BmDD8
OrAt+FxPlDN5Nzy/PoHnSCgM0cATAxxFqWU77TeHnTd5WhFAPxRq9wWBJkdHbKW2
SRpgCy/bGh/XMXj+KxcyljBREDFLLvstrzT97dqa8r1sKA0MnOl/nahJclpLPHLS
pvrQ385VvysZi8fXUxI4g1MvhOtnD8iKT1hpDS1yhL2CKMGJadfvxCabXc+Q3qYA
6ALNa1d/WOOAwqOMoQEFxy9LjJSySk1PQ4DPRhSFJsh8W3xlorKUs6KWSI2aTYKg
BUgo4sdqhkzdZxO3dOv87h5wSqVtn2ntzMSEt61vNOpyHtVrRxlA6RuGZHUDMXj9
aG+75x4hIy3U43/Yuj/8zvlkLKAeI1pvOVkgCqS7EX3+eJE6zAWaSHG6KH5VIs/W
GyEEsVI0IHw0ZNX1QxdK7MlD/soisjBeVkpdM+7Vz6mFm8FTJajE+opQqrQEstQ8
ZSysO65Y6i5A1XeSiAaOq6rFdwiUytZSNLDySxv6aq7O1SeTffb6sWdfY82zX6zs
/pYMf8vIjTBZvbLdIr9c0EEcMYmTwizu27ZaK4t+fTX3yHsQd/+FLtwogNLtQ+hA
A7Mnrq1UmYI=
=2XMx
-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 gfsview_20121130+dfsg-8.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
gfsview_20121130+dfsg-8.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  gfsview_20121130+dfsg-8.1~exp1.dsc
  gfsview_20121130+dfsg-8.1~exp1.debian.tar.xz
  gfsview_20121130+dfsg-8.1~exp1_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 getfem_5.4.2+dfsg1-3.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
getfem_5.4.2+dfsg1-3.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  getfem_5.4.2+dfsg1-3.1~exp1.dsc
  getfem_5.4.2+dfsg1-3.1~exp1.debian.tar.xz
  getfem_5.4.2+dfsg1-3.1~exp1_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


Bug#1058459: marked as done (liblapack-doc: ships isnan(3) manpage, already in manpages-dev)

2024-01-31 Thread Debian Bug Tracking System
Your message dated Wed, 31 Jan 2024 11:33:59 +
with message-id 
and subject line Bug#1058459: fixed in lapack 3.12.0-2
has caused the Debian Bug report #1058459,
regarding liblapack-doc: ships isnan(3) manpage, already in manpages-dev
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.)


-- 
1058459: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058459
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: liblapack-doc
Version: 3.12.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

But I doubt that it's lapack's job to provide that manpage and
therefore adding B+R wouldn't be a correct solution.
So the manpage in lapack probably needs to be renamed.

>From the attached log (scroll to the bottom...):

  Preparing to unpack .../liblapack-doc_3.12.0-1_all.deb ...
  Unpacking liblapack-doc (3.12.0-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/liblapack-doc_3.12.0-1_all.deb (--unpack):
   trying to overwrite '/usr/share/man/man3/isnan.3.gz', which is also in 
package manpages-dev 6.03-2
  Errors were encountered while processing:
   /var/cache/apt/archives/liblapack-doc_3.12.0-1_all.deb


cheers,

Andreas


manpages-dev=6.03-2_liblapack-doc=3.12.0-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: lapack
Source-Version: 3.12.0-2
Done: Sébastien Villemot 

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

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

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

Debian distribution maintenance software
pp.
Sébastien Villemot  (supplier of updated lapack package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 11:32:02 +0100
Source: lapack
Architecture: source
Version: 3.12.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Sébastien Villemot 
Closes: 1058459
Changes:
 lapack (3.12.0-2) unstable; urgency=medium
 .
   * disable-b1nrm2-tests.patch: new patch, disables new tests that fail on i386
   * Drop isnan.3 manpage that conflicts with manpages-dev (Closes: #1058459)
   * d/rules: simplify the logic for getting buildflags
   * d/rules: build BLAS testsuite with -frecursive, for consistency
   * Set upstream metadata fields: Security-Contact.
   * Update standards version to 4.6.2, no changes needed.
Checksums-Sha1:
 f3242d29f52566da2b79b2295803a5255ffc0a0a 3307 lapack_3.12.0-2.dsc
 9d6d0f553746e72d2dd5ef87b4e0544039f06329 28408 lapack_3.12.0-2.debian.tar.xz
 a320774cce8739001126338bb410363f3fc7af62 18226 lapack_3.12.0-2_amd64.buildinfo
Checksums-Sha256:
 2b079892997c724e3b0d649b00986ef21f1438e219b44e4146d34d058356c0d6 3307 
lapack_3.12.0-2.dsc
 b181aa768bd0647ca99e23588195859d4032a8f75a30043775bf7b003ca8f681 28408 
lapack_3.12.0-2.debian.tar.xz
 0c7d8b5f21b9b33e1b75dad78bc7b218802fe64d27f3d3d65c0b6a125af329c5 18226 
lapack_3.12.0-2_amd64.buildinfo
Files:
 2a2c16c7ce85fa84cda9ec0274a8795a 3307 libs optional lapack_3.12.0-2.dsc
 42319f203f9e1012c747e891951eaf45 28408 libs optional 
lapack_3.12.0-2.debian.tar.xz
 c616a0b5797090a6c67aa2e48dc92187 18226 libs optional 
lapack_3.12.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAmW6JYgACgkQLOzpNQ7O
vkoeOw/8DxMnPDP7+5l9Ndb0ETO8QfNYSRzVmqOd0x4hldsjDIVlxwc5q0Gtwwzu
iiSJydLNm0ybdSIECQ0cAYyY4ur516GTLRJwH6HeYtwq0KAo7gmaCh9GWu9NbNya
svQsLEhvYwNpsFxlxLK2ZHXU5JELH3AcfHcNmKsrQHmX9mubwMAp9PuUcEFSskVr
H8vBbm9aDJu8qsra9d2Rnww7RsqPDVD8t0Ip4+j22wDbH7TvgCEzAHt0kNnVuRvf
jZK/Gf9IyQKg+9A/1Qj1Nmct6ruFG7Eb7dTkeayT8IbR/xx07yMMPagYoriamaiq
S/1syU85mg5XDq41pMxBwM6DsqgeihpPTRxh0O/hCp7Jhe3xlk2zZHvoIc3C/F9X
kFSsaw9MENc7dbttfs8oSGg9ziFU5XoEQ+m/H6Zh3NPjqcaztv4a2K6sxzsWobrZ
dt2A6AupEI3KBAXW7lwqKwzv6CFJ7KuW8I/tKEtpnVg+lUA5MTZYsH70aqLT0O6s
pIhpKGXe+vxIVC02314qoJD4yxO0cuVjOo55RyIPILXe6NGssZVW3mk6WJJAOxtR
P3vf1n/b9qT2VOkeTE9WIoy9K0Dx3C3+MGRaYOdt+gEXk3xr9qCCwfewwI44Jk9a
c7TORHWpgDOmQzQd/nJAv3cnfuJuf9Kd8VuZOzvtn27w

Bug#1062112: gfsview: NMU diff for 64-bit time_t transition

2024-01-31 Thread Lukas Märdian
Source: gfsview
Version: 20121130+dfsg-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
gfsview 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 gfsview
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')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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 gfsview-20121130+dfsg/debian/changelog 
gfsview-20121130+dfsg/debian/changelog
--- gfsview-20121130+dfsg/debian/changelog  2023-09-23 09:26:24.0 
+
+++ gfsview-20121130+dfsg/debian/changelog  2024-01-31 11:33:22.0 
+
@@ -1,3 +1,10 @@
+gfsview (20121130+dfsg-8.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian   Wed, 31 Jan 2024 11:33:22 +
+
 gfsview (20121130+dfsg-8) unstable; urgency=medium
 
   * Team upload
diff -Nru gfsview-20121130+dfsg/debian/control 
gfsview-20121130+dfsg/debian/control
--- gfsview-20121130+dfsg/debian/control2023-09-23 09:24:57.0 
+
+++ gfsview-20121130+dfsg/debian/control2024-01-31 11:33:22.0 
+
@@ -22,7 +22,7 @@
 Architecture: any
 Depends: fonts-tlwg-garuda-otf,
  libgfs-dev,
- libgfsgl0 (= ${binary:Version}),
+ libgfsgl0t64 (= ${binary:Version}),
  zenity,
  ${misc:Depends},
  ${shlibs:Depends}
@@ -44,7 +44,10 @@
 * Offline image generation.
 * Quality PostScript, PDF and bitmap outputs.
 
-Package: libgfsgl0
+Package: libgfsgl0t64
+Provides: ${t64:Provides}
+Replaces: libgfsgl0
+Breaks: libgfsgl0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
@@ -75,7 +78,7 @@
 Section: libdevel
 Depends: ${misc:Depends},
  ${shlibs:Depends},
- libgfsgl0 (= ${binary:Version})
+ libgfsgl0t64 (= ${binary:Version})
 Pre-Depends: ${misc:Pre-Depends}
 Description: graphical viewer for Gerris simulation files. Development files
  Gerris is a system for the solution of the partial differential
diff -Nru gfsview-20121130+dfsg/debian/libgfsgl0.install 
gfsview-20121130+dfsg/debian/libgfsgl0.install
--- gfsview-20121130+dfsg/debian/libgfsgl0.install  2023-09-23 
08:54:21.0 +
+++ gfsview-20121130+dfsg/debian/libgfsgl0.install  1970-01-01 
00:00:00.0 +
@@ -1,3 +0,0 @@
-usr/lib/*/libgfsgl*.so.*
-usr/lib/*/gerris/libgfsview2D-0.0.1.so
-usr/lib/*/gerris/libgfsview3D-0.0.1.so
diff -Nru gfsview-20121130+dfsg/debian/libgfsgl0t64.install 
gfsview-20121130+dfsg/debian/libgfsgl0t64.install
--- gfsview-20121130+dfsg/debian/libgfsgl0t64.install   1970-01-01 
00:00:00.0 +
+++ gfsview-20121130+dfsg/debian/libgfsgl0t64.install   2023-09-23 
08:54:21.0 +
@@ -0,0 +1,3 @@
+usr/lib/*/libgfsgl*.so.*
+usr/lib/*/gerris/libgfsview2D-0.0.1.so
+usr/lib/*/gerris/libgfsview3D-0.0.1.so
diff -Nru gfsview-20121130+dfsg/debian/libgfsgl0t64.lintian-overrides 
gfsview-20121130+dfsg/debian/libgfsgl0t64.lintian-overrides
--- gfsview-20121130+dfsg/debian/libgfsgl0t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ gfsview-20121130+dfsg/debian/libgfsgl0t64.lintian-overrides 2024-01-31 
11:33:22.0 +
@@ -0,0 +1 @@
+libgfsgl0t64: package-name-doesnt-match-sona

lapack_3.12.0-2_source.changes ACCEPTED into unstable

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 11:32:02 +0100
Source: lapack
Architecture: source
Version: 3.12.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Sébastien Villemot 
Closes: 1058459
Changes:
 lapack (3.12.0-2) unstable; urgency=medium
 .
   * disable-b1nrm2-tests.patch: new patch, disables new tests that fail on i386
   * Drop isnan.3 manpage that conflicts with manpages-dev (Closes: #1058459)
   * d/rules: simplify the logic for getting buildflags
   * d/rules: build BLAS testsuite with -frecursive, for consistency
   * Set upstream metadata fields: Security-Contact.
   * Update standards version to 4.6.2, no changes needed.
Checksums-Sha1:
 f3242d29f52566da2b79b2295803a5255ffc0a0a 3307 lapack_3.12.0-2.dsc
 9d6d0f553746e72d2dd5ef87b4e0544039f06329 28408 lapack_3.12.0-2.debian.tar.xz
 a320774cce8739001126338bb410363f3fc7af62 18226 lapack_3.12.0-2_amd64.buildinfo
Checksums-Sha256:
 2b079892997c724e3b0d649b00986ef21f1438e219b44e4146d34d058356c0d6 3307 
lapack_3.12.0-2.dsc
 b181aa768bd0647ca99e23588195859d4032a8f75a30043775bf7b003ca8f681 28408 
lapack_3.12.0-2.debian.tar.xz
 0c7d8b5f21b9b33e1b75dad78bc7b218802fe64d27f3d3d65c0b6a125af329c5 18226 
lapack_3.12.0-2_amd64.buildinfo
Files:
 2a2c16c7ce85fa84cda9ec0274a8795a 3307 libs optional lapack_3.12.0-2.dsc
 42319f203f9e1012c747e891951eaf45 28408 libs optional 
lapack_3.12.0-2.debian.tar.xz
 c616a0b5797090a6c67aa2e48dc92187 18226 libs optional 
lapack_3.12.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAmW6JYgACgkQLOzpNQ7O
vkoeOw/8DxMnPDP7+5l9Ndb0ETO8QfNYSRzVmqOd0x4hldsjDIVlxwc5q0Gtwwzu
iiSJydLNm0ybdSIECQ0cAYyY4ur516GTLRJwH6HeYtwq0KAo7gmaCh9GWu9NbNya
svQsLEhvYwNpsFxlxLK2ZHXU5JELH3AcfHcNmKsrQHmX9mubwMAp9PuUcEFSskVr
H8vBbm9aDJu8qsra9d2Rnww7RsqPDVD8t0Ip4+j22wDbH7TvgCEzAHt0kNnVuRvf
jZK/Gf9IyQKg+9A/1Qj1Nmct6ruFG7Eb7dTkeayT8IbR/xx07yMMPagYoriamaiq
S/1syU85mg5XDq41pMxBwM6DsqgeihpPTRxh0O/hCp7Jhe3xlk2zZHvoIc3C/F9X
kFSsaw9MENc7dbttfs8oSGg9ziFU5XoEQ+m/H6Zh3NPjqcaztv4a2K6sxzsWobrZ
dt2A6AupEI3KBAXW7lwqKwzv6CFJ7KuW8I/tKEtpnVg+lUA5MTZYsH70aqLT0O6s
pIhpKGXe+vxIVC02314qoJD4yxO0cuVjOo55RyIPILXe6NGssZVW3mk6WJJAOxtR
P3vf1n/b9qT2VOkeTE9WIoy9K0Dx3C3+MGRaYOdt+gEXk3xr9qCCwfewwI44Jk9a
c7TORHWpgDOmQzQd/nJAv3cnfuJuf9Kd8VuZOzvtn27w0pnRvss=
=BzcA
-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


geomview_1.9.5-4.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 11:08:35 +
Source: geomview
Architecture: source
Version: 1.9.5-4.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Lukas Märdian 
Changes:
 geomview (1.9.5-4.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 611d0892b0eda47490c2531967f5535baa1c299c 2340 geomview_1.9.5-4.1~exp1.dsc
 05ee24b2670fe560f32408c7251cbeab41a7e208 10532 
geomview_1.9.5-4.1~exp1.debian.tar.xz
 2269f5966d437c02c47d7a2755afdd4e4fbfa5c5 10735 
geomview_1.9.5-4.1~exp1_source.buildinfo
Checksums-Sha256:
 bd1767deaf30c28387aa2ce2253a8f8b65a865fb77ea88d6a26493aa7f4e4969 2340 
geomview_1.9.5-4.1~exp1.dsc
 ee7ae32d26777ac5a46ed083ae30d4026a31f7698e43dcffdafa6d2837269aba 10532 
geomview_1.9.5-4.1~exp1.debian.tar.xz
 bc4ab1473d3a22727f35f5044abad5ad042fd3e5abf66b2b398c936537c3f892 10735 
geomview_1.9.5-4.1~exp1_source.buildinfo
Files:
 fcc3b3dd872ce24d39f388347cc6b898 2340 math optional geomview_1.9.5-4.1~exp1.dsc
 29e1dbefa3c3744aaece3a26fcb1f529 10532 math optional 
geomview_1.9.5-4.1~exp1.debian.tar.xz
 c60707a59adf667dee84ea8b0c9890ae 10735 math optional 
geomview_1.9.5-4.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmW6KjgRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrItihQ//c0cMpdJBAuUPhwCFWhxQxNr+67FdUjmc
FP5WIQaxdh9HBIsWtEkMr0IvKokvHlF6fJy7ZVvcTDpNjtEyDmTc+kvhQV0bcSZI
kWOcNIcRVZqN9uKeXWun9UIsfMss1V2LBGUp5jrAZwSPrrN4VccthLsNGLfvwH4e
mSKWIg85XAxBYu9e9Uq0/OCU0bzH93qBnCmXmEDD2ONM9vbnOfIqC5CvHbh3fDMX
1TDq/mnjQ2HrCuxKlgTFnZfxDheDqSx3mC7b8ztXx0B+hAUrFRJV5f6+5x1kCN4i
6+JamxLLNm1qf+F8I60YxIa2/MC4t1s6rQzuNF8a+cTsrXWFiBh+QusezOGqZO5p
s7z9in6UrUoxuqYlJXAJc/bNDr3LnP83jA7AKaBL0pYbJ+W0kpkbvhm8bx1c+CPt
kcivOmopFcs4EFwL991Wjm0iHlOivFrK2HxZqUP2psDnNg1cdpM7vcm8kf2z0Cqg
AMgD2ahqVWBEY04Yz06e3J/o/fDVKZ3dC+CT6pF2xWB/hinR79F0lGMf9CXdyMSx
SbAxxROtdyIe6UXtL0H7q6kddpnnTDd/XMxHHoCzde0nPf84WUKvvknP0Jm7e6mO
aYTvV9ZDvyGtBAOGhYTquj/kOxVGXMRUAt49AHBd6W7pjjlPfL4+1VfKuhmfNzZA
0qGNmLFkucA=
=2oYl
-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


coinor-bonmin_1.8.9-1.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 10:53:45 +
Source: coinor-bonmin
Architecture: source
Version: 1.8.9-1.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Changes:
 coinor-bonmin (1.8.9-1.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 bdb197901d0a0c3ecaae6f53997007e29aef644f 2276 coinor-bonmin_1.8.9-1.1~exp1.dsc
 e65fc734ba851ecf3193406448af058467436762 7924 
coinor-bonmin_1.8.9-1.1~exp1.debian.tar.xz
 60056631d2e8e906caeb73a031566e484a886573 11188 
coinor-bonmin_1.8.9-1.1~exp1_source.buildinfo
Checksums-Sha256:
 db5ccb86fa53952abb35e25821b49e6ffcf3651f69477663b75055879cdeabd5 2276 
coinor-bonmin_1.8.9-1.1~exp1.dsc
 fcc74aed1a63dd399e4a7067dcdaa0ea318a64212981ba2af23441e2f92d2e6c 7924 
coinor-bonmin_1.8.9-1.1~exp1.debian.tar.xz
 e21fbfd9aaa8df6ac76e4b284ee8ca202a108c83e52f9509792a4e910da05fbf 11188 
coinor-bonmin_1.8.9-1.1~exp1_source.buildinfo
Files:
 2937a1a795b53107a691da5b6c87b489 2276 science optional 
coinor-bonmin_1.8.9-1.1~exp1.dsc
 a233a53cb83a869754d4faf0e7ce1ed6 7924 science optional 
coinor-bonmin_1.8.9-1.1~exp1.debian.tar.xz
 7ec988c9f7dd86a9efa56ca5298d6c82 11188 science optional 
coinor-bonmin_1.8.9-1.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW6Jr0SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9EjgP/iQySZBrSDsnVJoJPpjrSBc0H2gQZ6o/
AvMN1R35g3BB8BoNWB8deL2mff1yGnzm0jJKrjpFpvkjFps3YPo+ggx2p7NnIDUA
VecmLwgI5Q1idbMgoFb5kp6BAY/oDv0DUkNauEBtWBvyZ4/NfmJtRxZpCBTn1N57
mT/SP0Or2+ay10L6YQYcoOV3oT9p+PGehLT5yUZLwpIjRT5u+piqDL55arg4dVQe
5eHKNVGDrPXUIvQ+rHHpVPrpMudsMvaZxJdYTPjz/d6BSme4l1UkcnIHwWofXqMq
vru0+qdFKVmmnnQUn9lOE2j9Zjs6orjg27YLrjDFKLrm2aL+Y4y+chR6SmJwfWBv
z5kBfheUbAfozi0akvltbIQmG87qS++Ov5YNAOPX2WxVA7jDjaQ2ARPwZp4LDoP6
+o4PUp64ZOLQN8Zov5yQL5fc61MJodIb2Kv4bcd4+FIiPRgUvJvfCyzk6HRCtiNd
hNjWQBjCYPieUTf9a5gaKHFaiCaROo+scj/QwCmSIu5QOOqxETBfR9QhAO4cz4xy
TVqDwGcJvTwenDTHGSw+u9wHpiLj1h9HiEr3A1v5/bRCEOr8q723bR2NRjBuKk9l
yy9iemzAeWz5TnmjGjiL0zscO3PkfM0L2ibvEs7jjwATRfttB6kjF/ZcseumruxZ
gqlMStpairBZ
=E+Sc
-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


coin3_4.0.2+ds-1.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 10:51:38 +
Source: coin3
Architecture: source
Version: 4.0.2+ds-1.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Steve Langasek 
Changes:
 coin3 (4.0.2+ds-1.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 60f95fd28ac560bf10fe6a29314937376af72a51 2435 coin3_4.0.2+ds-1.1~exp1.dsc
 a078d02fdd535dc7e0f1dc71242e2603aadf830d 14800 
coin3_4.0.2+ds-1.1~exp1.debian.tar.xz
 70b79c55ed355cf553ba2a905b3f9ccd2d0cba19 15961 
coin3_4.0.2+ds-1.1~exp1_source.buildinfo
Checksums-Sha256:
 e375900995f2c1a1d7dc8e8dafd8896aaa12ce1d6bbed53a4d5b94f31eae4d0f 2435 
coin3_4.0.2+ds-1.1~exp1.dsc
 f763e6b30b767daeb103331cca168d33f200393773f0d3f9ba853ea43a9784a6 14800 
coin3_4.0.2+ds-1.1~exp1.debian.tar.xz
 e1bdf558fc3f64345a995b263532e2507cd3e262b30ddc3b85ec6f2c1b1260fb 15961 
coin3_4.0.2+ds-1.1~exp1_source.buildinfo
Files:
 2b55ab10d602a7996053bc9cbbc9fb29 2435 graphics optional 
coin3_4.0.2+ds-1.1~exp1.dsc
 d69476eb50107bfe330f141de5b96657 14800 graphics optional 
coin3_4.0.2+ds-1.1~exp1.debian.tar.xz
 f68163b652bc7c5ea07450a83142da28 15961 graphics optional 
coin3_4.0.2+ds-1.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW6Jj8SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9e6MP/23TBMTfOJ1NxBiCgkMshUFtQy5WFDUd
g6/K4MxnHSC3t3Tilubl1zwqbu0gG6euyls1vZMKh6OspWUzv0L4WQePi7ZMHO+t
T01B7dK9KBUPe6udET68q0tD62CMJl0YUk5+SrpuZOWJLg8rT8/7SEPkcQEuiuzi
ceF9R2QubmqdDYEFLLRJti2JhsQe3DiKjPhUkGrz3oa75z0blDcydHLWi94ZV9cW
qVZkk744pUeCvyQMSg8UdkPspy+w23uF/fKpxERhrvCwEjlp4/RCdco3PFC3/V6q
iVqYwJCiUv0QSIaC3/nyyfb9oanexu03I6ul1dfzrztlQhhQch/EoSCUwiMS/4hZ
30T0dEh3QLy0vC/IKuBkGCqLIz1piuhX4Kuz2ETa4GrfahGEWTjp14bgLtLMz5nH
3sJ1qD3hquEKCTjU5TG3D+olUEoA4OiLH4u7qXBquwCk37Vzs/Zkt4CT8Wb6ceef
wd45v+kpV11zs0G8HIZePJzGhFSjHBNqFnIMfiLgUQzZvw+9CVarNejR4TI2QVBL
bbFxElLcEGCwcxBfeJ8XnvifcxY6rUerVu9axpL/I/7LTl7+AwqFBjq6YhwaxBBC
EDnTtogW6L/gaYbq+H9sALdHJ3hIiIyksB78s5fmjmS9r4YBwylMs6Lq87FWAoql
mpeROPTtHJCt
=NzyS
-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#1062106: getfem: NMU diff for 64-bit time_t transition

2024-01-31 Thread Lukas Märdian
Source: getfem
Version: 5.4.2+dfsg1-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
getfem 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 getfem
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')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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 getfem-5.4.2+dfsg1/debian/changelog 
getfem-5.4.2+dfsg1/debian/changelog
--- getfem-5.4.2+dfsg1/debian/changelog 2022-12-01 11:53:47.0 +
+++ getfem-5.4.2+dfsg1/debian/changelog 2024-01-31 11:17:45.0 +
@@ -1,3 +1,10 @@
+getfem (5.4.2+dfsg1-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian   Wed, 31 Jan 2024 11:17:45 +
+
 getfem (5.4.2+dfsg1-3) unstable; urgency=medium
 
   * Team upload.
diff -Nru getfem-5.4.2+dfsg1/debian/control getfem-5.4.2+dfsg1/debian/control
--- getfem-5.4.2+dfsg1/debian/control   2022-12-01 11:53:47.0 +
+++ getfem-5.4.2+dfsg1/debian/control   2024-01-31 11:17:45.0 +
@@ -27,7 +27,7 @@
 Breaks: libgetfem++-dev (<< 5.4.1~)
 Architecture: any
 Section: libdevel
-Depends: libgetfem5 (= ${binary:Version}),
+Depends: libgetfem5t64 (= ${binary:Version}),
  libgmm-dev (= ${binary:Version}),
  libsuperlu-dev,
  ${misc:Depends}
@@ -39,9 +39,10 @@
  This package contains development files for building software that uses the
  GETFEM library.
 
-Package: libgetfem5
-Replaces: libgetfem5++ (<< 5.4.1~)
-Breaks: libgetfem5++ (<< 5.4.1~)
+Package: libgetfem5t64
+Provides: ${t64:Provides}
+Replaces: libgetfem5, libgetfem5++ (<< 5.4.1~)
+Breaks: libgetfem5 (<< ${source:Version}), libgetfem5++ (<< 5.4.1~)
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
@@ -74,7 +75,7 @@
 Architecture: any
 Section: python
 XB-Python-Version: ${python3:Versions}
-Depends: libgetfem5 (= ${binary:Version}),
+Depends: libgetfem5t64 (= ${binary:Version}),
  python3,
  python3-numpy,
  python3-scipy,
@@ -98,7 +99,7 @@
  This is a transitional package. It can safely be removed.
 
 Package: libgetfem5++
-Depends: libgetfem5, ${misc:Depends}
+Depends: libgetfem5t64, ${misc:Depends}
 Architecture: all
 Priority: optional
 Section: oldlibs
diff -Nru getfem-5.4.2+dfsg1/debian/libgetfem5.install 
getfem-5.4.2+dfsg1/debian/libgetfem5.install
--- getfem-5.4.2+dfsg1/debian/libgetfem5.install2022-12-01 
11:53:47.0 +
+++ getfem-5.4.2+dfsg1/debian/libgetfem5.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libgetfem.so.5*
diff -Nru getfem-5.4.2+dfsg1/debian/libgetfem5t64.install 
getfem-5.4.2+dfsg1/debian/libgetfem5t64.install
--- getfem-5.4.2+dfsg1/debian/libgetfem5t64.install 1970-01-01 
00:00:00.0 +
+++ getfem-5.4.2+dfsg1/debian/libgetfem5t64.install 2022-12-01 
11:53:47.0 +
@@ -0,0 +1 @@
+usr/lib/*/libgetfem.so.5*
diff -Nru getfem-5.4.2+dfsg1/debian/libgetfem5t64.lintian-overrides 
getfem-5.4.2+dfsg1/debian/libgetfem5t64.lintian-overrides
--- getfem-5.4.2+dfsg1/debian/libgetfem5t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ getfem-5.4.2+dfsg1/debian/libgetfem5t64.lintian-overrides   2024-01-31 
11:17:45.0

Processing of gerris_20131206+dfsg-19.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
gerris_20131206+dfsg-19.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  gerris_20131206+dfsg-19.1~exp1.dsc
  gerris_20131206+dfsg-19.1~exp1.debian.tar.xz
  gerris_20131206+dfsg-19.1~exp1_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


Bug#1062102: gerris: NMU diff for 64-bit time_t transition

2024-01-31 Thread Lukas Märdian
Source: gerris
Version: 20131206+dfsg-19
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
gerris 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 gerris
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')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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 gerris-20131206+dfsg/debian/changelog 
gerris-20131206+dfsg/debian/changelog
--- gerris-20131206+dfsg/debian/changelog   2020-02-10 09:37:14.0 
+
+++ gerris-20131206+dfsg/debian/changelog   2024-01-31 11:13:36.0 
+
@@ -1,3 +1,10 @@
+gerris (20131206+dfsg-19.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian   Wed, 31 Jan 2024 11:13:36 +
+
 gerris (20131206+dfsg-19) unstable; urgency=medium
 
   * Team upload.
diff -Nru gerris-20131206+dfsg/debian/control 
gerris-20131206+dfsg/debian/control
--- gerris-20131206+dfsg/debian/control 2020-02-10 09:37:14.0 +
+++ gerris-20131206+dfsg/debian/control 2024-01-31 11:13:36.0 +
@@ -54,7 +54,8 @@
  .
  This package has MPI support built in.
 
-Package: libgfs-1.3-2
+Package: libgfs-1.3-2t64
+Provides: ${t64:Provides}
 Architecture: any
 Section: devel
 Depends:
@@ -77,7 +78,7 @@
 Section: libdevel
 Depends:
  ffmpeg,
- libgfs-1.3-2 (= ${binary:Version}),
+ libgfs-1.3-2t64 (= ${binary:Version}),
  libgts-dev,
  ${misc:Depends},
  ${shlibs:Depends}
diff -Nru gerris-20131206+dfsg/debian/libgfs-1.3-2.install 
gerris-20131206+dfsg/debian/libgfs-1.3-2.install
--- gerris-20131206+dfsg/debian/libgfs-1.3-2.install2020-02-10 
09:37:14.0 +
+++ gerris-20131206+dfsg/debian/libgfs-1.3-2.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libgfs*.so.*
diff -Nru gerris-20131206+dfsg/debian/libgfs-1.3-2.lintian-overrides 
gerris-20131206+dfsg/debian/libgfs-1.3-2.lintian-overrides
--- gerris-20131206+dfsg/debian/libgfs-1.3-2.lintian-overrides  2020-02-10 
09:37:14.0 +
+++ gerris-20131206+dfsg/debian/libgfs-1.3-2.lintian-overrides  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-libgfs-1.3-2: package-name-doesnt-match-sonames
diff -Nru gerris-20131206+dfsg/debian/libgfs-1.3-2t64.install 
gerris-20131206+dfsg/debian/libgfs-1.3-2t64.install
--- gerris-20131206+dfsg/debian/libgfs-1.3-2t64.install 1970-01-01 
00:00:00.0 +
+++ gerris-20131206+dfsg/debian/libgfs-1.3-2t64.install 2020-02-10 
09:37:14.0 +
@@ -0,0 +1 @@
+usr/lib/*/libgfs*.so.*
diff -Nru gerris-20131206+dfsg/debian/libgfs-1.3-2t64.lintian-overrides 
gerris-20131206+dfsg/debian/libgfs-1.3-2t64.lintian-overrides
--- gerris-20131206+dfsg/debian/libgfs-1.3-2t64.lintian-overrides   
1970-01-01 00:00:00.0 +
+++ gerris-20131206+dfsg/debian/libgfs-1.3-2t64.lintian-overrides   
2024-01-31 11:13:36.0 +
@@ -0,0 +1,2 @@
+libgfs-1.3-2t64: package-name-doesnt-match-sonames
+libgfs-1.3-2t64: package-name-doesnt-match-sonames libgfs-1.3-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


Processing of geomview_1.9.5-4.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
geomview_1.9.5-4.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  geomview_1.9.5-4.1~exp1.dsc
  geomview_1.9.5-4.1~exp1.debian.tar.xz
  geomview_1.9.5-4.1~exp1_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


Bug#1062099: geomview: NMU diff for 64-bit time_t transition

2024-01-31 Thread Lukas Märdian
Source: geomview
Version: 1.9.5-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
geomview 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 geomview
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')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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 geomview-1.9.5/debian/changelog geomview-1.9.5/debian/changelog
--- geomview-1.9.5/debian/changelog 2022-10-15 23:33:51.0 +
+++ geomview-1.9.5/debian/changelog 2024-01-31 11:05:51.0 +
@@ -1,3 +1,10 @@
+geomview (1.9.5-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian   Wed, 31 Jan 2024 11:05:51 +
+
 geomview (1.9.5-4) unstable; urgency=medium
 
   [ Steve Robbins ]
diff -Nru geomview-1.9.5/debian/control geomview-1.9.5/debian/control
--- geomview-1.9.5/debian/control   2022-10-15 23:33:51.0 +
+++ geomview-1.9.5/debian/control   2024-01-31 11:05:51.0 +
@@ -46,7 +46,10 @@
  controlling the motion of certain objects) while allowing
  interactive control of everything else.
 
-Package: libgeomview-1.9.5
+Package: libgeomview-1.9.5t64
+Provides: ${t64:Provides}
+Replaces: libgeomview-1.9.5
+Breaks: libgeomview-1.9.5 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -64,7 +67,7 @@
 Section: libdevel
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- libgeomview-1.9.5 (= ${binary:Version})
+ libgeomview-1.9.5t64 (= ${binary:Version})
 Description: geomview library development package
  Geomview is interactive geometry software which is
  particularly appropriate for mathematics research and education.
diff -Nru geomview-1.9.5/debian/libgeomview-1.9.5.install 
geomview-1.9.5/debian/libgeomview-1.9.5.install
--- geomview-1.9.5/debian/libgeomview-1.9.5.install 2022-10-15 
23:33:51.0 +
+++ geomview-1.9.5/debian/libgeomview-1.9.5.install 1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-#! /usr/bin/dh-exec
-debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libgeomview-*.so
diff -Nru geomview-1.9.5/debian/libgeomview-1.9.5t64.install 
geomview-1.9.5/debian/libgeomview-1.9.5t64.install
--- geomview-1.9.5/debian/libgeomview-1.9.5t64.install  1970-01-01 
00:00:00.0 +
+++ geomview-1.9.5/debian/libgeomview-1.9.5t64.install  2022-10-15 
23:33:51.0 +
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libgeomview-*.so
diff -Nru geomview-1.9.5/debian/libgeomview-1.9.5t64.lintian-overrides 
geomview-1.9.5/debian/libgeomview-1.9.5t64.lintian-overrides
--- geomview-1.9.5/debian/libgeomview-1.9.5t64.lintian-overrides
1970-01-01 00:00:00.0 +
+++ geomview-1.9.5/debian/libgeomview-1.9.5t64.lintian-overrides
2024-01-31 11:05:51.0 +
@@ -0,0 +1 @@
+libgeomview-1.9.5t64: package-name-doesnt-match-sonames libgeomview-1.9.5
-- 
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#1062096: marked as done (colpack: NMU diff for 64-bit time_t transition)

2024-01-31 Thread Debian Bug Tracking System
Your message dated Wed, 31 Jan 2024 03:06:46 -0800
with message-id 
and subject line Re: colpack: NMU diff for 64-bit time_t transition
has caused the Debian Bug report #1062096,
regarding colpack: NMU diff for 64-bit time_t transition
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.)


-- 
1062096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062096
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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-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 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-31 11:01:32.0 +
@@ -1,3 +1,10 @@
+colpack (1.0.10-7.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Wed, 31 Jan 2024 11:01:32 +
+
 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-31 11:01:32.0 +
@@ -15,7 +15,7 @@
 Section: libdevel
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, libcolpack0v5 (= ${binary:Version})
+Depends: ${misc:Depends}, libcolpack0t64 (= ${binary:Version})
 Multi-Arch: same
 Description: Specialized graph vertex coloring library, development files
  ColPack is a package comprising of implementation of algorithms for
@@ -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 -Nr

qemu-web-desktop_24.01.19+ds1-2_source.changes ACCEPTED into unstable

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 11:12:49 +0100
Source: qemu-web-desktop
Architecture: source
Version: 24.01.19+ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Roland Mas 
Changes:
 qemu-web-desktop (24.01.19+ds1-2) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 88399dc1878df5456d27bc3de32e522faec7eaea 2277 
qemu-web-desktop_24.01.19+ds1-2.dsc
 22038ee7245f072b0483e3556ab146107a16c8fa 2013968 
qemu-web-desktop_24.01.19+ds1.orig.tar.xz
 7242329c902d81c00bc6dd77658239ee72048222 14564 
qemu-web-desktop_24.01.19+ds1-2.debian.tar.xz
 42800d765adfa0681d17385ad167a065ddb8de1c 7750 
qemu-web-desktop_24.01.19+ds1-2_amd64.buildinfo
Checksums-Sha256:
 3e4e59f23f66daed054ded3f301e63bb1a33281dee1a4880296b4e7151ce7ce6 2277 
qemu-web-desktop_24.01.19+ds1-2.dsc
 8d83a152c93e12400643f809a1027285e68b3aac98ed5d046438313cf4317071 2013968 
qemu-web-desktop_24.01.19+ds1.orig.tar.xz
 35d36542e1ee378b83fd52e6675ebd1b3fd7c075b2f9ce0724b64f3c9274ae28 14564 
qemu-web-desktop_24.01.19+ds1-2.debian.tar.xz
 9a00eb9b03f8fde43d253eb6489e49b36e00445cd110ceffdd34cd786bfa71d1 7750 
qemu-web-desktop_24.01.19+ds1-2_amd64.buildinfo
Files:
 2ca4db5448b4ba5047f21659336ea130 2277 science optional 
qemu-web-desktop_24.01.19+ds1-2.dsc
 5fae7c8499f27610941f1f78c1bda457 2013968 science optional 
qemu-web-desktop_24.01.19+ds1.orig.tar.xz
 be99fa2ab96cd000bf078b6d54836858 14564 science optional 
qemu-web-desktop_24.01.19+ds1-2.debian.tar.xz
 407c7a84792c6fc002719b6d8d81d89f 7750 science optional 
qemu-web-desktop_24.01.19+ds1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmW6HwIACgkQ0w3s0lmT
Ivw/jQ//UBEbPwQv20+o98GC+U0MV5P8TltSygxtL5XEHKCSziv+NvApWJWIsP+x
i5f3+3oA91IFZOSxPXq/wwRdgE3OmB1XRMyQZDdsqWFlBbm0uFXnYzJjGUcux5CK
QE5rO5orsOu6Z6G/ZyDIvbagFd4MqhNRmtUm6OTXNddl8FWiOK7GeVWU0vEyBN0f
2T4LzfIMthAALw04LceHM67cx6lmqmH8ldzcFCHutNc78cy4J+vO3OBnkNdzdupM
Y1y9Anwd5LHEpa3z/mOnY1EMdnTwZEvrDshsOJ0OsQFr440D8JR48lEMo30wnKys
9RG2BuDvKtPo1IMwnIbS+dH1K03aZn4v9x75JFwcOBYdAG/hrO4mrypIXubw0SyZ
2ms7LIsP72hwAXuGOwjE+SIIF87H2P1YL1y5d8bJDIXQi2eIScauB3tVltiuwZrG
aMiHOtOcrRFQ8A09UIexUK0iEfl4J/Xkl54HbHc+cIFUR9QyhQzl8/5QNP/1DOS2
c+AK6zOr5LO9L7cmWuKeA/A4bnM50l62bhd4R6eR7lDU6fkwMYpzVT0+eQ4SrMox
MOwQ2NnUnljt3jw34UPq/T+LCDgLXAU1lqv4Ac/geUnd+mk2EC+VXCJmjmRHtVJy
pQHPDCJI9UH998S9sP49GFNLUgW5u0gXPc9tPJ8ZtohS7IWHDxE=
=81k1
-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#1062096: colpack: NMU diff for 64-bit time_t transition

2024-01-31 Thread Steve Langasek
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-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 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-31 11:01:32.0 +
@@ -1,3 +1,10 @@
+colpack (1.0.10-7.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Wed, 31 Jan 2024 11:01:32 +
+
 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-31 11:01:32.0 +
@@ -15,7 +15,7 @@
 Section: libdevel
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, libcolpack0v5 (= ${binary:Version})
+Depends: ${misc:Depends}, libcolpack0t64 (= ${binary:Version})
 Multi-Arch: same
 Description: Specialized graph vertex coloring library, development files
  ColPack is a package comprising of implementation of algorithms for
@@ -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-31 
11:01:32.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/cg

Processing of coin3_4.0.2+ds-1.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
coin3_4.0.2+ds-1.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  coin3_4.0.2+ds-1.1~exp1.dsc
  coin3_4.0.2+ds-1.1~exp1.debian.tar.xz
  coin3_4.0.2+ds-1.1~exp1_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 coinor-bonmin_1.8.9-1.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
coinor-bonmin_1.8.9-1.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  coinor-bonmin_1.8.9-1.1~exp1.dsc
  coinor-bonmin_1.8.9-1.1~exp1.debian.tar.xz
  coinor-bonmin_1.8.9-1.1~exp1_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


Bug#1062093: coinor-bonmin: NMU diff for 64-bit time_t transition

2024-01-31 Thread Steve Langasek
Source: coinor-bonmin
Version: 1.8.9-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
coinor-bonmin 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 coinor-bonmin
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 coinor-bonmin-1.8.9/debian/changelog 
coinor-bonmin-1.8.9/debian/changelog
--- coinor-bonmin-1.8.9/debian/changelog2023-01-31 15:18:23.0 
+
+++ coinor-bonmin-1.8.9/debian/changelog2024-01-31 10:52:04.0 
+
@@ -1,3 +1,10 @@
+coinor-bonmin (1.8.9-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Wed, 31 Jan 2024 10:52:04 +
+
 coinor-bonmin (1.8.9-1) unstable; urgency=medium
 
   * New upstream version 1.8.9
diff -Nru coinor-bonmin-1.8.9/debian/coinor-libbonmin4.install 
coinor-bonmin-1.8.9/debian/coinor-libbonmin4.install
--- coinor-bonmin-1.8.9/debian/coinor-libbonmin4.install2022-11-30 
15:12:15.0 +
+++ coinor-bonmin-1.8.9/debian/coinor-libbonmin4.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libbonmin*.so.*
diff -Nru coinor-bonmin-1.8.9/debian/coinor-libbonmin4.lintian-overrides 
coinor-bonmin-1.8.9/debian/coinor-libbonmin4.lintian-overrides
--- coinor-bonmin-1.8.9/debian/coinor-libbonmin4.lintian-overrides  
2022-12-02 19:48:18.0 +
+++ coinor-bonmin-1.8.9/debian/coinor-libbonmin4.lintian-overrides  
1970-01-01 00:00:00.0 +
@@ -1,6 +0,0 @@
-# We won't provide symbols for this C++ library, using shlibs instead.
-no-symbols-control-file usr/lib/x86_64-linux-gnu/libbonmin.so.*
-
-# We followed the (at least implicit) naming convention for coinor packages in
-# Debian.
-package-name-doesnt-match-sonames libbonmin*
diff -Nru coinor-bonmin-1.8.9/debian/coinor-libbonmin4t64.install 
coinor-bonmin-1.8.9/debian/coinor-libbonmin4t64.install
--- coinor-bonmin-1.8.9/debian/coinor-libbonmin4t64.install 1970-01-01 
00:00:00.0 +
+++ coinor-bonmin-1.8.9/debian/coinor-libbonmin4t64.install 2022-11-30 
15:12:15.0 +
@@ -0,0 +1 @@
+usr/lib/*/libbonmin*.so.*
diff -Nru coinor-bonmin-1.8.9/debian/coinor-libbonmin4t64.lintian-overrides 
coinor-bonmin-1.8.9/debian/coinor-libbonmin4t64.lintian-overrides
--- coinor-bonmin-1.8.9/debian/coinor-libbonmin4t64.lintian-overrides   
1970-01-01 00:00:00.0 +
+++ coinor-bonmin-1.8.9/debian/coinor-libbonmin4t64.lintian-overrides   
2024-01-31 10:52:04.0 +
@@ -0,0 +1,7 @@
+# We won't provide symbols for this C++ library, using shlibs instead.
+no-symbols-control-file usr/lib/x86_64-linux-gnu/libbonmin.so.*
+
+# We followed the (at least implicit) naming convention for coinor packages in
+# Debian.
+package-name-doesnt-match-sonames libbonmin*
+coinor-libbonmin4t64: package-name-doesnt-match-sonames coinor-libbonmin4
diff -Nru coinor-bonmin-1.8.9/debian/control coinor-bonmin-1.8.9/debian/control
--- coinor-bonmin-1.8.9/debian/control  2023-01-31 15:16:18.0 +
+++ coinor-bonmin-1.8.9/debian/control  2024-01-31 10:52:04.0 +
@@ -18,7 +18,10 @@
 Vcs-Git: https

Processing of lapack_3.12.0-2_source.changes

2024-01-31 Thread Debian FTP Masters
lapack_3.12.0-2_source.changes uploaded successfully to localhost
along with the files:
  lapack_3.12.0-2.dsc
  lapack_3.12.0-2.debian.tar.xz
  lapack_3.12.0-2_amd64.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


Bug#1062092: coin3: NMU diff for 64-bit time_t transition

2024-01-31 Thread Steve Langasek
Source: coin3
Version: 4.0.2+ds-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
coin3 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 coin3
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 coin3-4.0.2+ds/debian/changelog coin3-4.0.2+ds/debian/changelog
--- coin3-4.0.2+ds/debian/changelog 2023-12-09 15:57:42.0 +
+++ coin3-4.0.2+ds/debian/changelog 2024-01-31 10:44:33.0 +
@@ -1,3 +1,10 @@
+coin3 (4.0.2+ds-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Wed, 31 Jan 2024 10:44:33 +
+
 coin3 (4.0.2+ds-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru coin3-4.0.2+ds/debian/control coin3-4.0.2+ds/debian/control
--- coin3-4.0.2+ds/debian/control   2023-12-09 15:56:48.0 +
+++ coin3-4.0.2+ds/debian/control   2024-01-31 10:44:33.0 +
@@ -25,7 +25,10 @@
 Vcs-Git: https://salsa.debian.org/science-team/coin3.git
 Homepage: https://github.com/coin3d
 
-Package: libcoin80c
+Package: libcoin80t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libcoin80c
+Breaks: libcoin80c (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -37,7 +40,7 @@
   libsimage-dev,
   zlib1g
 Pre-Depends: ${misc:Pre-Depends}
-Replaces: libcoin80v5
+Replaces: libcoin80c, libcoin80v5
 Description: high-level 3D graphics kit implementing the Open Inventor API
  Coin is an OpenGL-based, retain-mode 3D graphics library that
  implements the Open Inventor 2.1 API. It also includes support for
@@ -52,7 +55,7 @@
 Package: libcoin-dev
 Architecture: any
 Section: libdevel
-Depends: libcoin80c (= ${binary:Version}),
+Depends: libcoin80t64 (= ${binary:Version}),
  libgl-dev,
 libopengl-dev,
 libglew-dev,
@@ -93,7 +96,7 @@
 Multi-Arch: foreign
 Section: libs
 Depends: ${misc:Depends}
-Suggests: libcoin80c
+Suggests: libcoin80t64
 Replaces: libcoin80-runtime
 Breaks: libcoin80-runtime
 Description: high-level 3D graphics kit - external data files
diff -Nru coin3-4.0.2+ds/debian/libcoin80c.install 
coin3-4.0.2+ds/debian/libcoin80c.install
--- coin3-4.0.2+ds/debian/libcoin80c.install2023-12-09 15:56:48.0 
+
+++ coin3-4.0.2+ds/debian/libcoin80c.install1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru coin3-4.0.2+ds/debian/libcoin80t64.install 
coin3-4.0.2+ds/debian/libcoin80t64.install
--- coin3-4.0.2+ds/debian/libcoin80t64.install  1970-01-01 00:00:00.0 
+
+++ coin3-4.0.2+ds/debian/libcoin80t64.install  2023-12-09 15:56:48.0 
+
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru coin3-4.0.2+ds/debian/libcoin80t64.lintian-overrides 
coin3-4.0.2+ds/debian/libcoin80t64.lintian-overrides
--- coin3-4.0.2+ds/debian/libcoin80t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ coin3-4.0.2+ds/debian/libcoin80t64.lintian-overrides2024-01-31 
10:44:33.0 +
@@ -0,0 +1 @@
+libcoin80t64: package-name-doesnt-match-sonames libcoin80c
-- 
debian-science-maintainers mailing list
debian-science-maintainers@a

Processing of qemu-web-desktop_24.01.19+ds1-2_source.changes

2024-01-31 Thread Debian FTP Masters
qemu-web-desktop_24.01.19+ds1-2_source.changes uploaded successfully to 
localhost
along with the files:
  qemu-web-desktop_24.01.19+ds1-2.dsc
  qemu-web-desktop_24.01.19+ds1.orig.tar.xz
  qemu-web-desktop_24.01.19+ds1-2.debian.tar.xz
  qemu-web-desktop_24.01.19+ds1-2_amd64.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


Bug#1061766: marked as done (xmds2 ftbfs with Python 3.12 as default)

2024-01-31 Thread Debian Bug Tracking System
Your message dated Wed, 31 Jan 2024 10:25:05 +
with message-id 
and subject line Bug#1061766: fixed in xmds2 3.1.0+dfsg2-8
has caused the Debian Bug report #1061766,
regarding xmds2 ftbfs with Python 3.12 as default
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.)


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

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
--- End Message ---
--- Begin Message ---
Source: xmds2
Source-Version: 3.1.0+dfsg2-8
Done: Rafael Laboissière 

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

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

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

Debian distribution maintenance software
pp.
Rafael Laboissière  (supplier of updated xmds2 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 30 Jan 2024 11:29:12 -0300
Source: xmds2
Architecture: source
Version: 3.1.0+dfsg2-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Rafael Laboissière 
Closes: 1061766
Changes:
 xmds2 (3.1.0+dfsg2-8) unstable; urgency=medium
 .
   * d/s/options: Do not exclude files under xpdeint/waf/
   * d/p/do-not-use-imp-module.patch: New patch (Closes: #1061766)
   * d/control: Drop unnecessary build-dependencies on
 libjs-{jquery,sphinxdoc,jquery}
   * Use dh_sphinxdoc instead of manually creating symlinks for *.js
 files
Checksums-Sha1:
 e39172dc4e8b570d0fa4e4a54e88e55fe6c2e849 2938 xmds2_3.1.0+dfsg2-8.dsc
 7dfa770d5c148e896e1f17cc2284c79475c36769 16876 
xmds2_3.1.0+dfsg2-8.debian.tar.xz
Checksums-Sha256:
 4a9d15ba93928f36c83d712ed7ea03d810d8ba65a2fcfe09adb405a849a9625e 2938 
xmds2_3.1.0+dfsg2-8.dsc
 b39aafa9c9fceddf6203b7ac0dacc7facd1a06a148b5d3166babc834670bfddf 16876 
xmds2_3.1.0+dfsg2-8.debian.tar.xz
Files:
 61abe1540371505b8dadce779ff17cff 2938 science optional xmds2_3.1.0+dfsg2-8.dsc
 7653ea443ff74b826647c22b34fcf43f 16876 science optional 
xmds2_3.1.0+dfsg2-8.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJGBAEBCAAwFiEEP0ZDkUmP6HS9tdmPISSqGYN4XJAFAmW6EhcSHHJhZmFlbEBk
ZWJpYW4ub3JnAAoJECEkqhmDeFyQsVUP/jMf/3/X50PXgGoDNp/6Jt0uGZXqXfKW
ncjtDzIJgS8sqx4ephD3fUhtnvEzsYY6s9YoG8icjyDbUxWVhIn5UisR1SdU1RxV
6jgs5dg9e8xXfnUaT8MCbYpfBID46IUMUDErUzGBoupcXrksrMWx9afURTgabpqj
CUSsux4CGmuvGQ2Q5qX5/HpqqNS8fugOMi4w71DJxfrICn5kvFGCo8Fb1/MNDh0W
cU0s4gXptgSSUUNQheKTVANnyQAS/t4Lm2LLd0A4Jh3JCsUaSneT20H/EaKfauLc
Be9bEK2xbAPFZXE3sy7R3LKYkPTWG/EDiUOVb1w3FcuCpmwKi/RQ4/e59aR+McKI
PgSAQEq8kfgpdDeMo5uW1vePe3Ji2s7z0eKFb3+tqqxm2UGhyvRTq/OT0SAJnn2v
JO63MuQxv1V7V7Nxl41T7H7a03DW2et0hCEyanY2H/tcB4+OPvZFu7dKllbWYBLF
Yc1PWN2tdogXsyqKqhvZPBfFM/kC/nM7UfecdlUvTpbWcopsQBC3KK2Ymw8/AhI/
8KBd3tfYzdItJx/YUeLt1CSTPRH9DdsOVGhmAkm0wXpBPl+wZCSMBMpUAc5mkqcT
VmwTBkhfvVOEz13qWaO9sz8SAbezuQRVEmqNZaaogeO8DWyijyv0Dfp0cSaMv1IH
xRXXP5iV4pMU
=4Mat
-END PGP SIGNATURE End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-b

xmds2_3.1.0+dfsg2-8_source.changes ACCEPTED into unstable

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 30 Jan 2024 11:29:12 -0300
Source: xmds2
Architecture: source
Version: 3.1.0+dfsg2-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Rafael Laboissière 
Closes: 1061766
Changes:
 xmds2 (3.1.0+dfsg2-8) unstable; urgency=medium
 .
   * d/s/options: Do not exclude files under xpdeint/waf/
   * d/p/do-not-use-imp-module.patch: New patch (Closes: #1061766)
   * d/control: Drop unnecessary build-dependencies on
 libjs-{jquery,sphinxdoc,jquery}
   * Use dh_sphinxdoc instead of manually creating symlinks for *.js
 files
Checksums-Sha1:
 e39172dc4e8b570d0fa4e4a54e88e55fe6c2e849 2938 xmds2_3.1.0+dfsg2-8.dsc
 7dfa770d5c148e896e1f17cc2284c79475c36769 16876 
xmds2_3.1.0+dfsg2-8.debian.tar.xz
Checksums-Sha256:
 4a9d15ba93928f36c83d712ed7ea03d810d8ba65a2fcfe09adb405a849a9625e 2938 
xmds2_3.1.0+dfsg2-8.dsc
 b39aafa9c9fceddf6203b7ac0dacc7facd1a06a148b5d3166babc834670bfddf 16876 
xmds2_3.1.0+dfsg2-8.debian.tar.xz
Files:
 61abe1540371505b8dadce779ff17cff 2938 science optional xmds2_3.1.0+dfsg2-8.dsc
 7653ea443ff74b826647c22b34fcf43f 16876 science optional 
xmds2_3.1.0+dfsg2-8.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJGBAEBCAAwFiEEP0ZDkUmP6HS9tdmPISSqGYN4XJAFAmW6EhcSHHJhZmFlbEBk
ZWJpYW4ub3JnAAoJECEkqhmDeFyQsVUP/jMf/3/X50PXgGoDNp/6Jt0uGZXqXfKW
ncjtDzIJgS8sqx4ephD3fUhtnvEzsYY6s9YoG8icjyDbUxWVhIn5UisR1SdU1RxV
6jgs5dg9e8xXfnUaT8MCbYpfBID46IUMUDErUzGBoupcXrksrMWx9afURTgabpqj
CUSsux4CGmuvGQ2Q5qX5/HpqqNS8fugOMi4w71DJxfrICn5kvFGCo8Fb1/MNDh0W
cU0s4gXptgSSUUNQheKTVANnyQAS/t4Lm2LLd0A4Jh3JCsUaSneT20H/EaKfauLc
Be9bEK2xbAPFZXE3sy7R3LKYkPTWG/EDiUOVb1w3FcuCpmwKi/RQ4/e59aR+McKI
PgSAQEq8kfgpdDeMo5uW1vePe3Ji2s7z0eKFb3+tqqxm2UGhyvRTq/OT0SAJnn2v
JO63MuQxv1V7V7Nxl41T7H7a03DW2et0hCEyanY2H/tcB4+OPvZFu7dKllbWYBLF
Yc1PWN2tdogXsyqKqhvZPBfFM/kC/nM7UfecdlUvTpbWcopsQBC3KK2Ymw8/AhI/
8KBd3tfYzdItJx/YUeLt1CSTPRH9DdsOVGhmAkm0wXpBPl+wZCSMBMpUAc5mkqcT
VmwTBkhfvVOEz13qWaO9sz8SAbezuQRVEmqNZaaogeO8DWyijyv0Dfp0cSaMv1IH
xRXXP5iV4pMU
=4Mat
-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


parallel-hashmap_1.3.12+ds-1_source.changes ACCEPTED into unstable

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 02:02:06 -0500
Source: parallel-hashmap
Architecture: source
Version: 1.3.12+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Andrius Merkys 
Changes:
 parallel-hashmap (1.3.12+ds-1) unstable; urgency=medium
 .
   * New upstream version 1.3.12+ds
   * Refresh debian/copyright.
   * Refresh include_directories.patch.
Checksums-Sha1:
 f12023ca205c07b0d6e10ebfb844c11b82e69b75 2169 parallel-hashmap_1.3.12+ds-1.dsc
 cd4aac8c1ad451a19e1b84471d2ea7cbc38fd328 1723620 
parallel-hashmap_1.3.12+ds.orig.tar.xz
 2a8d41f9fd743bc9b0245cf7f4d9bb9cfd7cf294 4236 
parallel-hashmap_1.3.12+ds-1.debian.tar.xz
 221b7fa9bda1a6b142fb08f58557fbcf0cc5f003 8009 
parallel-hashmap_1.3.12+ds-1_source.buildinfo
Checksums-Sha256:
 79f3d63ced2a8dc49c8c47b5cd0bec586da60e706019706f549fc79a1b6d7559 2169 
parallel-hashmap_1.3.12+ds-1.dsc
 bd16adddebacdd0fc9b3576cb20314eac1f923d56c39267e540c6132d935b510 1723620 
parallel-hashmap_1.3.12+ds.orig.tar.xz
 31d77035a97e850d6004332e6df1590c3787271bb4c2e9c3590e2394f7d19e71 4236 
parallel-hashmap_1.3.12+ds-1.debian.tar.xz
 79aeb37f921315329503b3e7132dd1d7e00b9a4dea1a39d662ba2e712e536f78 8009 
parallel-hashmap_1.3.12+ds-1_source.buildinfo
Files:
 772773ab16959b79c709309b0aa08bd8 2169 libs optional 
parallel-hashmap_1.3.12+ds-1.dsc
 3835bb169770d19680c5d9ac148163d2 1723620 libs optional 
parallel-hashmap_1.3.12+ds.orig.tar.xz
 3fbb0b97581ca7b3e528fc1d0fc3bb34 4236 libs optional 
parallel-hashmap_1.3.12+ds-1.debian.tar.xz
 2b2c98e7e7d1b3522faa619b1dac3823 8009 libs optional 
parallel-hashmap_1.3.12+ds-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmW5+jMSHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHgLIQAIo8cThBsuQOTeuUqIFHnxGpV1LS50aP
EO/vS+td1mfDAjYEYMjKyKESoOYrv3++ZocJR6G2FIESPFzp1bDDQ9JgUL9S3Hbe
N2TtvNGst+N5FfAtaQ7LpxIDlZqDk8rBJUa2YZIzmtguNg/7htSxryNsgmOCzwST
78PAhW01sdbAPF9440OSqAuQye6ZAMOq0I9776Kf62vZtEML8bymWwxQ/ZZCOaGP
BFWmsz00hCtmSQSe4EK4j2XAmzUJo751G7DekvrqXCH1xPR4rUEY+GueR6PjytJB
pBAyyw0XlXt5xx+TnrDIKAshiOkiLqmSrumpadMTs65U0WjqROCYm1elPhZqSVg1
6DZ6Tkil+AIMZWVbGZTgi0aPbhWBkqqGtXGWWZ8PQLJ+g8Pk5pARfM74bg71tZnt
+7y6R2r0rGvn4hIclOi+L2Mbj+urtx2ECIj7R4IFwi75t7PUULZLWDIGiNaqKzeK
4bIUWdDHJm8beJCzaBfhVhOiVn6/ZDQnAiolj+06j7YpKZ0v41WGochmECXMTFBB
36MegSXpvGiLIa8QWXh5E8eMBs1iGhJiy585TDEUejlhnQLoWsb1kuR0U4iKoh6Z
WtWC5vmr25j0JP+gzmdWfXbZdQAdamI7auFItvRGy0azk0uZ/+fUlc3QCeOZ0JT9
TgteOuvS0lQs
=sqrX
-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


dh-fortran-mod_0.37_source.changes ACCEPTED into unstable

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 31 Jan 2024 06:48:51 +
Source: dh-fortran-mod
Architecture: source
Version: 0.37
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Alastair McKinstry 
Changes:
 dh-fortran-mod (0.37) unstable; urgency=medium
 .
   * Initial dh_fortran_lib, simple cases only
   * Fix for dh_fortran_mod; don't produce deps on flang-7,
   * Override dh_dwz in fortran-support.mk as its broken by patchelf,
 used in dh_fortran_lib
   * dh_fortran_mod: now support gfortran-14
Checksums-Sha1:
 695b92ee73b10f272a9941454753c29558a27321 1769 dh-fortran-mod_0.37.dsc
 3d71542396f67815d818d22e64655d3de47c5c46 42220 dh-fortran-mod_0.37.tar.xz
Checksums-Sha256:
 70a3398e4957380bfac5ebf9538deb35b29bfb94a954e361f6760061e918c28f 1769 
dh-fortran-mod_0.37.dsc
 665f524d0682f7a936ea397b2a4af3fd81a3151da3b2c72e6cf0c26b28221e27 42220 
dh-fortran-mod_0.37.tar.xz
Files:
 4541bc90ba8404cd18275cbdb5f9506b 1769 devel optional dh-fortran-mod_0.37.dsc
 ec4705593bbdda7afad18c52efb15c5e 42220 devel optional 
dh-fortran-mod_0.37.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmW6GDEACgkQy+a7Tl2a
06Xyjg/+KMDMUx/Qt+Nj8hrUd8CqkBxYqeFvtpc9200duAfeux0epeyCC8RTg0QJ
yrN2Q8JqVkhhIcDJQjEOQ7oGoBN3q+RFWzF9YTzIDzkF+rJjINKqW5L9//tlf29W
8RE9C+NenpKLa52Tv2R9uHg1sME8HInSXovjzxfZFq6loJcEd71xyJPPUlx88YZO
kRWEVZhLcp36WR7q7e/JJ7wJ6oYRyc36bPjzAcdFooSLZwTFJN97P+zB36eDU+P2
sNNXORVRV0eCiYuzRTYEKpaiyXIE0+WKFNkc8jK4SNEtFusIMUuS9MJ0HLNDcBMK
8bb7E3YDqFAo36gB/P07/gbZHCFCNUa/lZfWfyL0IIL3Y/VzPIvbjtV3kXazkNzR
QtoOuOELuCwzblWBq2GfzPATFo2VqoX0/RqAOhkgU1G6eYz5WBnnmU78XKE1Z7Vi
IZxjrtVloGlBYS6YJQFMF9DRsYpKKCreb60mXFlgd/bT/QagF54XC4gON1bA8nIY
mMCjEPHDShZKbWQzF0YZlwkcgU2KtA+zzaOCUgCblHFEUliBpyPf7UUn5ICEchy2
YV0BlPXzrL01HfwjNx/OfNFajM7YpPtFRBjBFQsiX6RCd69j4CgEOUxo2Lq/Ftl5
4WDHRjTDMYngTX3xZeVAaWKCZxi4vhB8LtLBtAMNrcoE97AV1o8=
=K84U
-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-31 Thread Steve Langasek
Source: arrayfire
Followup-For: Bug #1061920

Apologies, an oversight in the conversion script caused us to fail to
update strict versioned dependencies on the previous package name.
Please find attached a fixed patch.
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-31 10:12:18.0 
+
@@ -1,3 +1,11 @@
+arrayfire (3.3.2+dfsg1-4.1~exp2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+  * Fix uninstallable packages from the previous upload.
+
+ -- Steve Langasek   Wed, 31 Jan 2024 10:12:18 +
+
 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-31 10:12:03.0 
+
@@ -28,7 +28,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
- libarrayfire-cpu3 (= ${binary:Version}),
+ libarrayfire-cpu3t64 (= ${binary:Version}),
  libarrayfire-dev
 Description: Development files for ArrayFire (CPU backend)
  ArrayFire is a high performance software library for parallel computing
@@ -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
@@ -112,7 +115,7 @@
 Section: libdevel
 Depends: ${misc:Depends},
  libarrayfire-dev,
- libarrayfire-opencl3 (= ${binary:Version}),
+ libarrayfire-opencl3t64 (= ${binary:Version}),
  ocl-icd-opencl-dev | opencl-dev
 Description: Development files for ArrayFire (OpenCL backend)
  ArrayFire is a high performance software library for parallel computing
@@ -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
@@ -154,7 +160,7 @@
 Section: libdevel
 Depends: ${misc:Depends},
  libarrayfire-dev,
- libarrayfire-unified3 (= ${binary:Version})
+ libarrayfire-unified3t64 (= ${binary:Version})
 Description: Development files for ArrayFire (unified backend)
  ArrayFire is a high performance software library for parallel computing
  with an easy-to-use API. Its array based function set makes parallel
@@ -169,13 +175,16 @@
  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
 Depends: ${misc:Depends},
  ${shlibs:Depends},
- libarrayfire-cpu3 (= ${binary:Version}) | libarrayfire-opencl3 (= 
${binary:Version})
+ libarrayfire-cpu3t64 (= ${binary:Version}) | libarrayfire-opencl3t64 
(= ${binary:Version})
 Pre-Depends: ${misc:Pre-Depends}
 Description: High performance library for parallel computing (unified backend)
  ArrayFire is a high performance software library for parallel computing
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 +
+++ arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3t64.install   2016-08-12 
12:05:13.0 +
@@ -0,0 +1 @@
+usr/lib/*/libafcpu.so.*
diff -Nru arrayfire-3.3.2+dfsg1/debian/libarrayfire-cpu3t64.lintian-overrides 
arrayfire-3.3.2+dfsg1/debian/libarrayfire-c

clhep_2.1.4.1+dfsg-1.2~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 09:28:04 +
Source: clhep
Architecture: source
Version: 2.1.4.1+dfsg-1.2~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Changes:
 clhep (2.1.4.1+dfsg-1.2~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 98ccbd45fd330fe95686730dbda78ac96f8bfe4a 2198 clhep_2.1.4.1+dfsg-1.2~exp1.dsc
 e0767af483012606293532f8d245323cb654e646 7116 
clhep_2.1.4.1+dfsg-1.2~exp1.debian.tar.xz
 fda0bfc4d72e48310f2b3a33a317d38399f4064b 6505 
clhep_2.1.4.1+dfsg-1.2~exp1_source.buildinfo
Checksums-Sha256:
 95c3987a2191381c046278ba5b7bc699cb5a7b70b51ac1a94ccf24f7562b6370 2198 
clhep_2.1.4.1+dfsg-1.2~exp1.dsc
 7cf29ed3c0b66ab1206e09fcf547e6c743773add358bd4fabc4f736be2bcf517 7116 
clhep_2.1.4.1+dfsg-1.2~exp1.debian.tar.xz
 33c814125f349f8580407065de2c9e5540fd2740e0e0618e41e84ec1cd661b41 6505 
clhep_2.1.4.1+dfsg-1.2~exp1_source.buildinfo
Files:
 f6b2fb0bf415430362ad0997c950a2fa 2198 science optional 
clhep_2.1.4.1+dfsg-1.2~exp1.dsc
 7332b51c8018e6fbca796d9c5249a047 7116 science optional 
clhep_2.1.4.1+dfsg-1.2~exp1.debian.tar.xz
 60953ef73b808661a643ed330ab8a69b 6505 science optional 
clhep_2.1.4.1+dfsg-1.2~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW6EqkSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9pesP/R73H9ce03pu4JxrPQgj2KvDGv6Hta3X
b3z1NO8TK7rgvKCaP8KOX5nAoRX1iwVy4/qSLwuc8SI+Krf3UWPHnTI8sIfvAyml
uUP/QTu0hHh7XwOl16CNF4Oe2LcVNxzXYNnrpzalzXf1QP+vVEX0pk4AWsVje+JN
qzrcsd0s3+6vkt+d/fvx+5rcTo7zX9eoAgivGfQJYVgNAreJn8IMhfLor1GFxg/o
vtqFl4yNVodEFpd50o2J4F3yH4mcBsWdUrLL0rb2QTIFdL4/z6TObT1Jhkb7JNxy
ryVtE2fNWwMb2g8saLAhScO9hdKdcEshCPq+Tp4BiT7+GajqAtPbUTmdTc13Q4/c
7sK/Z49LStpy+Dhsv2hwCOlewJj4ZBOv/e0tO1Iztfgl90tbpOi6gIG7qJK+LgnX
o2HwJeJkBRjjjQVHDGtxzt0+rFcKsKKNzfZkhvnbl/193qU6Mi6DdZkt2zBnG/6i
L12Z4KgO3gtKIMMexcr2UWEKL4yKLyHBYLyCn4OUaTDnFxbdyWEd3yTz2L8NDeso
9vTapo8oF9fsRbdvC3jixwCsiPpdexRBx2HS0Vm49gt37jUgK6nDon7vQvqJuvsd
vBr0SmpLrIpvuWmZL7HOoHtxUeZGgcYjDhiXfr0oMBeoXfaibSu4/qh53Ci1T58e
WFbUJheMajy2
=yhuE
-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


clblas_2.12-4.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 09:24:37 +
Source: clblas
Architecture: source
Version: 2.12-4.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Changes:
 clblas (2.12-4.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 ebeb55fb430ff3941dc0bfc2ed3f86dfae2f62af 2400 clblas_2.12-4.1~exp1.dsc
 546c35ec31ad780d635a0edcd4013d9f954c92c2 13168 
clblas_2.12-4.1~exp1.debian.tar.xz
 fd77ea9e29feedfb2d47aae78db9ab27d5d546fa 8094 
clblas_2.12-4.1~exp1_source.buildinfo
Checksums-Sha256:
 2376ff78db359977da823813d14320e9c89ad6051b387836d47f660346b8a4a0 2400 
clblas_2.12-4.1~exp1.dsc
 843c0cb541afa12241c277420c87c59f6b638d1a2f0795e75f4db52f08297bbe 13168 
clblas_2.12-4.1~exp1.debian.tar.xz
 f1824754f6961be2834533ef7c56da1310ca3f075141f7dae26117716584383c 8094 
clblas_2.12-4.1~exp1_source.buildinfo
Files:
 e596743302f625991301279b8c760019 2400 science optional clblas_2.12-4.1~exp1.dsc
 03f282f169b6844471238f61a6aafe22 13168 science optional 
clblas_2.12-4.1~exp1.debian.tar.xz
 714cc750b8b74bf5a8e3ea4d8188be88 8094 science optional 
clblas_2.12-4.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW6EdkSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9IhEQAJBPIpsmRBlryXy1YolTcj1oBvMbbC4O
FRUheJA/KQk+RZwC+HKIjuurUv4K5uJd+x+vfrqeegbC1L1SGrOZWPOZaU64lUM1
f+x8SJq9pclQDtMjVCSK8lkAlI6xjYjnL2npDCK+5RwzFetnw/7NzQhb36FRRa4Z
vXbPTZgbW+4pM9LJyq3DrbyDSp9nviGryuMeuh/37ndwk7guzBAWqeaSRIUgSZoL
KMfLTOMBWuj/IPwcncxd8HbaPOOsYsc3KT2/jyJdisfWyc1vKzfRC17gJUUB2Rw/
c7Izb1YdBf2dscNtiBljTuUvYUPecUp6QQXzyg0am+i/XcRLy02dY0+f0g9h1lIH
WH0TFhVWnPrh0weviFxEsXanoEyduSp2ZwofJ9YtkJm4RvH5DeQWnzHtrPVI+U14
5Md4ftk1wQh9jyHKf7GQnIogfLjrJshvSggK7zo1LuG9UTvsTYFHqsRzUsKfx18T
KN76NeG7pn4GzNzO0qK4uwHXm6+x7W2peBhLc6dK7Blyt66+WqCRkh4UWBrKy4K1
T5dhiukccfewbvRIr7W7+xwpKu+aMTeLk1Q4knx4xlLYa+ym3WZbDxMJUsD9TRp5
HoYIbinZykcuzAEQjezq163So8VGVwVCE26Ziy8kA3MSHS+W85AaUqqdNCTA0pDe
pmE89kdJRGE4
=AZC4
-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


ceres-solver_2.2.0+dfsg-4.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 08:37:15 +
Source: ceres-solver
Architecture: source
Version: 2.2.0+dfsg-4.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Steve Langasek 
Changes:
 ceres-solver (2.2.0+dfsg-4.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 ae3a7ee498beab7d8dfba583d7a6d651b4636a79 2568 
ceres-solver_2.2.0+dfsg-4.1~exp1.dsc
 277247e6f8e10276576d5087b5adaeb7c7795f50 10452 
ceres-solver_2.2.0+dfsg-4.1~exp1.debian.tar.xz
 a2471d95fb78d4583c802de75481fecdb9035049 7996 
ceres-solver_2.2.0+dfsg-4.1~exp1_source.buildinfo
Checksums-Sha256:
 3d627f08fd0cf8069edfd3ab630403b0a1ed67b31ccd447e9083dae7ef3a37cb 2568 
ceres-solver_2.2.0+dfsg-4.1~exp1.dsc
 abf7b9ca88bebe87213f3a38a93d375046c33e36aae112cb731a54c495800d95 10452 
ceres-solver_2.2.0+dfsg-4.1~exp1.debian.tar.xz
 5d3201a2b134a67bcc34c783fcb90ebea417548905e29dd941d252a8c72be8d9 7996 
ceres-solver_2.2.0+dfsg-4.1~exp1_source.buildinfo
Files:
 08286bec23fbdc8d8f042cc9b456fc93 2568 math optional 
ceres-solver_2.2.0+dfsg-4.1~exp1.dsc
 143ea464e9de9e1fc2ada1a9bb7cad14 10452 math optional 
ceres-solver_2.2.0+dfsg-4.1~exp1.debian.tar.xz
 572a1f53c630fa8e4c8fbcb6ca55f0ff 7996 math optional 
ceres-solver_2.2.0+dfsg-4.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW6BsoSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9tEcP/0/hFVdZh9YDAXzSEiArusP63Dr/fQzC
3V/8VFQheR03eiSQHknaxVtMhbnSMZu37ScQIguzPEaKcaNv0ipy0k9i9aSyz2fk
4tDypB3DZFB7zj1v5iq3aULWOLrksYnWWOQipN71jTctvxLRYQxKGRV5I9fe5qE7
Xwpo3pwzgz9rHS0waZ2MZvhW2S6t+h936aan1JaV1PdISwI6wjGSbKDBgFjLx+2h
AlTlneC08kb+OgKKruPtScL7GCkf20E5NuGnENO7lBmWL9faxH8YFR7xlXztoQXX
BgdeP+6ZfnTouGefqgwogdd7QcwZCKfxOMYOPg4PWqg8CoUflb23qlPyzFZmDsrK
JIl+61CUcWj6Je3I4Xii1Yk+DjXWfBOICDbQzMFoaCLdc1+mmDw5Z5cODVeXkMdb
BuGyVy/676160ZpxQQGwCgp6BOos7tdN6Jd4d8Aky4h8M707pQnirS5dWIXHvwd3
2CYFSaDdDIt+HR0FxP6k1moYvS+jjmYy7q7NNt2CrJOb8qcW+frdctyT8ynLgRDi
p4CVplg3wkDSTm89d66S9ioyVRyNfetU3elL8yuRfTcf5XkZlM14kkZlNOa/pIOS
BGqrrYPrQ7dz3mACuf3AVBgocAPRDBem6yb/h9guTWDp3dw/13jtYwZ6vzHHU2K1
YQXgoMjwlPyi
=3RS3
-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


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

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 08:04:04 +
Source: asl
Architecture: source
Version: 0.1.7-4.1~exp2
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Changes:
 asl (0.1.7-4.1~exp2) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
   * Fix uninstallable packages from the previous upload.
Checksums-Sha1:
 842248e7607a1835180928583c5fb477611e8fb8 2220 asl_0.1.7-4.1~exp2.dsc
 c0ba8f97edbb1acbb0e19b8319d996fc10083642 18988 asl_0.1.7-4.1~exp2.debian.tar.xz
 aeb69203975edfa1fc1806253408c4a5e2d73707 22023 
asl_0.1.7-4.1~exp2_source.buildinfo
Checksums-Sha256:
 b7f050d85838cbcbde0cd08c5ff6b1695259a4b427bf0e4774462cedbf47 2220 
asl_0.1.7-4.1~exp2.dsc
 f1f8f0443fc7651e35f14c4b67e4a8a9b6aead55a589029ea75cf4a4eaba6f4e 18988 
asl_0.1.7-4.1~exp2.debian.tar.xz
 edbeaf7da67f099d77cf1057c65f9e3fbb4107a213271304a5c190334dfc971a 22023 
asl_0.1.7-4.1~exp2_source.buildinfo
Files:
 e9def51f9b9d209e8e1c282c914b1622 2220 science optional asl_0.1.7-4.1~exp2.dsc
 52e493da953a2ecbf5944adfca29 18988 science optional 
asl_0.1.7-4.1~exp2.debian.tar.xz
 2f5121a9d10198393d36b0369e553ca9 22023 science optional 
asl_0.1.7-4.1~exp2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW6AB4SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9cE0P/2IK4fVn24qtw2m6PZJTjqHM4PH22t5G
8phh/DgMWzkypHKK/5dJz+0jTIz8swPu/vwkir6Mrw8Ml/o0uNuThQTQF6jxxD65
PlInKz8L3hAIAjOE8mTJhKbaLBqKfK8JviEPVehlFDbLCtZnES5aE88SXHs97gyw
8dXfNhEneU7Anof3xRSnW3AmLS3cWorHpfxLE5ZQdPWI3puDefg/8LyCneB0/wPu
FKOzpD8ppushsLqNTH+Gh7AaGbLrfMaoaR1uItKoetS4if/FTj7/wdxzbj9V77Yb
WR0Q0h7VAS6zaplAtNksOps1VmWpGs4zCa0Zu0EXlSQq5w/iaKTvAnDlnQ0mqBPq
a5Xt2rCiQJBOxTze+Sbpt3dYZ9ZDYruo0eag0shk1H+f6ztonS/43nRQ167mlWmJ
13pWXPQ49Xpkrhlijl9L7ecbeQEYa8jfHUDFNLWFW9vjA1DBh99wFegHwPzf8IS+
8GBDjWINZNaZ206cX0KuyNxSK3BPGIsx0SMU7f0XMEgysAH4I7/ohFLOmx4RXBmU
OKq7kvC4UnRFLo4CsAmncN6QKb/HKf164De3X1DTWd1myAVNE+6YV146nq/TOJiJ
pJYeXOgeI4bn69MukmKZOtRGNEfITaNpZstbNd+xbb/MhBRFHiB1Q5emUPbk3s1B
ZugdVHhP8BYl
=Q7g5
-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


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

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 07:59:37 +
Source: arpack
Architecture: source
Version: 3.9.1-1.1~exp2
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Changes:
 arpack (3.9.1-1.1~exp2) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
   * Fix uninstallable packages from the previous upload.
Checksums-Sha1:
 fd72d5d64e48d96d41bc0f0d2c8acad60ddc514a 2242 arpack_3.9.1-1.1~exp2.dsc
 f2aeb700dbc31d9a3c7a44acca87782e3eee6a4d 10308 
arpack_3.9.1-1.1~exp2.debian.tar.xz
 e1fd4b2a1458a4fb58a42e3afb308dd75f070ef0 8169 
arpack_3.9.1-1.1~exp2_source.buildinfo
Checksums-Sha256:
 12012507ffaa4ba386a2a56742a9253d040083bdd568e7ee4fdba91251aba16c 2242 
arpack_3.9.1-1.1~exp2.dsc
 bf7ad8f6a309414f8c25ec241cc74d41a7374bb9def08694de75f730b1b68e9d 10308 
arpack_3.9.1-1.1~exp2.debian.tar.xz
 8e2ddc33483555ea4a60ad2afb4736d6ec75d42c1bcd28734ba9e6c928bf2da0 8169 
arpack_3.9.1-1.1~exp2_source.buildinfo
Files:
 2b26e6031891f3cf0cbfc85efba4271b 2242 math optional arpack_3.9.1-1.1~exp2.dsc
 02402684328aed86f3519132ce6845ff 10308 math optional 
arpack_3.9.1-1.1~exp2.debian.tar.xz
 5808677185e6b7b5fbebc393ff2b34fc 8169 math optional 
arpack_3.9.1-1.1~exp2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW5/mYSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9y/YP/iUqLAWXRGTO2HR5Hz7t+HHl+62l1D6l
b5TiefGA1ElEvbmzHSKPmugsZUaD51uQoZEv6qBEY8dfRdSRP1hO/VQLHp7Dbpkn
W4Z9QL5MW6xIolCrYEQERbRwgY+dnk5ZIHiHvNbyov5Yk53/9jmNw+Algb7TvspR
QviYA9eAXZ5h64MiNXSdX2TRoszEHGjuuECtjooReauxWTe0RhoMzKl19CORpbZe
bm3hCZ1UwffziTO2aCPhZIkYcDdgsK4EeSw+7UQ//7Eg6oXaVD+IdwZ1gw72GAXG
dZYNXJeU8uD2tF9OIJA1dS9QF4qX9y7J5NLGuP6Q9FVK6QNbHeBZHMBQT1cqi/Eh
7jmIGSolXa6ao5irnPzJhrnSTNkPiJWbXvZ9XSi5cEdn+xBasa+02vySa/RVWX0t
5E9NLTq4IeyajuIb+ftMMLdY/G9FBk11wKdi6v/hRp4S3N2+LkKYWA5mZOwIYQm8
4O22SlhCgaO5gIzmPhSl0FlHvWULSzVn5FoOZZThL2GDtNqWREmYh6+OFQX591Nm
OFj97tw61nruXulQl0hHVpU3lY2DzhfdSYwcJ4dpwLp818iKE8OGE2ZeH2q5Ta7f
ZqFnwggU7nYSruczvz0wGjFzOiiI+n33Wgf0SPbBfuWjkYZrL5maN39dIExiK+PX
VGHOUuS22IQv
=Q6cE
-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


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

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jan 2024 03:13:29 +
Source: adolc
Architecture: source
Version: 2.7.2-6.1~exp2
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Steve Langasek 
Changes:
 adolc (2.7.2-6.1~exp2) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
   * Fix uninstallable packages from the previous upload.
   * In addition, fix wrong library name mapping from previous upload.
Checksums-Sha1:
 268790529f20c637a00f63ec78719a760eed3131 2083 adolc_2.7.2-6.1~exp2.dsc
 c9c3f6553a8cf9bd725315a8f7d22dd62a2931d3 19192 
adolc_2.7.2-6.1~exp2.debian.tar.xz
 92da1b6d3caefc04dd8373e0a84ca9c1fc356919 6332 
adolc_2.7.2-6.1~exp2_source.buildinfo
Checksums-Sha256:
 2bfc00c78012e051d2f291f0afdd12af06c6bd99218112371c46ff9e66ed2ac8 2083 
adolc_2.7.2-6.1~exp2.dsc
 bce2e202af557eb2604ab30b3dbf25f8742cd8a7b5c7db6f92141b5b71292186 19192 
adolc_2.7.2-6.1~exp2.debian.tar.xz
 ec95e501d13d9283c5ae61b68b86a8e2abc0b2e248db21eea99ff758ceeaa4a1 6332 
adolc_2.7.2-6.1~exp2_source.buildinfo
Files:
 a0fbe7c9104b656070e13a4c6f2d19da 2083 libs optional adolc_2.7.2-6.1~exp2.dsc
 79a0505249add63a0294c69033a788ad 19192 libs optional 
adolc_2.7.2-6.1~exp2.debian.tar.xz
 b12424bb1e0f8d0ef8e625a071f0d24d 6332 libs optional 
adolc_2.7.2-6.1~exp2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW6GGsSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9Ks0QALvrJETL8AGdtClFx+IvJ8o36UeTDeUi
irCfiLv8bMXC34pNu6Sheit2CbCtxcIcxLHOqm0ZKIIBzNRZL/D+6gaC/klEiw14
q1cIBZPCNCs0tO0fpOPb2kV6hbUGNIHtbWO88QDBiZlboYNbxncGdzGe6QCRL3DC
L9h2No+dbENLEfi+e1T6iKyR/NaNLc3sX6nbrUU67YfI6FqhUyO7Bwzgb8Xyf/Aa
QBBYYprVV4yZjELh7tDbCTjLg5FXu9kNzd2Rqvp2+rJQCXsA1/XhktdzVbvE8qHr
DSjvEos9OSPZOkqyNBoIllNi+DZIAvQieraSLGl3b13FzS0VYPcgUx/JF5821nb+
3T0NB9zVYWgwdfgcL/KTQoBp9fmhNC0TKQZxLRbl4wv2+boZMAhh0P+tnMrgXuuS
ZSaz5sTI5cAW695WEuQsqGv/zM1sJcoyXDugdpKpSqwkNz9ZLxRl2Jobx79/wvc9
2hPS3NGKXoZbVu8WU/qxi67TuZNmpTxv2iVt0BHO/cEf3MDgrg0OMs2iXZlhhbns
LjeBiR+3pYqGKJuZnkxNGbucSku41e3LWTv0cvU9qhld9c9U38FPoUibe0Th/rp2
748Yj/jkjN4jq3exJqwZ/3fuqbpoMya2ZJwTM/1fh96BmK3QwQPaZycdQYafPuGS
gbBfzWR4IUnO
=mMH3
-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 adolc_2.7.2-6.1~exp2_source.changes

2024-01-31 Thread Debian FTP Masters
adolc_2.7.2-6.1~exp2_source.changes uploaded successfully to localhost
along with the files:
  adolc_2.7.2-6.1~exp2.dsc
  adolc_2.7.2-6.1~exp2.debian.tar.xz
  adolc_2.7.2-6.1~exp2_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 dh-fortran-mod_0.37_source.changes

2024-01-31 Thread Debian FTP Masters
dh-fortran-mod_0.37_source.changes uploaded successfully to localhost
along with the files:
  dh-fortran-mod_0.37.dsc
  dh-fortran-mod_0.37.tar.xz

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 clhep_2.1.4.1+dfsg-1.2~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
clhep_2.1.4.1+dfsg-1.2~exp1_source.changes uploaded successfully to localhost
along with the files:
  clhep_2.1.4.1+dfsg-1.2~exp1.dsc
  clhep_2.1.4.1+dfsg-1.2~exp1.debian.tar.xz
  clhep_2.1.4.1+dfsg-1.2~exp1_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 xmds2_3.1.0+dfsg2-8_source.changes

2024-01-31 Thread Debian FTP Masters
xmds2_3.1.0+dfsg2-8_source.changes uploaded successfully to localhost
along with the files:
  xmds2_3.1.0+dfsg2-8.dsc
  xmds2_3.1.0+dfsg2-8.debian.tar.xz

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 clblas_2.12-4.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
clblas_2.12-4.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  clblas_2.12-4.1~exp1.dsc
  clblas_2.12-4.1~exp1.debian.tar.xz
  clblas_2.12-4.1~exp1_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


Bug#1062077: clhep: NMU diff for 64-bit time_t transition

2024-01-31 Thread Steve Langasek
Source: clhep
Version: 2.1.4.1+dfsg-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
clhep 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 clhep
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 clhep-2.1.4.1+dfsg/debian/changelog 
clhep-2.1.4.1+dfsg/debian/changelog
--- clhep-2.1.4.1+dfsg/debian/changelog 2022-12-22 21:06:15.0 +
+++ clhep-2.1.4.1+dfsg/debian/changelog 2024-01-31 09:24:52.0 +
@@ -1,3 +1,10 @@
+clhep (2.1.4.1+dfsg-1.2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Wed, 31 Jan 2024 09:24:52 +
+
 clhep (2.1.4.1+dfsg-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru clhep-2.1.4.1+dfsg/debian/control clhep-2.1.4.1+dfsg/debian/control
--- clhep-2.1.4.1+dfsg/debian/control   2022-12-22 21:06:15.0 +
+++ clhep-2.1.4.1+dfsg/debian/control   2024-01-31 09:24:52.0 +
@@ -9,13 +9,16 @@
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/clhep.git
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=debian-science/packages/clhep.git;a=summary
 
-Package: libclhep2.1v5
+Package: libclhep2.1t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libclhep2.1v5
+Breaks: libclhep2.1v5 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libclhep2.1
-Replaces: libclhep2.1
+Replaces: libclhep2.1v5, libclhep2.1
 Description: CLHEP: A Class Library for High Energy Physics
  CLHEP provides a set of HEP-specific foundation and utility classes such
  as random generators, physics vectors, geometry and linear algebra.
@@ -25,7 +28,7 @@
 Package: libclhep-dev
 Architecture: any
 Section: libdevel
-Depends: libclhep2.1v5 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
+Depends: libclhep2.1t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Suggests: clhep-doc
 Description: CLHEP: A Class Library for High Energy Physics - development
  CLHEP provides a set of HEP-specific foundation and utility classes such
diff -Nru clhep-2.1.4.1+dfsg/debian/libclhep2.1t64.install 
clhep-2.1.4.1+dfsg/debian/libclhep2.1t64.install
--- clhep-2.1.4.1+dfsg/debian/libclhep2.1t64.install1970-01-01 
00:00:00.0 +
+++ clhep-2.1.4.1+dfsg/debian/libclhep2.1t64.install2022-12-22 
21:06:15.0 +
@@ -0,0 +1 @@
+usr/lib/*/libCLHEP.so.*
diff -Nru clhep-2.1.4.1+dfsg/debian/libclhep2.1t64.lintian-overrides 
clhep-2.1.4.1+dfsg/debian/libclhep2.1t64.lintian-overrides
--- clhep-2.1.4.1+dfsg/debian/libclhep2.1t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ clhep-2.1.4.1+dfsg/debian/libclhep2.1t64.lintian-overrides  2024-01-31 
09:24:52.0 +
@@ -0,0 +1 @@
+libclhep2.1t64: package-name-doesnt-match-sonames libclhep2.1v5
diff -Nru clhep-2.1.4.1+dfsg/debian/libclhep2.1v5.install 
clhep-2.1.4.1+dfsg/debian/libclhep2.1v5.install
--- clhep-2.1.4.1+dfsg/debian/libclhep2.1v5.install 2022-12-22 
21:06:15.0 +
+++ clhep-2.1.4.1+dfsg/debian/libclhep2.1v5.install 1970-01-01 
00

Bug#1062076: clblas: NMU diff for 64-bit time_t transition

2024-01-31 Thread Steve Langasek
Source: clblas
Version: 2.12-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
clblas 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 clblas
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 clblas-2.12/debian/changelog clblas-2.12/debian/changelog
--- clblas-2.12/debian/changelog2023-09-28 23:21:54.0 +
+++ clblas-2.12/debian/changelog2024-01-31 09:22:02.0 +
@@ -1,3 +1,10 @@
+clblas (2.12-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Wed, 31 Jan 2024 09:22:02 +
+
 clblas (2.12-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru clblas-2.12/debian/control clblas-2.12/debian/control
--- clblas-2.12/debian/control  2023-09-28 23:21:54.0 +
+++ clblas-2.12/debian/control  2024-01-31 09:22:02.0 +
@@ -17,7 +17,10 @@
 Homepage: https://github.com/clMathLibraries/clBLAS
 Rules-Requires-Root: no
 
-Package: libclblas2
+Package: libclblas2t64
+Provides: ${t64:Provides}
+Replaces: libclblas2
+Breaks: libclblas2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -36,7 +39,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
- libclblas2 (= ${binary:Version}),
+ libclblas2t64 (= ${binary:Version}),
  ocl-icd-opencl-dev | opencl-dev
 Suggests: libclblas-doc
 Description: development files for clBLAS
@@ -65,7 +68,7 @@
 Section: utils
 Depends: ${misc:Depends},
  ${shlibs:Depends},
- libclblas2 (= ${binary:Version})
+ libclblas2t64 (= ${binary:Version})
 Breaks: libclblas-bin (<< 2.10-4)
 Provides: libclblas-bin
 Replaces: libclblas-bin (<< 2.10-4)
diff -Nru clblas-2.12/debian/libclblas2.install 
clblas-2.12/debian/libclblas2.install
--- clblas-2.12/debian/libclblas2.install   2023-09-28 23:21:54.0 
+
+++ clblas-2.12/debian/libclblas2.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru clblas-2.12/debian/libclblas2t64.install 
clblas-2.12/debian/libclblas2t64.install
--- clblas-2.12/debian/libclblas2t64.install1970-01-01 00:00:00.0 
+
+++ clblas-2.12/debian/libclblas2t64.install2023-09-28 23:21:54.0 
+
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru clblas-2.12/debian/libclblas2t64.lintian-overrides 
clblas-2.12/debian/libclblas2t64.lintian-overrides
--- clblas-2.12/debian/libclblas2t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ clblas-2.12/debian/libclblas2t64.lintian-overrides  2024-01-31 
09:22:02.0 +
@@ -0,0 +1 @@
+libclblas2t64: package-name-doesnt-match-sonames libclblas2
-- 
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 ceres-solver_2.2.0+dfsg-4.1~exp1_source.changes

2024-01-31 Thread Debian FTP Masters
ceres-solver_2.2.0+dfsg-4.1~exp1_source.changes uploaded successfully to 
localhost
along with the files:
  ceres-solver_2.2.0+dfsg-4.1~exp1.dsc
  ceres-solver_2.2.0+dfsg-4.1~exp1.debian.tar.xz
  ceres-solver_2.2.0+dfsg-4.1~exp1_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


Bug#1062050: ceres-solver: NMU diff for 64-bit time_t transition

2024-01-31 Thread Steve Langasek
Source: ceres-solver
Version: 2.2.0+dfsg-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
ceres-solver 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 ceres-solver
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 ceres-solver-2.2.0+dfsg/debian/changelog 
ceres-solver-2.2.0+dfsg/debian/changelog
--- ceres-solver-2.2.0+dfsg/debian/changelog2023-11-25 14:50:29.0 
+
+++ ceres-solver-2.2.0+dfsg/debian/changelog2024-01-31 08:07:21.0 
+
@@ -1,3 +1,10 @@
+ceres-solver (2.2.0+dfsg-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Wed, 31 Jan 2024 08:07:21 +
+
 ceres-solver (2.2.0+dfsg-4) unstable; urgency=medium
 
   * Dropping (build-)dependency on atlas, using blas instead (Closes: #105)
diff -Nru ceres-solver-2.2.0+dfsg/debian/control 
ceres-solver-2.2.0+dfsg/debian/control
--- ceres-solver-2.2.0+dfsg/debian/control  2023-11-24 22:27:54.0 
+
+++ ceres-solver-2.2.0+dfsg/debian/control  2024-01-31 08:07:21.0 
+
@@ -31,7 +31,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libceres4 (= ${binary:Version}),
+Depends: libceres4t64 (= ${binary:Version}),
  ${misc:Depends},
  libblas-dev,
  libgoogle-glog-dev,
@@ -51,7 +51,10 @@
  .
  This package contains the development header files.
 
-Package: libceres4
+Package: libceres4t64
+Provides: ${t64:Provides}
+Replaces: libceres4
+Breaks: libceres4 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
diff -Nru ceres-solver-2.2.0+dfsg/debian/libceres4.install 
ceres-solver-2.2.0+dfsg/debian/libceres4.install
--- ceres-solver-2.2.0+dfsg/debian/libceres4.install2023-10-24 
05:21:34.0 +
+++ ceres-solver-2.2.0+dfsg/debian/libceres4.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru ceres-solver-2.2.0+dfsg/debian/libceres4.lintian-overrides 
ceres-solver-2.2.0+dfsg/debian/libceres4.lintian-overrides
--- ceres-solver-2.2.0+dfsg/debian/libceres4.lintian-overrides  2023-10-24 
05:22:05.0 +
+++ ceres-solver-2.2.0+dfsg/debian/libceres4.lintian-overrides  1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-# We won't issue a symbols file for this C++ library, using shlibs instead.
-libceres4: no-symbols-control-file usr/lib/*/libceres.so.*
diff -Nru ceres-solver-2.2.0+dfsg/debian/libceres4t64.install 
ceres-solver-2.2.0+dfsg/debian/libceres4t64.install
--- ceres-solver-2.2.0+dfsg/debian/libceres4t64.install 1970-01-01 
00:00:00.0 +
+++ ceres-solver-2.2.0+dfsg/debian/libceres4t64.install 2023-10-24 
05:21:34.0 +
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru ceres-solver-2.2.0+dfsg/debian/libceres4t64.lintian-overrides 
ceres-solver-2.2.0+dfsg/debian/libceres4t64.lintian-overrides
--- ceres-solver-2.2.0+dfsg/debian/libceres4t64.lintian-overrides   
1970-01-01 00:00:00.0 +
+++ ceres-solver-2.2.0+dfsg/debian/libceres4t64.lintian-overrides   
2024-01-31 08:07:21.0 +
@@ -0,0 +1,3 @@
+# We won't iss

Processing of asl_0.1.7-4.1~exp2_source.changes

2024-01-31 Thread Debian FTP Masters
/asl_0.1.7-4.1~exp2_source.changes is already present on target host:
asl_0.1.7-4.1~exp2_source.buildinfo
Either you already uploaded it, or someone else came first.
Job asl_0.1.7-4.1~exp2_source.changes removed.

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 asl_0.1.7-4.1~exp2_source.changes

2024-01-31 Thread Debian FTP Masters
asl_0.1.7-4.1~exp2_source.changes uploaded successfully to localhost
along with the files:
  asl_0.1.7-4.1~exp2.dsc
  asl_0.1.7-4.1~exp2.debian.tar.xz
  asl_0.1.7-4.1~exp2_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


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

2024-01-31 Thread Steve Langasek
Source: asl
Followup-For: Bug #1061921

Apologies, an oversight in the conversion script caused us to fail to
update strict versioned dependencies on the previous package name.
Please find attached a fixed patch.

This has also now been uploaded to experimental.
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-31 08:04:04.0 +
@@ -1,3 +1,11 @@
+asl (0.1.7-4.1~exp2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+  * Fix uninstallable packages from the previous upload.
+
+ -- Steve Langasek   Wed, 31 Jan 2024 08:04:04 +
+
 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-31 08:04:04.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
@@ -53,7 +56,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
- libasl0 (= ${binary:Version})
+ libasl0t64 (= ${binary:Version})
 Suggests: asl-doc
 Description: development files for ASL
  The Advanced Simulation Library (ASL) is a free and open source hardware
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-31 
08:04:04.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


Processing of arpack_3.9.1-1.1~exp2_source.changes

2024-01-31 Thread Debian FTP Masters
arpack_3.9.1-1.1~exp2_source.changes uploaded successfully to localhost
along with the files:
  arpack_3.9.1-1.1~exp2.dsc
  arpack_3.9.1-1.1~exp2.debian.tar.xz
  arpack_3.9.1-1.1~exp2_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


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

2024-01-31 Thread Steve Langasek
Source: arpack
Followup-For: Bug #1061919

Apologies, an oversight in the conversion script caused us to fail to
update strict versioned dependencies on the previous package name.
Please find attached a fixed patch.

This has also now been uploaded to experimental.
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-31 07:59:37.0 +
@@ -1,3 +1,11 @@
+arpack (3.9.1-1.1~exp2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+  * Fix uninstallable packages from the previous upload.
+
+ -- Steve Langasek   Wed, 31 Jan 2024 07:59:37 +
+
 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-31 07:59:37.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
@@ -52,7 +55,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libarpack2 (= ${binary:Version}),
+Depends: libarpack2t64 (= ${binary:Version}),
  libblas-dev | libblas.so,
  liblapack-dev | liblapack.so,
  ${misc:Depends}
@@ -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
@@ -109,7 +115,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libparpack2 (= ${binary:Version}),
+Depends: libparpack2t64 (= ${binary:Version}),
  libblas-dev | libblas.so,
  liblapack-dev | liblapack.so,
  mpi-default-dev,
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 2.1
- iswap_@Base 2.1
- ivout_@Base 2.1
- sgetv0_@Base 2.1
- smout_@Base 2.1
- snaitr_@Base 2.1
- snapps_@Base 2.1
- snaup2_@Base 2.1
- snaupd_@Base 2.1
- snaupd_c@Base 3.7.0
- snconv_@Base 2.1
- sneigh_@Base 2.1
- sneupd_@Base 2.1
- sneupd_c@Base 3.7.0
- sngets_@Base 2.1
- ssaitr_@Base 2.1
- ssapps_@Base 2.1
- ssaup2_@Base 2.1
- ssaupd_@Base 2.1
- ssaupd_c@Base 3.7.0
- ssconv_@Base 2.1
- sseigt_@Base 2.1
- ssesrt_@Base 2.1
- sseupd_@Base 2.1
- sseupd_c@Base 3.7.0
- ssgets_@Base 2.1
- ssortc_@Base 2.1
- ssortr_@Base 2.1
- sstatn_@Base 2.1
- sstatn_c@Base 3.7.0
- sstats_@Base 2.1
- sstats_c@Base 3.7.0
- sstqrb_@Base 2.1
- staini_@Base 3.6.3
- stat_c@Base 3.7.0
- svout_@Base 2.1
- timing_@Base 2.1
- zgetv0_@Base 2.1
- zmout_@Base 2.1
- znaitr_@Base 2.1
- znapps_@Base 2.1
- znaup2_@Base 2.1
- znaupd_@Base 2.1
- znaupd_c@Base 3.7.0
- zneigh_@Base 2.1
- zneupd_@Base 2.1
- zneupd_c@Base 3.7.0
- zngets_@Base 2.1
- zsortc_@Base 2.1
- zstatn_@Base 2.1
- zvout_@Base 2.1
- zzdotc_@Base 3.9.1
diff -Nru arpack-3.9.1/debian/libarpack2t64.install 
arpack-3.9.1/debian/libarpack2t64.install
--- arpack-3.9.1/debian/libarpack2t64.install   1970-01-01 00:00:00.0 
+
+++ arpack-3.9.1/