Your message dated Thu, 29 Feb 2024 16:52:59 +0000
with message-id <e1rfjev-00c2qp...@fasolo.debian.org>
and subject line Bug#1062939: fixed in slepc 3.19.2+dfsg1-2.1
has caused the Debian Bug report #1062939,
regarding slepc: 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.)


-- 
1062939: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062939
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: slepc
Version: 3.19.2+dfsg1-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
slepc 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 slepc
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-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_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 slepc-3.19.2+dfsg1/debian/changelog 
slepc-3.19.2+dfsg1/debian/changelog
--- slepc-3.19.2+dfsg1/debian/changelog 2024-01-04 15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/changelog 2024-02-04 05:01:43.000000000 +0000
@@ -1,3 +1,10 @@
+slepc (3.19.2+dfsg1-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org>  Sun, 04 Feb 2024 05:01:43 
+0000
+
 slepc (3.19.2+dfsg1-2) unstable; urgency=medium
 
   * update makefile hacking in debian/tests. Upstream makefile now
diff -Nru slepc-3.19.2+dfsg1/debian/control slepc-3.19.2+dfsg1/debian/control
--- slepc-3.19.2+dfsg1/debian/control   2024-01-04 15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/control   2024-02-04 05:01:43.000000000 +0000
@@ -59,7 +59,7 @@
 Package: libslepc-real3.19-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc-real3.19 (= ${binary:Version}), ${petsc:dev},
+Depends: libslepc-real3.19t64 (= ${binary:Version}), ${petsc:dev},
  libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
  ${misc:Depends}, ${python3:Depends}
 Suggests: libslepc3.19-dev-examples, slepc3.19-doc (= ${binary:Version})
@@ -90,7 +90,10 @@
  .
  This package contains example, test, and tutorial scripts for SLEPc 3.19.
 
-Package: libslepc-real3.19
+Package: libslepc-real3.19t64
+Provides: ${t64:Provides}
+Replaces: libslepc-real3.19
+Breaks: libslepc-real3.19 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -122,7 +125,7 @@
 Package: libslepc-complex3.19-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc-complex3.19 (= ${binary:Version}), ${petsc:complex-dev},
+Depends: libslepc-complex3.19t64 (= ${binary:Version}), ${petsc:complex-dev},
  libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
  ${misc:Depends}, ${python3:Depends}
 Suggests: libslepc3.19-dev-examples, slepc3.19-doc (= ${binary:Version})
@@ -137,7 +140,10 @@
  This package contains the static libraries, shared links, and header files
  for SLEPc 3.19 with complex numbers.
 
-Package: libslepc-complex3.19
+Package: libslepc-complex3.19t64
+Provides: ${t64:Provides}
+Replaces: libslepc-complex3.19
+Breaks: libslepc-complex3.19 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -198,7 +204,7 @@
 Package: libslepc64-real3.19-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc64-real3.19 (= ${binary:Version}), ${petsc64:dev},
+Depends: libslepc64-real3.19t64 (= ${binary:Version}), ${petsc64:dev},
  libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
  ${misc:Depends}, ${python3:Depends}
 Suggests: libslepc3.19-dev-examples, slepc3.19-doc (= ${binary:Version})
@@ -213,7 +219,10 @@
  This package contains the static libraries, shared links, and header files
  for SLEPc 3.19 with real numbers and 64-bit indexing.
 
-Package: libslepc64-real3.19
+Package: libslepc64-real3.19t64
+Provides: ${t64:Provides}
+Replaces: libslepc64-real3.19
+Breaks: libslepc64-real3.19 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -231,7 +240,7 @@
 Package: libslepc64-complex3.19-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc64-complex3.19 (= ${binary:Version}), ${petsc64:complex-dev},
+Depends: libslepc64-complex3.19t64 (= ${binary:Version}), 
${petsc64:complex-dev},
  libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
  ${misc:Depends}, ${python3:Depends}
 Suggests: libslepc3.19-dev-examples, slepc3.19-doc (= ${binary:Version})
@@ -246,7 +255,10 @@
  This package contains the static libraries, shared links, and header files
  for SLEPc 3.19 with complex numbers and 64-bit indexing.
 
-Package: libslepc64-complex3.19
+Package: libslepc64-complex3.19t64
+Provides: ${t64:Provides}
+Replaces: libslepc64-complex3.19
+Breaks: libslepc64-complex3.19 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.links 
slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.links
--- slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.links        2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.links        1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo usr/lib/${DEB_HOST_MULTIARCH}/libslepc_complex.so.${SLEPC_VERSION} 
usr/lib/${DEB_HOST_MULTIARCH}/libslepc_complex.so.${SLEPC_SONAME_VERSION}
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.lintian-overrides 
slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.lintian-overrides
--- slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.lintian-overrides    
2024-01-04 15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.lintian-overrides    
1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-# libslepc_complex.so.X.Y soname links are managed by alternatives 
(libslepc_complex.so.X.Y)
-ldconfig-symlink-missing-for-shlib usr/lib/*/libslepc_complex.so.* 
usr/lib/*/libslepc_complex.so.* libslepc_complex.so.*
-
-# the libslepc_complex.so link is managed by alternatives in 
libslepc-complexX.Y-dev (alternative slepc)
-lacks-unversioned-link-to-shared-library example: 
usr/lib/*/libslepc_complex.so [usr/lib/*/libslepc_complex.so.*]
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.postinst 
slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.postinst
--- slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.postinst     2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.postinst     1970-01-01 
00:00:00.000000000 +0000
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
-
-SLEPC_VERSION=__SLEPC_VERSION__
-SLEPC_VERSION_NUMBER=$( echo ${SLEPC_VERSION} | sed "s/\.//g" )
-SONAME=__SLEPC_SONAME_VERSION__
-
-# Make alternatives links
-if [ "$1" = "configure" ]; then
-  # alternative slepc version (for given soname), real or complex
-  update-alternatives --install 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc.so.${SONAME} libslepc.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc_complex.so.${SLEPC_VERSION} 
${SLEPC_VERSION_NUMBER}73
-fi
-
-
-#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.prerm 
slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.prerm
--- slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.prerm        2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-complex3.19.prerm        1970-01-01 
00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-#!/bin/sh -e
-
-DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
-SLEPC_VERSION=__SLEPC_VERSION__
-SONAME=__SLEPC_SONAME_VERSION__
-
-# Remove alternatives links
-if [ "$1" = "remove" ]; then
-  update-alternatives --remove libslepc.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc_complex.so.${SLEPC_VERSION}
-fi
-
-#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.links 
slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.links
--- slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.links     1970-01-01 
00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.links     2024-01-04 
15:48:54.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo usr/lib/${DEB_HOST_MULTIARCH}/libslepc_complex.so.${SLEPC_VERSION} 
usr/lib/${DEB_HOST_MULTIARCH}/libslepc_complex.so.${SLEPC_SONAME_VERSION}
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.lintian-overrides 
slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.lintian-overrides
--- slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.lintian-overrides 
1970-01-01 00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.lintian-overrides 
2024-02-04 05:01:43.000000000 +0000
@@ -0,0 +1,6 @@
+# libslepc_complex.so.X.Y soname links are managed by alternatives 
(libslepc_complex.so.X.Y)
+ldconfig-symlink-missing-for-shlib usr/lib/*/libslepc_complex.so.* 
usr/lib/*/libslepc_complex.so.* libslepc_complex.so.*
+
+# the libslepc_complex.so link is managed by alternatives in 
libslepc-complexX.Y-dev (alternative slepc)
+lacks-unversioned-link-to-shared-library example: 
usr/lib/*/libslepc_complex.so [usr/lib/*/libslepc_complex.so.*]
+libslepc-complex3.19t64: package-name-doesnt-match-sonames libslepc-complex3.19
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.postinst 
slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.postinst
--- slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.postinst  1970-01-01 
00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.postinst  2024-01-04 
15:48:54.000000000 +0000
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
+
+SLEPC_VERSION=__SLEPC_VERSION__
+SLEPC_VERSION_NUMBER=$( echo ${SLEPC_VERSION} | sed "s/\.//g" )
+SONAME=__SLEPC_SONAME_VERSION__
+
+# Make alternatives links
+if [ "$1" = "configure" ]; then
+  # alternative slepc version (for given soname), real or complex
+  update-alternatives --install 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc.so.${SONAME} libslepc.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc_complex.so.${SLEPC_VERSION} 
${SLEPC_VERSION_NUMBER}73
+fi
+
+
+#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.prerm 
slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.prerm
--- slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.prerm     1970-01-01 
00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-complex3.19t64.prerm     2024-01-04 
15:48:54.000000000 +0000
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
+SLEPC_VERSION=__SLEPC_VERSION__
+SONAME=__SLEPC_SONAME_VERSION__
+
+# Remove alternatives links
+if [ "$1" = "remove" ]; then
+  update-alternatives --remove libslepc.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc_complex.so.${SLEPC_VERSION}
+fi
+
+#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-real3.19.links 
slepc-3.19.2+dfsg1/debian/libslepc-real3.19.links
--- slepc-3.19.2+dfsg1/debian/libslepc-real3.19.links   2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-real3.19.links   1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo usr/lib/${DEB_HOST_MULTIARCH}/libslepc_real.so.${SLEPC_VERSION} 
usr/lib/${DEB_HOST_MULTIARCH}/libslepc_real.so.${SLEPC_SONAME_VERSION}
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-real3.19.lintian-overrides 
slepc-3.19.2+dfsg1/debian/libslepc-real3.19.lintian-overrides
--- slepc-3.19.2+dfsg1/debian/libslepc-real3.19.lintian-overrides       
2024-01-04 15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-real3.19.lintian-overrides       
1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-# libslepc.so.X.Y soname links are managed by alternatives (libslepc.so.X.Y)
-ldconfig-symlink-missing-for-shlib usr/lib/*/libslepc_real.so.* 
usr/lib/*/libslepc_real.so.* libslepc_real.so.*
-
-# the libslepc_real.so link is managed by alternatives in libslepc-realX.Y-dev 
(alternative slepc)
-lacks-unversioned-link-to-shared-library example: usr/lib/*/libslepc_real.so 
[usr/lib/*/libslepc_real.so.*]
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-real3.19.postinst 
slepc-3.19.2+dfsg1/debian/libslepc-real3.19.postinst
--- slepc-3.19.2+dfsg1/debian/libslepc-real3.19.postinst        2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-real3.19.postinst        1970-01-01 
00:00:00.000000000 +0000
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
-
-SLEPC_VERSION=__SLEPC_VERSION__
-SLEPC_VERSION_NUMBER=$( echo ${SLEPC_VERSION} | sed "s/\.//g" )
-SONAME=__SLEPC_SONAME_VERSION__
-
-# Make alternatives links
-if [ "$1" = "configure" ]; then
-  # alternative slepc version (for given soname), real or complex
-  update-alternatives --install 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc.so.${SONAME} libslepc.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc_real.so.${SLEPC_VERSION} 
${SLEPC_VERSION_NUMBER}77
-fi
-
-
-#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-real3.19.prerm 
slepc-3.19.2+dfsg1/debian/libslepc-real3.19.prerm
--- slepc-3.19.2+dfsg1/debian/libslepc-real3.19.prerm   2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-real3.19.prerm   1970-01-01 
00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-#!/bin/sh -e
-
-DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
-SLEPC_VERSION=__SLEPC_VERSION__
-SONAME=__SLEPC_SONAME_VERSION__
-
-# Remove alternatives links
-if [ "$1" = "remove" ]; then
-  update-alternatives --remove libslepc.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc_real.so.${SLEPC_VERSION}
-fi
-
-#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.links 
slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.links
--- slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.links        1970-01-01 
00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.links        2024-01-04 
15:48:54.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo usr/lib/${DEB_HOST_MULTIARCH}/libslepc_real.so.${SLEPC_VERSION} 
usr/lib/${DEB_HOST_MULTIARCH}/libslepc_real.so.${SLEPC_SONAME_VERSION}
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.lintian-overrides 
slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.lintian-overrides
--- slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.lintian-overrides    
1970-01-01 00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.lintian-overrides    
2024-02-04 05:01:43.000000000 +0000
@@ -0,0 +1,6 @@
+# libslepc.so.X.Y soname links are managed by alternatives (libslepc.so.X.Y)
+ldconfig-symlink-missing-for-shlib usr/lib/*/libslepc_real.so.* 
usr/lib/*/libslepc_real.so.* libslepc_real.so.*
+
+# the libslepc_real.so link is managed by alternatives in libslepc-realX.Y-dev 
(alternative slepc)
+lacks-unversioned-link-to-shared-library example: usr/lib/*/libslepc_real.so 
[usr/lib/*/libslepc_real.so.*]
+libslepc-real3.19t64: package-name-doesnt-match-sonames libslepc-real3.19
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.postinst 
slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.postinst
--- slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.postinst     1970-01-01 
00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.postinst     2024-01-04 
15:48:54.000000000 +0000
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
+
+SLEPC_VERSION=__SLEPC_VERSION__
+SLEPC_VERSION_NUMBER=$( echo ${SLEPC_VERSION} | sed "s/\.//g" )
+SONAME=__SLEPC_SONAME_VERSION__
+
+# Make alternatives links
+if [ "$1" = "configure" ]; then
+  # alternative slepc version (for given soname), real or complex
+  update-alternatives --install 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc.so.${SONAME} libslepc.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc_real.so.${SLEPC_VERSION} 
${SLEPC_VERSION_NUMBER}77
+fi
+
+
+#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.prerm 
slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.prerm
--- slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.prerm        1970-01-01 
00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc-real3.19t64.prerm        2024-01-04 
15:48:54.000000000 +0000
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
+SLEPC_VERSION=__SLEPC_VERSION__
+SONAME=__SLEPC_SONAME_VERSION__
+
+# Remove alternatives links
+if [ "$1" = "remove" ]; then
+  update-alternatives --remove libslepc.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc_real.so.${SLEPC_VERSION}
+fi
+
+#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.links 
slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.links
--- slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.links      2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.links      1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_complex.so.${SLEPC_VERSION} 
usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_complex.so.${SLEPC_SONAME_VERSION}
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.lintian-overrides 
slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.lintian-overrides
--- slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.lintian-overrides  
2024-01-04 15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.lintian-overrides  
1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-# libslepc64_complex.so.X.Y soname links are managed by alternatives 
(libslepc64_complex.so.X.Y)
-ldconfig-symlink-missing-for-shlib usr/lib/*/libslepc64_complex.so.* 
usr/lib/*/libslepc64_complex.so.* libslepc64_complex.so.*
-
-# the libslepc64_complex.so link is managed by alternatives in 
libslepc64-complexX.Y-dev (alternative slepc64)
-lacks-unversioned-link-to-shared-library example: 
usr/lib/*/libslepc64_complex.so [usr/lib/*/libslepc64_complex.so.*]
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.postinst 
slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.postinst
--- slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.postinst   2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.postinst   1970-01-01 
00:00:00.000000000 +0000
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
-
-SLEPC_VERSION=__SLEPC_VERSION__
-SLEPC_VERSION_NUMBER=$( echo ${SLEPC_VERSION} | sed "s/\.//g" )
-SONAME=__SLEPC_SONAME_VERSION__
-
-# Make alternatives links
-if [ "$1" = "configure" ]; then
-  # alternative slepc64 version (for given soname), real or complex
-  update-alternatives --install 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64.so.${SONAME} libslepc64.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_complex.so.${SLEPC_VERSION} 
${SLEPC_VERSION_NUMBER}73
-fi
-
-
-#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.prerm 
slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.prerm
--- slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.prerm      2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19.prerm      1970-01-01 
00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-#!/bin/sh -e
-
-DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
-SLEPC_VERSION=__SLEPC_VERSION__
-SONAME=__SLEPC_SONAME_VERSION__
-
-# Remove alternatives links
-if [ "$1" = "remove" ]; then
-  update-alternatives --remove libslepc64.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_complex.so.${SLEPC_VERSION}
-fi
-
-#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.links 
slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.links
--- slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.links   1970-01-01 
00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.links   2024-01-04 
15:48:54.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_complex.so.${SLEPC_VERSION} 
usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_complex.so.${SLEPC_SONAME_VERSION}
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.lintian-overrides 
slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.lintian-overrides
--- slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.lintian-overrides       
1970-01-01 00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.lintian-overrides       
2024-02-04 05:01:43.000000000 +0000
@@ -0,0 +1,6 @@
+# libslepc64_complex.so.X.Y soname links are managed by alternatives 
(libslepc64_complex.so.X.Y)
+ldconfig-symlink-missing-for-shlib usr/lib/*/libslepc64_complex.so.* 
usr/lib/*/libslepc64_complex.so.* libslepc64_complex.so.*
+
+# the libslepc64_complex.so link is managed by alternatives in 
libslepc64-complexX.Y-dev (alternative slepc64)
+lacks-unversioned-link-to-shared-library example: 
usr/lib/*/libslepc64_complex.so [usr/lib/*/libslepc64_complex.so.*]
+libslepc64-complex3.19t64: package-name-doesnt-match-sonames 
libslepc64-complex3.19
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.postinst 
slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.postinst
--- slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.postinst        
1970-01-01 00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.postinst        
2024-01-04 15:48:54.000000000 +0000
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
+
+SLEPC_VERSION=__SLEPC_VERSION__
+SLEPC_VERSION_NUMBER=$( echo ${SLEPC_VERSION} | sed "s/\.//g" )
+SONAME=__SLEPC_SONAME_VERSION__
+
+# Make alternatives links
+if [ "$1" = "configure" ]; then
+  # alternative slepc64 version (for given soname), real or complex
+  update-alternatives --install 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64.so.${SONAME} libslepc64.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_complex.so.${SLEPC_VERSION} 
${SLEPC_VERSION_NUMBER}73
+fi
+
+
+#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.prerm 
slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.prerm
--- slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.prerm   1970-01-01 
00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-complex3.19t64.prerm   2024-01-04 
15:48:54.000000000 +0000
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
+SLEPC_VERSION=__SLEPC_VERSION__
+SONAME=__SLEPC_SONAME_VERSION__
+
+# Remove alternatives links
+if [ "$1" = "remove" ]; then
+  update-alternatives --remove libslepc64.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_complex.so.${SLEPC_VERSION}
+fi
+
+#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.links 
slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.links
--- slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.links 2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.links 1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#! /bin/sh
-echo usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_real.so.${SLEPC_VERSION} 
usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_real.so.${SLEPC_SONAME_VERSION}
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.lintian-overrides 
slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.lintian-overrides
--- slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.lintian-overrides     
2024-01-04 15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.lintian-overrides     
1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-# libslepc64.so.X.Y soname links are managed by alternatives 
(libslepc64.so.X.Y)
-ldconfig-symlink-missing-for-shlib usr/lib/*/libslepc64_real.so.* 
usr/lib/*/libslepc64_real.so.* libslepc64_real.so.*
-
-# the libslepc64_real.so link is managed by alternatives in 
libslepc64-realX.Y-dev (alternative slepc64)
-lacks-unversioned-link-to-shared-library example: usr/lib/*/libslepc64_real.so 
[usr/lib/*/libslepc64_real.so.*]
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.postinst 
slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.postinst
--- slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.postinst      2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.postinst      1970-01-01 
00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-
-DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
-
-SLEPC_VERSION=__SLEPC_VERSION__
-SLEPC_VERSION_NUMBER=$( echo ${SLEPC_VERSION} | sed "s/\.//g" )
-SONAME=__SLEPC_SONAME_VERSION__
-
-# Make alternatives links
-if [ "$1" = "configure" ]; then
-  # alternative slepc64 version (for given soname), real or complex
-  update-alternatives --install 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64.so.${SONAME} libslepc64.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_real.so.${SLEPC_VERSION} 
${SLEPC_VERSION_NUMBER}77
-fi
-
-#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.prerm 
slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.prerm
--- slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.prerm 2024-01-04 
15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-real3.19.prerm 1970-01-01 
00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-#!/bin/sh -e
-
-DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
-SLEPC_VERSION=__SLEPC_VERSION__
-SONAME=__SLEPC_SONAME_VERSION__
-
-# Remove alternatives links
-if [ "$1" = "remove" ]; then
-  update-alternatives --remove libslepc64.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_real.so.${SLEPC_VERSION}
-fi
-
-#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.links 
slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.links
--- slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.links      1970-01-01 
00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.links      2024-01-04 
15:48:54.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+echo usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_real.so.${SLEPC_VERSION} 
usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_real.so.${SLEPC_SONAME_VERSION}
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.lintian-overrides 
slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.lintian-overrides
--- slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.lintian-overrides  
1970-01-01 00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.lintian-overrides  
2024-02-04 05:01:43.000000000 +0000
@@ -0,0 +1,6 @@
+# libslepc64.so.X.Y soname links are managed by alternatives 
(libslepc64.so.X.Y)
+ldconfig-symlink-missing-for-shlib usr/lib/*/libslepc64_real.so.* 
usr/lib/*/libslepc64_real.so.* libslepc64_real.so.*
+
+# the libslepc64_real.so link is managed by alternatives in 
libslepc64-realX.Y-dev (alternative slepc64)
+lacks-unversioned-link-to-shared-library example: usr/lib/*/libslepc64_real.so 
[usr/lib/*/libslepc64_real.so.*]
+libslepc64-real3.19t64: package-name-doesnt-match-sonames libslepc64-real3.19
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.postinst 
slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.postinst
--- slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.postinst   1970-01-01 
00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.postinst   2024-01-04 
15:48:54.000000000 +0000
@@ -0,0 +1,15 @@
+#!/bin/sh -e
+
+DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
+
+SLEPC_VERSION=__SLEPC_VERSION__
+SLEPC_VERSION_NUMBER=$( echo ${SLEPC_VERSION} | sed "s/\.//g" )
+SONAME=__SLEPC_SONAME_VERSION__
+
+# Make alternatives links
+if [ "$1" = "configure" ]; then
+  # alternative slepc64 version (for given soname), real or complex
+  update-alternatives --install 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64.so.${SONAME} libslepc64.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_real.so.${SLEPC_VERSION} 
${SLEPC_VERSION_NUMBER}77
+fi
+
+#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.prerm 
slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.prerm
--- slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.prerm      1970-01-01 
00:00:00.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/libslepc64-real3.19t64.prerm      2024-01-04 
15:48:54.000000000 +0000
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
+SLEPC_VERSION=__SLEPC_VERSION__
+SONAME=__SLEPC_SONAME_VERSION__
+
+# Remove alternatives links
+if [ "$1" = "remove" ]; then
+  update-alternatives --remove libslepc64.so.${SONAME} 
/usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_real.so.${SLEPC_VERSION}
+fi
+
+#DEBHELPER#
diff -Nru slepc-3.19.2+dfsg1/debian/rules slepc-3.19.2+dfsg1/debian/rules
--- slepc-3.19.2+dfsg1/debian/rules     2024-01-04 15:48:54.000000000 +0000
+++ slepc-3.19.2+dfsg1/debian/rules     2024-02-04 05:01:43.000000000 +0000
@@ -72,14 +72,14 @@
 
 # debian binary package names
 SLEPC_REAL_DEV_PACKAGE=lib$(SLEPC_REAL_NAME)-dev
-SLEPC_REAL_PACKAGE=lib$(SLEPC_REAL_NAME)
+SLEPC_REAL_PACKAGE=lib$(SLEPC_REAL_NAME)t64
 SLEPC_COMPLEX_DEV_PACKAGE=lib$(SLEPC_COMPLEX_NAME)-dev
-SLEPC_COMPLEX_PACKAGE=lib$(SLEPC_COMPLEX_NAME)
+SLEPC_COMPLEX_PACKAGE=lib$(SLEPC_COMPLEX_NAME)t64
 
 SLEPC64_REAL_DEV_PACKAGE=lib$(SLEPC64_REAL_NAME)-dev
-SLEPC64_REAL_PACKAGE=lib$(SLEPC64_REAL_NAME)
+SLEPC64_REAL_PACKAGE=lib$(SLEPC64_REAL_NAME)t64
 SLEPC64_COMPLEX_DEV_PACKAGE=lib$(SLEPC64_COMPLEX_NAME)-dev
-SLEPC64_COMPLEX_PACKAGE=lib$(SLEPC64_COMPLEX_NAME)
+SLEPC64_COMPLEX_PACKAGE=lib$(SLEPC64_COMPLEX_NAME)t64
 
 export SLEPC_DOC_PACKAGE=$(SLEPC_NAME)-doc
 export SLEPC_DEV_EXAMPLE_PACKAGE=lib$(SLEPC_NAME)-dev-examples

--- End Message ---
--- Begin Message ---
Source: slepc
Source-Version: 3.19.2+dfsg1-2.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
slepc, 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 1062...@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 slepc 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: Thu, 29 Feb 2024 16:12:21 +0000
Source: slepc
Architecture: source
Version: 3.19.2+dfsg1-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: 1062939
Changes:
 slepc (3.19.2+dfsg1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062939
Checksums-Sha1:
 d49ba81a054e91d87f445e8549baf8be1279e6c3 3424 slepc_3.19.2+dfsg1-2.1.dsc
 a08dbbb5c5d7c78f3337ab98bdf5c1d0fd94a1e2 21072 
slepc_3.19.2+dfsg1-2.1.debian.tar.xz
 581fa22b5fb4460a21923636a702fa617038ea41 14385 
slepc_3.19.2+dfsg1-2.1_source.buildinfo
Checksums-Sha256:
 9717b497283dbcd43634f6f77c2ec787d742b91a83a88c5d791b22716a1b232c 3424 
slepc_3.19.2+dfsg1-2.1.dsc
 2ff74902604dd8fdc8d3bf15864107141e06a88407d2c67336ffe7238f6bc467 21072 
slepc_3.19.2+dfsg1-2.1.debian.tar.xz
 155991dd20204fa368522eb12caf50f31bc72becb91c57a334d89851a5973226 14385 
slepc_3.19.2+dfsg1-2.1_source.buildinfo
Files:
 2eac58431723639d267dd8783d0dc6d7 3424 libs optional slepc_3.19.2+dfsg1-2.1.dsc
 656d399de86d0846a3566c8186629edc 21072 libs optional 
slepc_3.19.2+dfsg1-2.1.debian.tar.xz
 0ce1e2b5c5e9427c870e366bbb469d64 14385 libs optional 
slepc_3.19.2+dfsg1-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgrhUACgkQFZ61xO/I
d0zWGxAAmg9p49HcqfzDxLnrhZwC/l9BmRnXMe/VgwmbyxJOLIsIdaXfbwbNhAYv
RrXBLXoTUkJK4JbS9Zx+vhkQNhT6oSK2gFBBFkY0qPmrrinEJ0UFdP0GDaWOsDmN
8JE01klvwbiC0OL3fpCdUj+7phS7dCiyLVLQCkj1uTdjdjMYzOa1mjtV3AR3xwn0
kkW1l2zJq8zKW1QXto9MnPiFmZ+yctz0cRBEr0HK1SVhGFd5cnqV+vSa4Z73Tv2x
ffaZqlGz8n9L+bd5lJEHEMPDCMcsBX44JqNxjRu/ET1sVu/rMByOcnqKOzaWoZAJ
GYvY6KbNo2X4CHZBllSFOksID2pP9qC8mjX1DOuaWyRJYOsneYR7bvjq6q/m57iP
0nfnxkufO185XPfFrd/8Z9duzeIvEWq/xiFi+d78jjV80//H9JL/HdIQ6F+Dbe+K
2D9f9bifrLV6u/frhmsbY1c8eCjaXWYkkJpqPZzUDetvAnvN/ZHG4NikMsE7akon
WZrDonraLo1Vxa07LAh5sBvTf8NDSzCrW37MaTwZ4wwacraYpUrCAJx+vZsvsIi4
a4Ljzy1TR4IQg7tfIldDy5y8a7moSnyZ6NOu6vX9JJGuDnFQ4y7s6PrDZfmUOxEB
3UZ5O2Aw2jd4L22hBJhi7j1wDiLbzlYm79F3OeuMHwCMl6vVyAI=
=kpXt
-----END PGP SIGNATURE-----

Attachment: pgp1UBvegVDxP.pgp
Description: PGP signature


--- End Message ---

Reply via email to