Source: libterralib
Version: 4.3.0+dfsg.2-12.1
Severity: serious
Tags: patch pending
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
libterralib 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 libterralib
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libterralib-4.3.0+dfsg.2/debian/changelog 
libterralib-4.3.0+dfsg.2/debian/changelog
--- libterralib-4.3.0+dfsg.2/debian/changelog   2019-08-26 17:28:30.000000000 
+0000
+++ libterralib-4.3.0+dfsg.2/debian/changelog   2024-02-02 08:13:47.000000000 
+0000
@@ -1,3 +1,10 @@
+libterralib (4.3.0+dfsg.2-12.2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Fri, 02 Feb 2024 08:13:47 +0000
+
 libterralib (4.3.0+dfsg.2-12.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libterralib-4.3.0+dfsg.2/debian/control 
libterralib-4.3.0+dfsg.2/debian/control
--- libterralib-4.3.0+dfsg.2/debian/control     2019-08-26 17:27:36.000000000 
+0000
+++ libterralib-4.3.0+dfsg.2/debian/control     2024-02-02 08:13:46.000000000 
+0000
@@ -21,7 +21,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libterralib3 (= ${binary:Version}),
+Depends: libterralib3t64 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: libterralib-doc
 Description: C++ library for Geographical Information Systems -- development 
package
@@ -37,7 +37,8 @@
  .
  This package contains development files for terralib.
 
-Package: libterralib3
+Package: libterralib3t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -45,9 +46,9 @@
 Pre-Depends: ${misc:Pre-Depends}
 Suggests: libterralib-doc
 Conflicts: libterralib1c2a,
-Replaces: libterralib1c2a,
+Replaces: libterralib3, libterralib1c2a,
           libterralib (<< 4.3.0+dfsg.1-3~)
-Breaks: libterralib (<< 4.3.0+dfsg.1-3~)
+Breaks: libterralib3 (<< ${source:Version}), libterralib (<< 4.3.0+dfsg.1-3~)
 Description: C++ library for Geographical Information Systems
  TerraLib enables quick development of custom-built geographical applications
  using spatial databases. As a research tool, TerraLib  is aimed at providing a
@@ -63,7 +64,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Recommends: libterralib3
+Recommends: libterralib3t64
 Replaces: libterralib3-doc
 Description: C++ library for Geographical Information Systems -- documentation 
package
  TerraLib enables quick development of custom-built geographical applications
diff -Nru libterralib-4.3.0+dfsg.2/debian/libterralib3.install.in 
libterralib-4.3.0+dfsg.2/debian/libterralib3.install.in
--- libterralib-4.3.0+dfsg.2/debian/libterralib3.install.in     2019-08-26 
12:07:00.000000000 +0000
+++ libterralib-4.3.0+dfsg.2/debian/libterralib3.install.in     1970-01-01 
00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
-Release/linux-g++/libterralib.so.*      usr/lib/@DEB_HOST_MULTIARCH@
-Release/linux-g++/libterralibpdi.so.*      usr/lib/@DEB_HOST_MULTIARCH@
-Release/linux-g++/libte_utils.so.*      usr/lib/@DEB_HOST_MULTIARCH@
-Release/linux-g++/libte_functions.so.*      usr/lib/@DEB_HOST_MULTIARCH@
-Release/linux-g++/libte_shapelib.so.*  usr/lib/@DEB_HOST_MULTIARCH@            
-Release/linux-g++/libshapelib.so.*     usr/lib/@DEB_HOST_MULTIARCH@            
-Release/linux-g++/libte_mysql.so.*             usr/lib/@DEB_HOST_MULTIARCH@
-Release/linux-g++/libte_dxf.so.*               usr/lib/@DEB_HOST_MULTIARCH@
-Release/linux-g++/libte_postgresql.so.*                
usr/lib/@DEB_HOST_MULTIARCH@
-Release/linux-g++/libte_utils.so.*             usr/lib/@DEB_HOST_MULTIARCH@
-Release/linux-g++/libstat.so.*                 usr/lib/@DEB_HOST_MULTIARCH@
diff -Nru libterralib-4.3.0+dfsg.2/debian/libterralib3t64.install.in 
libterralib-4.3.0+dfsg.2/debian/libterralib3t64.install.in
--- libterralib-4.3.0+dfsg.2/debian/libterralib3t64.install.in  1970-01-01 
00:00:00.000000000 +0000
+++ libterralib-4.3.0+dfsg.2/debian/libterralib3t64.install.in  2019-08-26 
12:07:00.000000000 +0000
@@ -0,0 +1,11 @@
+Release/linux-g++/libterralib.so.*      usr/lib/@DEB_HOST_MULTIARCH@
+Release/linux-g++/libterralibpdi.so.*      usr/lib/@DEB_HOST_MULTIARCH@
+Release/linux-g++/libte_utils.so.*      usr/lib/@DEB_HOST_MULTIARCH@
+Release/linux-g++/libte_functions.so.*      usr/lib/@DEB_HOST_MULTIARCH@
+Release/linux-g++/libte_shapelib.so.*  usr/lib/@DEB_HOST_MULTIARCH@            
+Release/linux-g++/libshapelib.so.*     usr/lib/@DEB_HOST_MULTIARCH@            
+Release/linux-g++/libte_mysql.so.*             usr/lib/@DEB_HOST_MULTIARCH@
+Release/linux-g++/libte_dxf.so.*               usr/lib/@DEB_HOST_MULTIARCH@
+Release/linux-g++/libte_postgresql.so.*                
usr/lib/@DEB_HOST_MULTIARCH@
+Release/linux-g++/libte_utils.so.*             usr/lib/@DEB_HOST_MULTIARCH@
+Release/linux-g++/libstat.so.*                 usr/lib/@DEB_HOST_MULTIARCH@
diff -Nru libterralib-4.3.0+dfsg.2/debian/libterralib3t64.lintian-overrides 
libterralib-4.3.0+dfsg.2/debian/libterralib3t64.lintian-overrides
--- libterralib-4.3.0+dfsg.2/debian/libterralib3t64.lintian-overrides   
1970-01-01 00:00:00.000000000 +0000
+++ libterralib-4.3.0+dfsg.2/debian/libterralib3t64.lintian-overrides   
2024-02-02 08:13:46.000000000 +0000
@@ -0,0 +1 @@
+libterralib3t64: package-name-doesnt-match-sonames libterralib3

Reply via email to