Your message dated Wed, 28 Feb 2024 23:49:58 +0000
with message-id <e1rftgu-008zap...@fasolo.debian.org>
and subject line Bug#1063152: fixed in mumps 5.6.2-2.1
has caused the Debian Bug report #1063152,
regarding mumps: 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.)


-- 
1063152: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063152
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mumps
Version: 5.6.2-2
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

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
mumps 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 mumps
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 mumps-5.6.2/debian/changelog mumps-5.6.2/debian/changelog
--- mumps-5.6.2/debian/changelog        2023-11-29 14:59:10.000000000 +0000
+++ mumps-5.6.2/debian/changelog        2024-02-05 12:25:31.000000000 +0000
@@ -1,3 +1,10 @@
+mumps (5.6.2-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org>  Mon, 05 Feb 2024 12:25:31 +0000
+
 mumps (5.6.2-2) unstable; urgency=medium
 
   * Team upload
diff -Nru mumps-5.6.2/debian/control mumps-5.6.2/debian/control
--- mumps-5.6.2/debian/control  2023-11-29 13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/control  2024-02-05 12:25:30.000000000 +0000
@@ -24,7 +24,7 @@
 Multi-Arch: same
 Depends:
  libmumps-headers-dev (= ${source:Version}),
- libmumps-5.6 (= ${binary:Version}),
+ libmumps-5.6t64 (= ${binary:Version}),
  libscalapack-mpi-dev,
  mpi-default-dev,
  ${misc:Depends},
@@ -56,7 +56,7 @@
 Depends:
  libmumps-dev (= ${binary:Version}),
  libmumps-headers-dev (= ${source:Version}),
- libmumps-seq-5.6 (= ${binary:Version}),
+ libmumps-seq-5.6t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Direct linear systems solver - non-parallel development files
  MUMPS implements a direct solver for large sparse linear systems, with a
@@ -68,7 +68,10 @@
  Unless you know that you specifically need this, then you almost
  certainly want the libmumps-dev package.
 
-Package: libmumps-5.6
+Package: libmumps-5.6t64
+Provides: ${t64:Provides}
+Replaces: libmumps-5.6
+Breaks: libmumps-5.6 (<< ${source:Version})
 Architecture: any
 Section: libs
 Multi-Arch: same
@@ -83,7 +86,10 @@
  operate on distributed matrices e.g. over a cluster.  It has Fortran and
  C interfaces, and can interface with ordering tools such as Scotch.
 
-Package: libmumps-seq-5.6
+Package: libmumps-seq-5.6t64
+Provides: ${t64:Provides}
+Replaces: libmumps-seq-5.6
+Breaks: libmumps-seq-5.6 (<< ${source:Version})
 Architecture: any
 Section: libs
 Multi-Arch: same
@@ -98,9 +104,12 @@
  .
  This package is built the MUMPS libseq dummy sequential MPI library.
  Unless you know that you specifically need this, then you almost
- certainly want the libmumps-5.6 package.
+ certainly want the libmumps-5.6t64 package.
 
-Package: libmumps-scotch-5.6
+Package: libmumps-scotch-5.6t64
+Provides: ${t64:Provides}
+Replaces: libmumps-scotch-5.6
+Breaks: libmumps-scotch-5.6 (<< ${source:Version})
 Architecture: any
 Section: libs
 Multi-Arch: same
@@ -122,7 +131,7 @@
 Multi-Arch: same
 Depends:
  libmumps-dev,
- libmumps-scotch-5.6 (= ${binary:Version}),
+ libmumps-scotch-5.6t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Direct linear systems solver - Scotch-version development files
  MUMPS implements a direct solver for large sparse linear systems, with a
@@ -133,7 +142,10 @@
  This package provides static libaries enabling reordering of data using
  SCOTCH.
 
-Package: libmumps-ptscotch-5.6
+Package: libmumps-ptscotch-5.6t64
+Provides: ${t64:Provides}
+Replaces: libmumps-ptscotch-5.6
+Breaks: libmumps-ptscotch-5.6 (<< ${source:Version})
 Architecture: any
 Section: libs
 Multi-Arch: same
@@ -156,7 +168,7 @@
 Multi-Arch: same
 Depends:
  libmumps-dev,
- libmumps-ptscotch-5.6 (= ${binary:Version}),
+ libmumps-ptscotch-5.6t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Direct linear systems solver - PTScotch-version development files
  MUMPS implements a direct solver for large sparse linear systems, with a
@@ -173,7 +185,7 @@
 Multi-Arch: same
 Depends:
  libmumps-headers-dev (= ${source:Version}),
- libmumps-64pord-5.6 (= ${binary:Version}),
+ libmumps-64pord-5.6t64 (= ${binary:Version}),
  libscalapack-mpi-dev,
  mpi-default-dev,
  ${misc:Depends},
@@ -192,7 +204,7 @@
 Depends:
  libmumps64-dev (= ${binary:Version}),
  libmumps-headers-dev (= ${source:Version}),
- libmumps-64pord-seq-5.6 (= ${binary:Version}),
+ libmumps-64pord-seq-5.6t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Direct linear systems solver (64 bit) - non-parallel development 
files
  MUMPS implements a direct solver for large sparse linear systems, with a
@@ -206,7 +218,10 @@
  .
  This package supports 64-bit ordering (-DPORD_INTSIZE64).
 
-Package: libmumps-64pord-5.6
+Package: libmumps-64pord-5.6t64
+Provides: ${t64:Provides}
+Replaces: libmumps-64pord-5.6
+Breaks: libmumps-64pord-5.6 (<< ${source:Version})
 Architecture: any
 Section: libs
 Multi-Arch: same
@@ -223,7 +238,10 @@
  .
  This package supports 64-bit ordering (-DPORD_INTSIZE64).
 
-Package: libmumps-64pord-seq-5.6
+Package: libmumps-64pord-seq-5.6t64
+Provides: ${t64:Provides}
+Replaces: libmumps-64pord-seq-5.6
+Breaks: libmumps-64pord-seq-5.6 (<< ${source:Version})
 Architecture: any
 Section: libs
 Multi-Arch: same
@@ -238,11 +256,14 @@
  .
  This package is built the MUMPS libseq dummy sequential MPI library.
  Unless you know that you specifically need this, then you almost
- certainly want the libmumps-64pord-5.6 package.
+ certainly want the libmumps-64pord-5.6t64 package.
  .
  This package supports 64-bit ordering (-DPORD_INTSIZE64).
 
-Package: libmumps-64pord-scotch-5.6
+Package: libmumps-64pord-scotch-5.6t64
+Provides: ${t64:Provides}
+Replaces: libmumps-64pord-scotch-5.6
+Breaks: libmumps-64pord-scotch-5.6 (<< ${source:Version})
 Architecture: any
 Section: libs
 Multi-Arch: same
@@ -264,7 +285,7 @@
 Multi-Arch: same
 Depends:
  libmumps64-dev,
- libmumps-64pord-scotch-5.6 (= ${binary:Version}),
+ libmumps-64pord-scotch-5.6t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Direct linear systems solver (64 bit) - Scotch-version 
development files
  MUMPS implements a direct solver for large sparse linear systems, with a
@@ -275,7 +296,10 @@
  This package provides static libaries enabling reordering of data using
  SCOTCH. It supports 64-bit ordering (-DPORD_INTSIZE64).
 
-Package: libmumps-64pord-ptscotch-5.6
+Package: libmumps-64pord-ptscotch-5.6t64
+Provides: ${t64:Provides}
+Replaces: libmumps-64pord-ptscotch-5.6
+Breaks: libmumps-64pord-ptscotch-5.6 (<< ${source:Version})
 Architecture: any
 Section: libs
 Multi-Arch: same
@@ -297,7 +321,7 @@
 Multi-Arch: same
 Depends:
  libmumps64-dev,
- libmumps-64pord-ptscotch-5.6 (= ${binary:Version}),
+ libmumps-64pord-ptscotch-5.6t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Direct linear systems solver (64 bit) - PTScotch-version 
development files
  MUMPS implements a direct solver for large sparse linear systems, with a
diff -Nru mumps-5.6.2/debian/libmumps-5.6.install 
mumps-5.6.2/debian/libmumps-5.6.install
--- mumps-5.6.2/debian/libmumps-5.6.install     2023-11-29 13:54:48.000000000 
+0000
+++ mumps-5.6.2/debian/libmumps-5.6.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo libmumps/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-5.6.lintian-overrides 
mumps-5.6.2/debian/libmumps-5.6.lintian-overrides
--- mumps-5.6.2/debian/libmumps-5.6.lintian-overrides   2023-11-29 
13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-5.6.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# several variants of libmumps are provided by libmumps-*
-package-name-doesnt-match-sonames libcmumps-* libdmumps-* libmumps-common-* 
libpord-* libsmumps-* libzmumps-*
diff -Nru mumps-5.6.2/debian/libmumps-5.6t64.install 
mumps-5.6.2/debian/libmumps-5.6t64.install
--- mumps-5.6.2/debian/libmumps-5.6t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ mumps-5.6.2/debian/libmumps-5.6t64.install  2023-11-29 13:54:48.000000000 
+0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo libmumps/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-5.6t64.lintian-overrides 
mumps-5.6.2/debian/libmumps-5.6t64.lintian-overrides
--- mumps-5.6.2/debian/libmumps-5.6t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-5.6t64.lintian-overrides        2024-02-05 
12:25:30.000000000 +0000
@@ -0,0 +1,3 @@
+# several variants of libmumps are provided by libmumps-*
+package-name-doesnt-match-sonames libcmumps-* libdmumps-* libmumps-common-* 
libpord-* libsmumps-* libzmumps-*
+libmumps-5.6t64: package-name-doesnt-match-sonames libmumps-5.6
diff -Nru mumps-5.6.2/debian/libmumps-64pord-5.6.install 
mumps-5.6.2/debian/libmumps-64pord-5.6.install
--- mumps-5.6.2/debian/libmumps-64pord-5.6.install      2023-11-29 
13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-5.6.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo libmumps64/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-64pord-5.6.lintian-overrides 
mumps-5.6.2/debian/libmumps-64pord-5.6.lintian-overrides
--- mumps-5.6.2/debian/libmumps-64pord-5.6.lintian-overrides    2023-11-29 
13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-5.6.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-# several variants of libmumps are provided by libmumps-64pord-*
-package-name-doesnt-match-sonames libcmumps-64pord-* libdmumps-64pord-* 
libmumps-common-64pord-* libpord-64pord-* libsmumps-64pord-* libzmumps-64pord-*
-
diff -Nru mumps-5.6.2/debian/libmumps-64pord-5.6t64.install 
mumps-5.6.2/debian/libmumps-64pord-5.6t64.install
--- mumps-5.6.2/debian/libmumps-64pord-5.6t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-5.6t64.install   2023-11-29 
13:54:48.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo libmumps64/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-64pord-5.6t64.lintian-overrides 
mumps-5.6.2/debian/libmumps-64pord-5.6t64.lintian-overrides
--- mumps-5.6.2/debian/libmumps-64pord-5.6t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-5.6t64.lintian-overrides 2024-02-05 
12:25:30.000000000 +0000
@@ -0,0 +1,4 @@
+# several variants of libmumps are provided by libmumps-64pord-*
+package-name-doesnt-match-sonames libcmumps-64pord-* libdmumps-64pord-* 
libmumps-common-64pord-* libpord-64pord-* libsmumps-64pord-* libzmumps-64pord-*
+
+libmumps-64pord-5.6t64: package-name-doesnt-match-sonames libmumps-64pord-5.6
diff -Nru mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6.install 
mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6.install
--- mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6.install     2023-11-29 
13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo libmumps64_ptscotch/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6.lintian-overrides 
mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6.lintian-overrides
--- mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6.lintian-overrides   
2023-11-29 13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6.lintian-overrides   
1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# several variants of libmumps-64pord-ptscotch are provided by 
libmumps-64pord-ptscotch-*
-package-name-doesnt-match-sonames libcmumps-64pord-ptscotch-* 
libdmumps-64pord-ptscotch-* libmumps-common-64pord-ptscotch-* 
libpord-64pord-ptscotch-* libsmumps-64pord-ptscotch-* 
libzmumps-64pord-ptscotch-*
diff -Nru mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6t64.install 
mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6t64.install
--- mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6t64.install  2023-11-29 
13:54:48.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo libmumps64_ptscotch/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6t64.lintian-overrides 
mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6t64.lintian-overrides
--- mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-ptscotch-5.6t64.lintian-overrides        
2024-02-05 12:25:30.000000000 +0000
@@ -0,0 +1,3 @@
+# several variants of libmumps-64pord-ptscotch are provided by 
libmumps-64pord-ptscotch-*
+package-name-doesnt-match-sonames libcmumps-64pord-ptscotch-* 
libdmumps-64pord-ptscotch-* libmumps-common-64pord-ptscotch-* 
libpord-64pord-ptscotch-* libsmumps-64pord-ptscotch-* 
libzmumps-64pord-ptscotch-*
+libmumps-64pord-ptscotch-5.6t64: package-name-doesnt-match-sonames 
libmumps-64pord-ptscotch-5.6
diff -Nru mumps-5.6.2/debian/libmumps-64pord-scotch-5.6.install 
mumps-5.6.2/debian/libmumps-64pord-scotch-5.6.install
--- mumps-5.6.2/debian/libmumps-64pord-scotch-5.6.install       2023-11-29 
13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-scotch-5.6.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo libmumps64_scotch/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-64pord-scotch-5.6.lintian-overrides 
mumps-5.6.2/debian/libmumps-64pord-scotch-5.6.lintian-overrides
--- mumps-5.6.2/debian/libmumps-64pord-scotch-5.6.lintian-overrides     
2023-11-29 13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-scotch-5.6.lintian-overrides     
1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# several variants of libmumps-64pord-scotch are provided by 
libmumps-64pord-scotch-*
-package-name-doesnt-match-sonames libcmumps-64pord-scotch-* 
libdmumps-64pord-scotch-* libmpiseq-64pord-scotch-* 
libmumps-common-64pord-scotch-* libpord-64pord-scotch-* 
libsmumps-64pord-scotch-* libzmumps-64pord-scotch-*
diff -Nru mumps-5.6.2/debian/libmumps-64pord-scotch-5.6t64.install 
mumps-5.6.2/debian/libmumps-64pord-scotch-5.6t64.install
--- mumps-5.6.2/debian/libmumps-64pord-scotch-5.6t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-scotch-5.6t64.install    2023-11-29 
13:54:48.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo libmumps64_scotch/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-64pord-scotch-5.6t64.lintian-overrides 
mumps-5.6.2/debian/libmumps-64pord-scotch-5.6t64.lintian-overrides
--- mumps-5.6.2/debian/libmumps-64pord-scotch-5.6t64.lintian-overrides  
1970-01-01 00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-scotch-5.6t64.lintian-overrides  
2024-02-05 12:25:30.000000000 +0000
@@ -0,0 +1,3 @@
+# several variants of libmumps-64pord-scotch are provided by 
libmumps-64pord-scotch-*
+package-name-doesnt-match-sonames libcmumps-64pord-scotch-* 
libdmumps-64pord-scotch-* libmpiseq-64pord-scotch-* 
libmumps-common-64pord-scotch-* libpord-64pord-scotch-* 
libsmumps-64pord-scotch-* libzmumps-64pord-scotch-*
+libmumps-64pord-scotch-5.6t64: package-name-doesnt-match-sonames 
libmumps-64pord-scotch-5.6
diff -Nru mumps-5.6.2/debian/libmumps-64pord-seq-5.6.install 
mumps-5.6.2/debian/libmumps-64pord-seq-5.6.install
--- mumps-5.6.2/debian/libmumps-64pord-seq-5.6.install  2023-11-29 
13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-seq-5.6.install  1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo libmumps64_seq/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-64pord-seq-5.6.lintian-overrides 
mumps-5.6.2/debian/libmumps-64pord-seq-5.6.lintian-overrides
--- mumps-5.6.2/debian/libmumps-64pord-seq-5.6.lintian-overrides        
2023-11-29 13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-seq-5.6.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# several variants of libmumps-64pord-seq are provided by libmumps-64pord-seq-*
-package-name-doesnt-match-sonames libcmumps-64pord-seq-* 
libdmumps-64pord-seq-* libmpiseq-64pord-seq-* libmumps-common-64pord-seq-* 
libpord-64pord-seq-* libsmumps-64pord-seq-* libzmumps-64pord-seq-*
diff -Nru mumps-5.6.2/debian/libmumps-64pord-seq-5.6t64.install 
mumps-5.6.2/debian/libmumps-64pord-seq-5.6t64.install
--- mumps-5.6.2/debian/libmumps-64pord-seq-5.6t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-seq-5.6t64.install       2023-11-29 
13:54:48.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo libmumps64_seq/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-64pord-seq-5.6t64.lintian-overrides 
mumps-5.6.2/debian/libmumps-64pord-seq-5.6t64.lintian-overrides
--- mumps-5.6.2/debian/libmumps-64pord-seq-5.6t64.lintian-overrides     
1970-01-01 00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-64pord-seq-5.6t64.lintian-overrides     
2024-02-05 12:25:30.000000000 +0000
@@ -0,0 +1,3 @@
+# several variants of libmumps-64pord-seq are provided by libmumps-64pord-seq-*
+package-name-doesnt-match-sonames libcmumps-64pord-seq-* 
libdmumps-64pord-seq-* libmpiseq-64pord-seq-* libmumps-common-64pord-seq-* 
libpord-64pord-seq-* libsmumps-64pord-seq-* libzmumps-64pord-seq-*
+libmumps-64pord-seq-5.6t64: package-name-doesnt-match-sonames 
libmumps-64pord-seq-5.6
diff -Nru mumps-5.6.2/debian/libmumps-ptscotch-5.6.install 
mumps-5.6.2/debian/libmumps-ptscotch-5.6.install
--- mumps-5.6.2/debian/libmumps-ptscotch-5.6.install    2023-11-29 
13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-ptscotch-5.6.install    1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo libmumps_ptscotch/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-ptscotch-5.6.lintian-overrides 
mumps-5.6.2/debian/libmumps-ptscotch-5.6.lintian-overrides
--- mumps-5.6.2/debian/libmumps-ptscotch-5.6.lintian-overrides  2023-11-29 
13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-ptscotch-5.6.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# several variants of libmumps-ptscotch are provided by libmumps-ptscotch-*
-package-name-doesnt-match-sonames libcmumps-ptscotch-* libdmumps-ptscotch-* 
libmumps-common-ptscotch-* libpord-ptscotch-* libsmumps-ptscotch-* 
libzmumps-ptscotch-*
diff -Nru mumps-5.6.2/debian/libmumps-ptscotch-5.6t64.install 
mumps-5.6.2/debian/libmumps-ptscotch-5.6t64.install
--- mumps-5.6.2/debian/libmumps-ptscotch-5.6t64.install 1970-01-01 
00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-ptscotch-5.6t64.install 2023-11-29 
13:54:48.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo libmumps_ptscotch/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-ptscotch-5.6t64.lintian-overrides 
mumps-5.6.2/debian/libmumps-ptscotch-5.6t64.lintian-overrides
--- mumps-5.6.2/debian/libmumps-ptscotch-5.6t64.lintian-overrides       
1970-01-01 00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-ptscotch-5.6t64.lintian-overrides       
2024-02-05 12:25:30.000000000 +0000
@@ -0,0 +1,3 @@
+# several variants of libmumps-ptscotch are provided by libmumps-ptscotch-*
+package-name-doesnt-match-sonames libcmumps-ptscotch-* libdmumps-ptscotch-* 
libmumps-common-ptscotch-* libpord-ptscotch-* libsmumps-ptscotch-* 
libzmumps-ptscotch-*
+libmumps-ptscotch-5.6t64: package-name-doesnt-match-sonames 
libmumps-ptscotch-5.6
diff -Nru mumps-5.6.2/debian/libmumps-scotch-5.6.install 
mumps-5.6.2/debian/libmumps-scotch-5.6.install
--- mumps-5.6.2/debian/libmumps-scotch-5.6.install      2023-11-29 
13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-scotch-5.6.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo libmumps_scotch/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-scotch-5.6.lintian-overrides 
mumps-5.6.2/debian/libmumps-scotch-5.6.lintian-overrides
--- mumps-5.6.2/debian/libmumps-scotch-5.6.lintian-overrides    2023-11-29 
13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-scotch-5.6.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# several variants of libmumps-scotch are provided by libmumps-scotch-*
-package-name-doesnt-match-sonames libcmumps-scotch-* libdmumps-scotch-* 
libmpiseq-scotch-* libmumps-common-scotch-* libpord-scotch-* libsmumps-scotch-* 
libzmumps-scotch-*
diff -Nru mumps-5.6.2/debian/libmumps-scotch-5.6t64.install 
mumps-5.6.2/debian/libmumps-scotch-5.6t64.install
--- mumps-5.6.2/debian/libmumps-scotch-5.6t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-scotch-5.6t64.install   2023-11-29 
13:54:48.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo libmumps_scotch/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-scotch-5.6t64.lintian-overrides 
mumps-5.6.2/debian/libmumps-scotch-5.6t64.lintian-overrides
--- mumps-5.6.2/debian/libmumps-scotch-5.6t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-scotch-5.6t64.lintian-overrides 2024-02-05 
12:25:30.000000000 +0000
@@ -0,0 +1,3 @@
+# several variants of libmumps-scotch are provided by libmumps-scotch-*
+package-name-doesnt-match-sonames libcmumps-scotch-* libdmumps-scotch-* 
libmpiseq-scotch-* libmumps-common-scotch-* libpord-scotch-* libsmumps-scotch-* 
libzmumps-scotch-*
+libmumps-scotch-5.6t64: package-name-doesnt-match-sonames libmumps-scotch-5.6
diff -Nru mumps-5.6.2/debian/libmumps-seq-5.6.install 
mumps-5.6.2/debian/libmumps-seq-5.6.install
--- mumps-5.6.2/debian/libmumps-seq-5.6.install 2023-11-29 13:54:48.000000000 
+0000
+++ mumps-5.6.2/debian/libmumps-seq-5.6.install 1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo libmumps_seq/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-seq-5.6.lintian-overrides 
mumps-5.6.2/debian/libmumps-seq-5.6.lintian-overrides
--- mumps-5.6.2/debian/libmumps-seq-5.6.lintian-overrides       2023-11-29 
13:54:48.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-seq-5.6.lintian-overrides       1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# several variants of libmumps-seq are provided by libmumps-seq-*
-package-name-doesnt-match-sonames libcmumps-seq-* libdmumps-seq-* 
libmpiseq-seq-* libmumps-common-seq-* libpord-seq-* libsmumps-seq-* 
libzmumps-seq-*
\ No newline at end of file
diff -Nru mumps-5.6.2/debian/libmumps-seq-5.6t64.install 
mumps-5.6.2/debian/libmumps-seq-5.6t64.install
--- mumps-5.6.2/debian/libmumps-seq-5.6t64.install      1970-01-01 
00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-seq-5.6t64.install      2023-11-29 
13:54:48.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo libmumps_seq/lib*-*.so usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru mumps-5.6.2/debian/libmumps-seq-5.6t64.lintian-overrides 
mumps-5.6.2/debian/libmumps-seq-5.6t64.lintian-overrides
--- mumps-5.6.2/debian/libmumps-seq-5.6t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ mumps-5.6.2/debian/libmumps-seq-5.6t64.lintian-overrides    2024-02-05 
12:25:30.000000000 +0000
@@ -0,0 +1,2 @@
+# several variants of libmumps-seq are provided by libmumps-seq-*
+package-name-doesnt-match-sonames libcmumps-seq-* libdmumps-seq-* 
libmpiseq-seq-* libmumps-common-seq-* libpord-seq-* libsmumps-seq-* 
libzmumps-seq-*libmumps-seq-5.6t64: package-name-doesnt-match-sonames 
libmumps-seq-5.6

--- End Message ---
--- Begin Message ---
Source: mumps
Source-Version: 5.6.2-2.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mumps, 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 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated mumps 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, 28 Feb 2024 20:55:10 +0000
Source: mumps
Architecture: source
Version: 5.6.2-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063152
Changes:
 mumps (5.6.2-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063152
Checksums-Sha1:
 508396ff2d42b5f9f6a008a97965bb40772b19f1 3506 mumps_5.6.2-2.1.dsc
 b36265ad44f0956a44da293aab598916054896bc 22104 mumps_5.6.2-2.1.debian.tar.xz
 811336aec135a31c65aa46a6593925851ca1655f 8449 mumps_5.6.2-2.1_source.buildinfo
Checksums-Sha256:
 81174ece3aad88b3dc9f8b5d6cee4f44541bc4267ffbf9f0a0d66a87dacce816 3506 
mumps_5.6.2-2.1.dsc
 b505e0424e22d8f68efbc2bfbe66fbf3620b88fe274e594f662c1149b32a7718 22104 
mumps_5.6.2-2.1.debian.tar.xz
 0246a7c0f3c1b8d5a217bb4652ad769d38fdc55c73951a8d95fd96b43b81e3d8 8449 
mumps_5.6.2-2.1_source.buildinfo
Files:
 ac20e78e7f80528f4b5b4247cdf81c8e 3506 devel optional mumps_5.6.2-2.1.dsc
 f31318bddf1a0371546ea56046f16522 22104 devel optional 
mumps_5.6.2-2.1.debian.tar.xz
 1f8d5a7ecbc391c5cd0267387fd810e0 8449 devel optional 
mumps_5.6.2-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfpbUACgkQFZ61xO/I
d0yN7RAAjzpRxrmF8UnSAqlOkHL2mOXNiEFiKoqV3E3GIJl+f5T7wxEHShst7uZZ
o2fe2o1MYR7defo8HOLdPCvm4CYdQbJ/L5BHqqVd/oOVz+1RDurBFeAJgL0oAIrs
ahT6lIF9FxLkdiDNNt0iZBgCxI60K0fu/yIWNd8qKT2iXv62HWkkfhSeTpOAbdDB
2uVjewXLQmvR2WB15Tg47+h2prvEl1lt28j3f1MLG+hjohvvkZihHbDaPX2xeUzg
UJe6b3zXEjqdUczacjysJpb9KMsO4OhSeS+NG6v1S5tKK8+TnJaG2A0Y0tQVHDfq
iY8Q76u+uQuJTxZPlsU0ZvYl40/fOmMK8/0kvncUeuKjsyr0zSxaA/Zlhxe0Yugv
nB9EfMd8VcgjCg5hQcC10Ozvmd3WnZmQOnJCddcGoMOJwQxdKzVcnlwe+PO8AnLg
rg/elDCrCyVFObYZjCC6ZMggCDHKgdLzLJ5cCCWW0B2c06ZTKlpbm9fb9LqnbtPq
IvR3s5v5mwFj7trvBxoYJ784ij3c0SYmOjJ9pnZydl2mVKZZOayLCX+TB3j9Yzr9
vGByu1RmbXxcyRNAa2oqjUcJYWgMsKca3yykj0RNAUYFXH6kx3jHzrgmzRHRsB1A
Ha13cj7XwNFwbiDxv+1M1Z7F5uiTjCbwLtDeDq/kf8OAdF68h0s=
=ufU4
-----END PGP SIGNATURE-----

Attachment: pgpvDNu30F_4A.pgp
Description: PGP signature


--- End Message ---

Reply via email to