Bug#1062939: slepc: NMU diff for 64-bit time_t transition
Benjamin Drung
bdrung at debian.org
Thu Feb 29 16:17:19 GMT 2024
Source: slepc
Dear maintainer,
Please find attached a final version of this patch for the time_t
transition. This patch is being uploaded to unstable.
Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.
Thanks!
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-21-generic (SMP w/16 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
-------------- next part --------------
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-29 16:12:21.000000000 +0000
@@ -1,3 +1,10 @@
+slepc (3.19.2+dfsg1-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062939
+
+ -- Benjamin Drung <bdrung at debian.org> Thu, 29 Feb 2024 16:12:21 +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-29 16:12:20.000000000 +0000
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: "Adam C. Powell, IV" <hazelsct at debian.org>, Drew Parsons <dparsons at debian.org>
-Build-Depends: debhelper-compat (= 13), python3,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), python3,
pkg-config, dh-python, gfortran,
dh-fortran-mod,
libpetsc-real3.19-dev, libpetsc-complex3.19-dev, libpetsc3.19-dev-examples,
@@ -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-29 16:09:59.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-29 16:09:59.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-29 16:09:59.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-29 16:09:59.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-29 16:12:19.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
More information about the debian-science-maintainers
mailing list