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

Reply via email to