Your message dated Wed, 28 Feb 2024 09:57:09 +0000
with message-id <e1rfggx-005uzp...@fasolo.debian.org>
and subject line Bug#1064098: fixed in hepmc3 3.1.2-2.1
has caused the Debian Bug report #1064098,
regarding hepmc3: 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.)


-- 
1064098: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064098
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hepmc3
Version: 3.1.2-2
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
hepmc3 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 hepmc3
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'), (500, 'stable'), (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 hepmc3-3.1.2/debian/changelog hepmc3-3.1.2/debian/changelog
--- hepmc3-3.1.2/debian/changelog       2019-09-19 06:14:37.000000000 +0000
+++ hepmc3-3.1.2/debian/changelog       2024-02-17 07:11:14.000000000 +0000
@@ -1,3 +1,10 @@
+hepmc3 (3.1.2-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Sat, 17 Feb 2024 07:11:14 +0000
+
 hepmc3 (3.1.2-2) unstable; urgency=medium
 
   * Move doxygen from B-D-I to B-D. (Closes: #933629)
diff -Nru hepmc3-3.1.2/debian/control hepmc3-3.1.2/debian/control
--- hepmc3-3.1.2/debian/control 2019-09-19 04:23:06.000000000 +0000
+++ hepmc3-3.1.2/debian/control 2024-02-17 07:11:13.000000000 +0000
@@ -10,13 +10,16 @@
 Vcs-Git: https://salsa.debian.org/science-team/hepmc3.git
 Vcs-Browser: https://salsa.debian.org/science-team/hepmc3
 
-Package: libhepmc3
+Package: libhepmc3t64
+Provides: ${t64:Provides}
+Replaces: libhepmc3
+Breaks: libhepmc3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: libhepmc3-search
+Recommends: libhepmc3t64-search
 Suggests: libhepmc3-dev, libhepmc3-search-dev
 Description: Event Record for Monte Carlo Generators
  The HepMC package is an object oriented event record written in C++ for
@@ -39,7 +42,7 @@
 Package: libhepmc3-dev
 Section: libdevel
 Architecture: any
-Depends: libhepmc3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libhepmc3t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Recommends: libhepmc3-search-dev
 Suggests: hepmc3-doc
 Description: Event Record for Monte Carlo Generators - development files
@@ -60,10 +63,14 @@
  .
  This package provides development files for HepMC3.
 
-Package: libhepmc3-search
+Package: libhepmc3t64-search
+Provides: ${t64:Provides}
+X-Time64-Compat: libhepmc3-search
+Replaces: libhepmc3-search
+Breaks: libhepmc3-search (<< ${source:Version})
 Section: libs
 Architecture: any
-Depends: libhepmc3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libhepmc3t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Suggests: hepmc3-doc
 Description: Monte Carlo event record FIO library -  search engine
  The HepMC package is an object oriented event record written in C++ for
@@ -86,7 +93,7 @@
 Package: libhepmc3-search-dev
 Section: libdevel
 Architecture: any
-Depends: libhepmc3-search (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
+Depends: libhepmc3t64-search (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Suggests: hepmc3-doc
 Description: Event Record for Monte Carlo Generators - development files for 
search engine
  The HepMC package is an object oriented event record written in C++ for
@@ -110,7 +117,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: libhepmc3-dev, libhepmc3
+Recommends: libhepmc3-dev, libhepmc3t64
 Description: Event Record for Monte Carlo Generators (docs)
  The HepMC package is an object oriented event record written in C++ for
  High Energy Physics Monte Carlo Generators.
diff -Nru hepmc3-3.1.2/debian/libhepmc3-search.install 
hepmc3-3.1.2/debian/libhepmc3-search.install
--- hepmc3-3.1.2/debian/libhepmc3-search.install        2019-09-18 
14:58:58.000000000 +0000
+++ hepmc3-3.1.2/debian/libhepmc3-search.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libHepMC3search.so.*
diff -Nru hepmc3-3.1.2/debian/libhepmc3.install 
hepmc3-3.1.2/debian/libhepmc3.install
--- hepmc3-3.1.2/debian/libhepmc3.install       2019-09-18 14:58:58.000000000 
+0000
+++ hepmc3-3.1.2/debian/libhepmc3.install       1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libHepMC3.so.*
diff -Nru hepmc3-3.1.2/debian/libhepmc3t64-search.install 
hepmc3-3.1.2/debian/libhepmc3t64-search.install
--- hepmc3-3.1.2/debian/libhepmc3t64-search.install     1970-01-01 
00:00:00.000000000 +0000
+++ hepmc3-3.1.2/debian/libhepmc3t64-search.install     2019-09-18 
14:58:58.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libHepMC3search.so.*
diff -Nru hepmc3-3.1.2/debian/libhepmc3t64-search.lintian-overrides 
hepmc3-3.1.2/debian/libhepmc3t64-search.lintian-overrides
--- hepmc3-3.1.2/debian/libhepmc3t64-search.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ hepmc3-3.1.2/debian/libhepmc3t64-search.lintian-overrides   2024-02-17 
07:11:13.000000000 +0000
@@ -0,0 +1 @@
+libhepmc3t64-search: package-name-doesnt-match-sonames libhepmc3-search
diff -Nru hepmc3-3.1.2/debian/libhepmc3t64.install 
hepmc3-3.1.2/debian/libhepmc3t64.install
--- hepmc3-3.1.2/debian/libhepmc3t64.install    1970-01-01 00:00:00.000000000 
+0000
+++ hepmc3-3.1.2/debian/libhepmc3t64.install    2019-09-18 14:58:58.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libHepMC3.so.*
diff -Nru hepmc3-3.1.2/debian/libhepmc3t64.lintian-overrides 
hepmc3-3.1.2/debian/libhepmc3t64.lintian-overrides
--- hepmc3-3.1.2/debian/libhepmc3t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ hepmc3-3.1.2/debian/libhepmc3t64.lintian-overrides  2024-02-17 
07:11:13.000000000 +0000
@@ -0,0 +1 @@
+libhepmc3t64: package-name-doesnt-match-sonames libhepmc3

--- End Message ---
--- Begin Message ---
Source: hepmc3
Source-Version: 3.1.2-2.1
Done: Lukas Märdian <sl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
hepmc3, 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.
Lukas Märdian <sl...@debian.org> (supplier of updated hepmc3 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: Wed, 28 Feb 2024 08:49:33 +0000
Source: hepmc3
Architecture: source
Version: 3.1.2-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Lukas Märdian <sl...@debian.org>
Closes: 1064098
Changes:
 hepmc3 (3.1.2-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1064098
Checksums-Sha1:
 517a1e3ac8730d36b96d50e7b5f62ca5993d06b9 2281 hepmc3_3.1.2-2.1.dsc
 dd024e867fda69854f25109dcb074f6d7b8d3215 4324 hepmc3_3.1.2-2.1.debian.tar.xz
 50f092d775cd9dc0673a875e4406b3d895dd886a 7339 hepmc3_3.1.2-2.1_source.buildinfo
Checksums-Sha256:
 6e6d4a506d664576b853a73a725c3e7c846d07b2b9f6ad22aabb11d132de1d92 2281 
hepmc3_3.1.2-2.1.dsc
 7da9851974d91b446a0fd383fe6275238f2f77da97e715985807c3dc4c52965a 4324 
hepmc3_3.1.2-2.1.debian.tar.xz
 b4c0026df92451b8d822051f42ca1350aab7335edcb02c10ebf68cdda50ecfc4 7339 
hepmc3_3.1.2-2.1_source.buildinfo
Files:
 58beadc838b2ce14a22f12d0bd58b8d5 2281 science optional hepmc3_3.1.2-2.1.dsc
 e48738d7769659f4f7bb38f6be273943 4324 science optional 
hepmc3_3.1.2-2.1.debian.tar.xz
 49746422a7b04248e50264a65ce63422 7339 science optional 
hepmc3_3.1.2-2.1_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXe9BERHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIutIA//Xy7fKQDuN9ddU78cTvHULnkRcOlFranm
Ux1VIFo0TjUhOHzRXnqnCOid3tsczmX6VRoMBT+wklbea7Ls9GaWA9Q8viN/eUSU
ep48aR/feuymhsmbEw7IiFw0nNGFkf1CgaaETxBBxH34wAIfIPV5960oI0Di405F
A+3x5LHQ9Y1K10f4NkHvaEao4XBlheIfdtCfaOSK9DO59XDoQ+oguc1XeX2P5qyy
g9MASYqmNy2FP78BhvJaecKcoWzhVeXq0BwrFGigqKLp7uxIie+zSWRrR7uQgRe9
ZvAAamRJAyb/OCa/es4UriA7PJRcvlwx0KywhXI1d6EzadyxlRTAYvqx+/j29TXi
Tqi1v20bK80n2bhBOaczvybk8Ovwcj2KEShSvz1eKp08MKG4SFZ0kmlVLsSa177W
JemxemZjWmQGdb7HGvBV6BTBm+X/eE3HBzh+aZ+AQyw6lLr6esiqIF2/5Nz5KX34
QBjNhct3oZRfMyrAegO4n4XzGNpEn7xaZyksQOo1odte7k1lfzUK/dz2drd4cqCT
r3171hF78s2fvsPhnWQlgflsuhegJV+IBhBieLIForFKFAH3iGlBbTBkfmQl5xag
loI/mc/++X3vLVrmHtIxDhVEE2vwgQgTsa45xD3R7wDTrCKgzGfXM4wT6ywHKmKD
/SY7pAziM1s=
=yPM4
-----END PGP SIGNATURE-----

Attachment: pgpKGNRKY2D3V.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to