Your message dated Wed, 28 Feb 2024 11:34:05 +0000
with message-id <[email protected]>
and subject line Bug#1062268: fixed in libdap 3.21.0-1.1
has caused the Debian Bug report #1062268,
regarding libdap: 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 [email protected]
immediately.)


-- 
1062268: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062268
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libdap
Version: 3.21.0-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t

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
libdap 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 libdap
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 libdap-3.21.0/debian/changelog libdap-3.21.0/debian/changelog
--- libdap-3.21.0/debian/changelog      2024-01-26 07:55:05.000000000 +0000
+++ libdap-3.21.0/debian/changelog      2024-01-31 22:03:31.000000000 +0000
@@ -1,3 +1,10 @@
+libdap (3.21.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Wed, 31 Jan 2024 22:03:31 +0000
+
 libdap (3.21.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru libdap-3.21.0/debian/control libdap-3.21.0/debian/control
--- libdap-3.21.0/debian/control        2024-01-26 07:55:05.000000000 +0000
+++ libdap-3.21.0/debian/control        2024-01-31 22:03:31.000000000 +0000
@@ -26,7 +26,10 @@
 Vcs-Browser: https://salsa.debian.org:/science-team/libdap.git
 Vcs-Git: https://salsa.debian.org:/science-team/libdap.git -b debian/latest
 
-Package: libdap27
+Package: libdap27t64
+Provides: ${t64:Provides}
+Replaces: libdap27
+Breaks: libdap27 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -45,12 +48,16 @@
  OPeNDAP data is stored in binary form, and by default, it is 
  transmitted that way, too. 
 
-Package: libdapclient6v5
+Package: libdapclient6t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libdapclient6v5
+Replaces: libdapclient6v5
+Breaks: libdapclient6v5 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends:  libdap27 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}
+Depends:  libdap27t64 ( = ${binary:Version} ), ${misc:Depends}, 
${shlibs:Depends}
 Description: Client library for the Network Data Access Protocol
  OPeNDAP provides software that allows you to access data over the internet,
  from programs that weren't originally designed for that purpose, as well
@@ -60,12 +67,16 @@
  .
  This package provides the client library libdapclient6.
 
-Package: libdapserver7v5
+Package: libdapserver7t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libdapserver7v5
+Replaces: libdapserver7v5
+Breaks: libdapserver7v5 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends:  libdap27 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}
+Depends:  libdap27t64 ( = ${binary:Version} ), ${misc:Depends}, 
${shlibs:Depends}
 Description: Server library for the Network Data Access Protocol
  OPeNDAP provides software that allows you to access data over the internet,
  from programs that weren't originally designed for that purpose, as well
@@ -79,7 +90,7 @@
 Package: libdap-bin
 Architecture: any
 Multi-Arch: foreign
-Depends: libdapclient6v5 ( = ${binary:Version} ),  ${misc:Depends}, 
${shlibs:Depends}
+Depends: libdapclient6t64 ( = ${binary:Version} ),  ${misc:Depends}, 
${shlibs:Depends}
 Description: Binaries for the  libdap Data Access Protocol library
  OPeNDAP provides software that allows you to access data over the internet,
  from programs that weren't originally designed for that purpose, as well
@@ -92,7 +103,7 @@
 Package: libdap-dev
 Section: libdevel
 Architecture: any
-Depends: libdap27 ( = ${binary:Version} ), libdapserver7v5 
(=${binary:Version}), libdapclient6v5 (=${binary:Version}) , ${misc:Depends}, 
libxml2-dev, libcurl4-gnutls-dev | libcurl-dev, uuid-dev, pkg-config, 
libtirpc-dev
+Depends: libdap27t64 ( = ${binary:Version} ), libdapserver7t64 
(=${binary:Version}), libdapclient6t64 (=${binary:Version}) , ${misc:Depends}, 
libxml2-dev, libcurl4-gnutls-dev | libcurl-dev, uuid-dev, pkg-config, 
libtirpc-dev
 Breaks: libdap-bin (<< 3.20.7-6~)
 Replaces: libdap-bin (<< 3.20.7-6~)
 Description: Development files (headers and static libraries) for libdap
diff -Nru libdap-3.21.0/debian/libdap27.install 
libdap-3.21.0/debian/libdap27.install
--- libdap-3.21.0/debian/libdap27.install       2024-01-26 07:55:05.000000000 
+0000
+++ libdap-3.21.0/debian/libdap27.install       1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libdap.so.27*
diff -Nru libdap-3.21.0/debian/libdap27t64.install 
libdap-3.21.0/debian/libdap27t64.install
--- libdap-3.21.0/debian/libdap27t64.install    1970-01-01 00:00:00.000000000 
+0000
+++ libdap-3.21.0/debian/libdap27t64.install    2024-01-26 07:55:05.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libdap.so.27*
diff -Nru libdap-3.21.0/debian/libdap27t64.lintian-overrides 
libdap-3.21.0/debian/libdap27t64.lintian-overrides
--- libdap-3.21.0/debian/libdap27t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ libdap-3.21.0/debian/libdap27t64.lintian-overrides  2024-01-31 
22:03:31.000000000 +0000
@@ -0,0 +1 @@
+libdap27t64: package-name-doesnt-match-sonames libdap27
diff -Nru libdap-3.21.0/debian/libdapclient6t64.install 
libdap-3.21.0/debian/libdapclient6t64.install
--- libdap-3.21.0/debian/libdapclient6t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ libdap-3.21.0/debian/libdapclient6t64.install       2024-01-26 
07:55:05.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libdapclient.so.6*
diff -Nru libdap-3.21.0/debian/libdapclient6t64.lintian-overrides 
libdap-3.21.0/debian/libdapclient6t64.lintian-overrides
--- libdap-3.21.0/debian/libdapclient6t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ libdap-3.21.0/debian/libdapclient6t64.lintian-overrides     2024-01-31 
22:03:31.000000000 +0000
@@ -0,0 +1 @@
+libdapclient6t64: package-name-doesnt-match-sonames libdapclient6v5
diff -Nru libdap-3.21.0/debian/libdapclient6v5.install 
libdap-3.21.0/debian/libdapclient6v5.install
--- libdap-3.21.0/debian/libdapclient6v5.install        2024-01-26 
07:55:05.000000000 +0000
+++ libdap-3.21.0/debian/libdapclient6v5.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libdapclient.so.6*
diff -Nru libdap-3.21.0/debian/libdapserver7t64.install 
libdap-3.21.0/debian/libdapserver7t64.install
--- libdap-3.21.0/debian/libdapserver7t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ libdap-3.21.0/debian/libdapserver7t64.install       2024-01-26 
07:55:05.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libdapserver.so.7*
diff -Nru libdap-3.21.0/debian/libdapserver7t64.lintian-overrides 
libdap-3.21.0/debian/libdapserver7t64.lintian-overrides
--- libdap-3.21.0/debian/libdapserver7t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ libdap-3.21.0/debian/libdapserver7t64.lintian-overrides     2024-01-31 
22:03:31.000000000 +0000
@@ -0,0 +1 @@
+libdapserver7t64: package-name-doesnt-match-sonames libdapserver7v5
diff -Nru libdap-3.21.0/debian/libdapserver7v5.install 
libdap-3.21.0/debian/libdapserver7v5.install
--- libdap-3.21.0/debian/libdapserver7v5.install        2024-01-26 
07:55:05.000000000 +0000
+++ libdap-3.21.0/debian/libdapserver7v5.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libdapserver.so.7*

--- End Message ---
--- Begin Message ---
Source: libdap
Source-Version: 3.21.0-1.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libdap, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <[email protected]> (supplier of updated libdap 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 10:41:43 +0000
Source: libdap
Architecture: source
Version: 3.21.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062268
Changes:
 libdap (3.21.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062268
Checksums-Sha1:
 8cd41d2edaecdd81df785d4d7d13d9c20358b388 2476 libdap_3.21.0-1.1.dsc
 78a41235779464e4b3c4f59f8bceb836d3814f4e 12648 libdap_3.21.0-1.1.debian.tar.xz
 36a621d65721c158f0a774798d47da419e829dcf 9955 
libdap_3.21.0-1.1_source.buildinfo
Checksums-Sha256:
 31b489262e75a0fe9d66d75bcfecbcf01eb80392573255d19a9779c20dc53493 2476 
libdap_3.21.0-1.1.dsc
 d0d2f160d5e4eb5c74b94be754bd70b987887e35d6b8f6e882d9f618f8c1a5a5 12648 
libdap_3.21.0-1.1.debian.tar.xz
 ea23d0f66d1541cb92e8f4d03996f3b47eccf8dbac5a48544ee3c47c2dca55f8 9955 
libdap_3.21.0-1.1_source.buildinfo
Files:
 a75f3fa9faa864aabb699ce4e40e758d 2476 utils optional libdap_3.21.0-1.1.dsc
 05f895e2c21a84e2b3851a0adb47c7cd 12648 utils optional 
libdap_3.21.0-1.1.debian.tar.xz
 19bcaefa914315951b02942abb710ef3 9955 utils optional 
libdap_3.21.0-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfDkgACgkQFZ61xO/I
d0zvDw/+LCGEInjlyftBVPmSd9RWuBSx0xozSr6AFA0UUjjwcjUgOUS6ktXQzoWf
m1C1KCkXvElxloLnyVnW43j7MYk4cXurZObwMqvixs0cI1PG12Mpofim5UfZnuiA
0MtSnBjtrW0Za/nYeoc3BvD4uKufLKyT28XlpJatttVYhL/k9oYOhK33rXUWId+A
z4kM6b0txQwrNPnOsX0WOkVgYL+ppjT4/mC2yMOEMmHWj1y82NXCxP0v8MTUM1S2
WwV/TAs1rpzvsoURzAwT09so3Tn1inbrB1AC7w7kEE8xMMpqU+DdCCb48+8HBaaM
MM1eBOC6oUOHFllbV74AlZX3V1WsqjL+wQpvEtS5c1yYXR3Xph9jwNoq5pZjvcqx
sLIPR7Q76bA1ZKSA+mZahYHyOrSUdp39rlwveQhRxqspg4Qb7mYqYLkzzrPLdzeU
jhVH0ZekxyTaF9/CvvuekdlrqtRHffA8be6DOhmaL0ZTje35WIfTdaoDcTSoIFlE
MmYE+WZ+RnbYttszoXXWeZN6vLcrjQvbkDgG1dbDSGCMvKSDKE8IkngCEjO+Z14A
HjO8urNgU1joElPg/TkIChElzTTGIQGMTDA2+39h5u11bllVZ8lZtDzuWl3uz9kL
TxAwdmF9aAjKEMAMY1oP0Hujg7M8JeP1K1qNTc4wk7TJkhuL+PM=
=5EWh
-----END PGP SIGNATURE-----

Attachment: pgpu0XL8D73G2.pgp
Description: PGP signature


--- End Message ---

Reply via email to