Your message dated Wed, 28 Feb 2024 23:54:23 +0000
with message-id <e1rftkl-008afh...@fasolo.debian.org>
and subject line Bug#1063169: fixed in netgen 6.2.2401+dfsg1-1.1
has caused the Debian Bug report #1063169,
regarding netgen: 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.)


-- 
1063169: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063169
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: netgen
Version: 6.2.2305+dfsg1-2
Severity: serious
Tags: patch pending sid trixie
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
netgen 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 netgen
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'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru netgen-6.2.2305+dfsg1/debian/changelog 
netgen-6.2.2305+dfsg1/debian/changelog
--- netgen-6.2.2305+dfsg1/debian/changelog      2023-11-16 12:36:54.000000000 
+0000
+++ netgen-6.2.2305+dfsg1/debian/changelog      2024-02-05 15:18:42.000000000 
+0000
@@ -1,3 +1,10 @@
+netgen (6.2.2305+dfsg1-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org>  Mon, 05 Feb 2024 15:18:42 +0000
+
 netgen (6.2.2305+dfsg1-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru netgen-6.2.2305+dfsg1/debian/control 
netgen-6.2.2305+dfsg1/debian/control
--- netgen-6.2.2305+dfsg1/debian/control        2023-11-16 12:36:54.000000000 
+0000
+++ netgen-6.2.2305+dfsg1/debian/control        2024-02-05 15:18:42.000000000 
+0000
@@ -42,7 +42,7 @@
 
 Package: netgen
 Architecture: any
-Depends: libnglib-6.2 (= ${binary:Version}),
+Depends: libnglib-6.2t64 (= ${binary:Version}),
          mpi-default-bin [!mips !mipsel !ppc64el],
          tix,
          ${shlibs:Depends},
@@ -72,7 +72,7 @@
 Package: libnglib-dev
 Architecture: any
 Section: libdevel
-Depends: libnglib-6.2 (= ${binary:Version}),
+Depends: libnglib-6.2t64 (= ${binary:Version}),
          pybind11-dev,
          ${misc:Depends}
 Recommends: netgen, python3-netgen
@@ -89,7 +89,10 @@
  .
  This package contains the static libraries and header files.
 
-Package: libnglib-6.2
+Package: libnglib-6.2t64
+Provides: ${t64:Provides}
+Replaces: libnglib-6.2
+Breaks: libnglib-6.2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -124,7 +127,7 @@
 Package: python3-netgen
 Architecture: any
 Section: python
-Depends: libnglib-6.2 (= ${binary:Version}),
+Depends: libnglib-6.2t64 (= ${binary:Version}),
          python3-tk,
          ${shlibs:Depends},
          ${misc:Depends},
diff -Nru netgen-6.2.2305+dfsg1/debian/libnglib-6.2.install 
netgen-6.2.2305+dfsg1/debian/libnglib-6.2.install
--- netgen-6.2.2305+dfsg1/debian/libnglib-6.2.install   2023-11-16 
12:36:54.000000000 +0000
+++ netgen-6.2.2305+dfsg1/debian/libnglib-6.2.install   1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-usr/lib/*/libnglib.so.*
-usr/lib/*/libnggui.so.*
-usr/lib/*/libngcore.so.*
diff -Nru netgen-6.2.2305+dfsg1/debian/libnglib-6.2.lintian-overrides 
netgen-6.2.2305+dfsg1/debian/libnglib-6.2.lintian-overrides
--- netgen-6.2.2305+dfsg1/debian/libnglib-6.2.lintian-overrides 2023-11-16 
12:36:54.000000000 +0000
+++ netgen-6.2.2305+dfsg1/debian/libnglib-6.2.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# False positive Adam C. Powell, IV <hazel...@debian.org>
-bogus-mail-host-in-debian-changelog
diff -Nru netgen-6.2.2305+dfsg1/debian/libnglib-6.2t64.install 
netgen-6.2.2305+dfsg1/debian/libnglib-6.2t64.install
--- netgen-6.2.2305+dfsg1/debian/libnglib-6.2t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ netgen-6.2.2305+dfsg1/debian/libnglib-6.2t64.install        2023-11-16 
12:36:54.000000000 +0000
@@ -0,0 +1,3 @@
+usr/lib/*/libnglib.so.*
+usr/lib/*/libnggui.so.*
+usr/lib/*/libngcore.so.*
diff -Nru netgen-6.2.2305+dfsg1/debian/libnglib-6.2t64.lintian-overrides 
netgen-6.2.2305+dfsg1/debian/libnglib-6.2t64.lintian-overrides
--- netgen-6.2.2305+dfsg1/debian/libnglib-6.2t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ netgen-6.2.2305+dfsg1/debian/libnglib-6.2t64.lintian-overrides      
2024-02-05 15:18:42.000000000 +0000
@@ -0,0 +1,3 @@
+# False positive Adam C. Powell, IV <hazel...@debian.org>
+bogus-mail-host-in-debian-changelog
+libnglib-6.2t64: package-name-doesnt-match-sonames libnglib-6.2

--- End Message ---
--- Begin Message ---
Source: netgen
Source-Version: 6.2.2401+dfsg1-1.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
netgen, 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 1063...@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 netgen 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 22:47:41 +0000
Source: netgen
Architecture: source
Version: 6.2.2401+dfsg1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063169
Changes:
 netgen (6.2.2401+dfsg1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063169
Checksums-Sha1:
 158f2ea7768bdc4b6cfda439823feb10505d9f38 2906 netgen_6.2.2401+dfsg1-1.1.dsc
 836af0f08929b017496622a82132760300a44538 23136 
netgen_6.2.2401+dfsg1-1.1.debian.tar.xz
 b446156b3c77f19ee71cd5df620d333bfc79e3f2 16748 
netgen_6.2.2401+dfsg1-1.1_source.buildinfo
Checksums-Sha256:
 b45eb5bab029d4d71384aa1009897d7e3f8946b8577a410871fdab2fab24a8d3 2906 
netgen_6.2.2401+dfsg1-1.1.dsc
 e20b0d3b999061ab19bac53838e92ede62c21682e345a58a65891cdaae273304 23136 
netgen_6.2.2401+dfsg1-1.1.debian.tar.xz
 d99c984451bc6fc8e902c13ea5e4668d25b150189a057b0b5d1a206c5ef1bae3 16748 
netgen_6.2.2401+dfsg1-1.1_source.buildinfo
Files:
 60bb00820fc56889b0df9d6f34053d32 2906 math optional 
netgen_6.2.2401+dfsg1-1.1.dsc
 07d0d764966feaf3897bb360d2f1a9db 23136 math optional 
netgen_6.2.2401+dfsg1-1.1.debian.tar.xz
 f47041cf9798217352e43c86361a4a8d 16748 math optional 
netgen_6.2.2401+dfsg1-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfuOMACgkQFZ61xO/I
d0x8KQ//fFWlBPcA8QN/WPHgzfVFlcPRg8LWKVLzOFJb9SHeuHvFcc7GZlz5B3Mb
nra0Y/JiAVCX/GdnXVDvzb9yccTdmiBcB1rcKdJLbcSyWxWh6P7w7yotAqhJ2ZCl
8+Uvo33yY6bAeTZNGuZhXKmt0jE7Yz7WCqFYKRlqLSrMLLLrq5kPLYpgrNCK+oSf
2ttu5MEVDkwhqs4+TBAE2UzYTkwSX2OOrJzXNVeXeBKLjJRPazlZw1Yf8YaOLQBm
i+M5wPt/VBCdJoz7o4slPe4d9uv8JG8auobqELFxIQnEFZ2iQEXoCoePKW+lLIML
r/AfJPSGN6fk9lCAxU+auXew0dIevg0qtQ/+3gQpq1+7n2tVS2bjUE+0Yy7pnFk4
kEN03fHQAq7GYxauT90IF4DP13X6iSeJmp7IsFS+FrL+ahhg7jKJH37l1Aqq0L29
kjdpP0TRulMy2D3XZ4NSo590zxJBykO2nkhC5TyNq0htpaY6EFqRscCMhmtnQcK5
dYRimZrmqbFsQwAM7FNVo14ceGBgryy0yaADMlHAkAXH3mljbKL8nbyktwv+Pg0h
FanDlWWhSwu5q6qbNc04+q4vv25Eyy+ngxylr1Q2Yo4lIH4Og6JJ6/WojAGMarn9
n5ULXid2fG/0b349JRxM/sANgugMARYGjRqyw/vxRYKoIlErISk=
=kg7V
-----END PGP SIGNATURE-----

Attachment: pgpMB9tMpIR7w.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