Your message dated Thu, 29 Feb 2024 04:48:50 +0000
with message-id <e1rfyli-009c3q...@fasolo.debian.org>
and subject line Bug#1064260: fixed in omniorb-dfsg 4.3.2+ds1-1.1
has caused the Debian Bug report #1064260,
regarding omniorb-dfsg: 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.)


-- 
1064260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: omniorb-dfsg
Version: 4.3.2+ds1-1
Severity: important
Tags: patch pending sid trixie
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
omniorb-dfsg 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 omniorb-dfsg
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')
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 omniorb-dfsg-4.3.2+ds1/debian/changelog 
omniorb-dfsg-4.3.2+ds1/debian/changelog
--- omniorb-dfsg-4.3.2+ds1/debian/changelog     2024-02-08 20:33:14.000000000 
+0000
+++ omniorb-dfsg-4.3.2+ds1/debian/changelog     2024-02-19 06:31:02.000000000 
+0000
@@ -1,3 +1,10 @@
+omniorb-dfsg (4.3.2+ds1-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Mon, 19 Feb 2024 06:31:02 +0000
+
 omniorb-dfsg (4.3.2+ds1-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru omniorb-dfsg-4.3.2+ds1/debian/control 
omniorb-dfsg-4.3.2+ds1/debian/control
--- omniorb-dfsg-4.3.2+ds1/debian/control       2024-02-08 18:46:24.000000000 
+0000
+++ omniorb-dfsg-4.3.2+ds1/debian/control       2024-02-19 06:31:02.000000000 
+0000
@@ -95,13 +95,15 @@
  .
  This includes developer files for libcos4 and libcosdynamic4.
 
-Package: libomniorb4-3
+Package: libomniorb4-3t64
+Provides: ${t64:Provides}
+Breaks: libomniorb4-3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libomniorb4-2
-Replaces: libomniorb4-2
+Replaces: libomniorb4-3, libomniorb4-2
 Description: omniORB core libraries
  omniORB4 is a freely available Common Object Request Broker
  Architecture (CORBA) 2.6 compliant object request broker (ORB)
@@ -115,7 +117,7 @@
 Package: libomniorb4-dev
 Architecture: any
 Section: libdevel
-Depends: libomniorb4-3 (= ${binary:Version}), libomnithread4-dev (= 
${binary:Version}), libssl-dev, pkgconf, ${misc:Depends}
+Depends: libomniorb4-3t64 (= ${binary:Version}), libomnithread4-dev (= 
${binary:Version}), libssl-dev, pkgconf, ${misc:Depends}
 Breaks: libomniorb3-dev
 Replaces: libomniorb3-dev
 Description: omniORB core libraries development files
diff -Nru omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3.dirs 
omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3.dirs
--- omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3.dirs    2023-08-25 
18:49:22.000000000 +0000
+++ omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3.dirs    1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-etc/
diff -Nru omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3.install 
omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3.install
--- omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3.install 2023-08-25 
18:49:22.000000000 +0000
+++ omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3.install 1970-01-01 
00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-usr/lib/*/libomniCodeSets4.so.*
-usr/lib/*/libomniConnectionMgmt4.so.*
-usr/lib/*/libomniDynamic4.so.*
-usr/lib/*/libomnihttpCrypto4.so.*
-usr/lib/*/libomnihttpTP4.so.*
-usr/lib/*/libomniORB4.so.*
-usr/lib/*/libomnisslTP4.so.*
-usr/lib/*/libomniZIOP4.so.*
-usr/lib/*/libomniZIOPDynamic4.so.*
diff -Nru omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.dirs 
omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.dirs
--- omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.dirs 1970-01-01 
00:00:00.000000000 +0000
+++ omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.dirs 2023-08-25 
18:49:22.000000000 +0000
@@ -0,0 +1 @@
+etc/
diff -Nru omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.install 
omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.install
--- omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.install      1970-01-01 
00:00:00.000000000 +0000
+++ omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.install      2023-08-25 
18:49:22.000000000 +0000
@@ -0,0 +1,9 @@
+usr/lib/*/libomniCodeSets4.so.*
+usr/lib/*/libomniConnectionMgmt4.so.*
+usr/lib/*/libomniDynamic4.so.*
+usr/lib/*/libomnihttpCrypto4.so.*
+usr/lib/*/libomnihttpTP4.so.*
+usr/lib/*/libomniORB4.so.*
+usr/lib/*/libomnisslTP4.so.*
+usr/lib/*/libomniZIOP4.so.*
+usr/lib/*/libomniZIOPDynamic4.so.*
diff -Nru omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.lintian-overrides 
omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.lintian-overrides
--- omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.lintian-overrides    
1970-01-01 00:00:00.000000000 +0000
+++ omniorb-dfsg-4.3.2+ds1/debian/libomniorb4-3t64.lintian-overrides    
2024-02-19 06:31:02.000000000 +0000
@@ -0,0 +1 @@
+libomniorb4-3t64: package-name-doesnt-match-sonames libomniorb4-3

--- End Message ---
--- Begin Message ---
Source: omniorb-dfsg
Source-Version: 4.3.2+ds1-1.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
omniorb-dfsg, 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 1064...@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 omniorb-dfsg 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 02:20:49 +0000
Source: omniorb-dfsg
Architecture: source
Version: 4.3.2+ds1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Freexian Packaging Team <team+freex...@tracker.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1064260
Changes:
 omniorb-dfsg (4.3.2+ds1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1064260
Checksums-Sha1:
 30a0c2d66064ca0bc43ec62480f565999b64d8a2 2645 omniorb-dfsg_4.3.2+ds1-1.1.dsc
 feb9d4b6637fab156c8a7284318e63d60a853cd0 15852 
omniorb-dfsg_4.3.2+ds1-1.1.debian.tar.xz
 15784c4393d1ffdcc09862d5be70fc75566d35bd 10602 
omniorb-dfsg_4.3.2+ds1-1.1_source.buildinfo
Checksums-Sha256:
 39d0d6825016a2a764c370f2615eeed6cc190a80f437e7ccde9bbb3070535acc 2645 
omniorb-dfsg_4.3.2+ds1-1.1.dsc
 626055a45a56c5349102c6357810b927973625968146e0ef93bb75918aa634eb 15852 
omniorb-dfsg_4.3.2+ds1-1.1.debian.tar.xz
 aebb37a9a8dd9cfde146b0bbb5bc16bd8eaea04f06f58a491692fdc3327dfb22 10602 
omniorb-dfsg_4.3.2+ds1-1.1_source.buildinfo
Files:
 9e447ab4f67b496d4afbc05f399ef6c8 2645 devel optional 
omniorb-dfsg_4.3.2+ds1-1.1.dsc
 87888c6a4f4fff48060a76b41b3aec78 15852 devel optional 
omniorb-dfsg_4.3.2+ds1-1.1.debian.tar.xz
 0d3f619db83814601840ca350fae6bf1 10602 devel optional 
omniorb-dfsg_4.3.2+ds1-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXf6qYACgkQFZ61xO/I
d0zLMw//RFe0xaKwR8lMGqQ5f32tI7Mkcf/aQsJOUD6vUb41Y42mn9W4vma1g/5E
AbaCJaXKq/McCGfy2wapUntpsAGiIDm46kwkP8EINEFzVqJj+2eoYH7WyRCVkivV
ikjmWpFDJOnbzPsRY4YaxbvQdOfZOnojl5IZzLWKt/1Yy9BS7kvCqIwjLKah0OdE
cNa7l3xoRShKWqM3AkIKg5re18Ll7/wbJ+Olutb32USn7FB6jQRLLXFz+GfBsIrU
PfYiJ45LMHlkrj89cEoEecKkp5jhy1m7g/Hj18j8ZeRXtJYxAZvAV4ONycjEZg10
sbSyGwZhjaW8X3ipRiDRMiAX8tBqq8CRiv6furdFVQUUfuhaUNubCpSUYCkFfdhX
CDT9PFhkrIEwk+J+vU6Igq1BOiYe8jquIt0CNBhVDll9vD/bvd7CxGAuFRAsOipg
m9JC/ahb0lhuQRPSlEpwsMu/8+WxKREwVy+xWBGeOWm9Ofzt3WpFanfukXRUIEuF
4AFTsOXvNTlpt7+I2w3AXDmws2dlyjvteeG4s3ha8n14rs13M/2w6b+6dqG6EYr1
ciyDvTVh0rpGkfnAScK+37iKKcxWTttAAS70QiB/9/tid2j3xrL9TReDSVup4IaJ
CRQVJLu91lAKl5tjsYjBE0SzOtVHozofQw7VbSZWMAoMesSUom4=
=X2+j
-----END PGP SIGNATURE-----

Attachment: pgpsRb0OBL_yb.pgp
Description: PGP signature


--- End Message ---

Reply via email to