Your message dated Wed, 28 Feb 2024 09:53:21 +0000
with message-id <[email protected]>
and subject line Bug#1061943: fixed in forge 1.0.1-3.1
has caused the Debian Bug report #1061943,
regarding forge: 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.)


-- 
1061943: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061943
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: forge
Version: 1.0.1-3
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
forge 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 forge
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/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru forge-1.0.1/debian/changelog forge-1.0.1/debian/changelog
--- forge-1.0.1/debian/changelog        2018-08-09 13:29:02.000000000 +0000
+++ forge-1.0.1/debian/changelog        2024-01-30 11:26:10.000000000 +0000
@@ -1,3 +1,10 @@
+forge (1.0.1-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian <[email protected]>  Tue, 30 Jan 2024 11:26:10 +0000
+
 forge (1.0.1-3) unstable; urgency=medium
 
   [ Gianfranco Costamagna ]
diff -Nru forge-1.0.1/debian/control forge-1.0.1/debian/control
--- forge-1.0.1/debian/control  2018-08-09 13:28:42.000000000 +0000
+++ forge-1.0.1/debian/control  2024-01-30 11:26:10.000000000 +0000
@@ -20,7 +20,10 @@
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/forge.git
 Homepage: https://github.com/arrayfire/forge
 
-Package: libforge1
+Package: libforge1t64
+Provides: ${t64:Provides}
+Replaces: libforge1
+Breaks: libforge1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
@@ -38,7 +41,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
-         libforge1 (= ${binary:Version})
+         libforge1t64 (= ${binary:Version})
 Suggests: forge-doc <!nodoc>
 Description: development files for forge
  A prototype of the OpenGL interop library that can be used with ArrayFire. The
diff -Nru forge-1.0.1/debian/libforge1.install 
forge-1.0.1/debian/libforge1.install
--- forge-1.0.1/debian/libforge1.install        2018-08-09 13:28:42.000000000 
+0000
+++ forge-1.0.1/debian/libforge1.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.1*
diff -Nru forge-1.0.1/debian/libforge1t64.install 
forge-1.0.1/debian/libforge1t64.install
--- forge-1.0.1/debian/libforge1t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ forge-1.0.1/debian/libforge1t64.install     2018-08-09 13:28:42.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.1*
diff -Nru forge-1.0.1/debian/libforge1t64.lintian-overrides 
forge-1.0.1/debian/libforge1t64.lintian-overrides
--- forge-1.0.1/debian/libforge1t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ forge-1.0.1/debian/libforge1t64.lintian-overrides   2024-01-30 
11:26:10.000000000 +0000
@@ -0,0 +1 @@
+libforge1t64: package-name-doesnt-match-sonames libforge1

--- End Message ---
--- Begin Message ---
Source: forge
Source-Version: 1.0.1-3.1
Done: Michael Hudson-Doyle <[email protected]>

We believe that the bug you reported is fixed in the latest version of
forge, 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.
Michael Hudson-Doyle <[email protected]> (supplier of updated forge 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: SHA256

Format: 1.8
Date: Wed, 28 Feb 2024 09:07:21 +0000
Source: forge
Architecture: source
Version: 1.0.1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Michael Hudson-Doyle <[email protected]>
Closes: 1061943
Changes:
 forge (1.0.1-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1061943
Checksums-Sha1:
 433871cf65a18057e7d4d3495da54312e0c92c8a 2500 forge_1.0.1-3.1.dsc
 fc72957b45407d7feafa29df55e6945a7a52f054 5956 forge_1.0.1-3.1.debian.tar.xz
 06c0130c85e3360847406a8d3b5769a9d7fab0e0 10292 forge_1.0.1-3.1_source.buildinfo
Checksums-Sha256:
 5f0485724998561bdc55f33e392724ef94a8fe459bdcf977b36c5f0cb52b1cdd 2500 
forge_1.0.1-3.1.dsc
 0de5045253624aca7c4782423c16a27fccdae192239d29225b0eee48f4778a96 5956 
forge_1.0.1-3.1.debian.tar.xz
 9f06410051cd88c11aa12af934ad1215aaf2d2f02e51d2b1b0a79caf1b20cf98 10292 
forge_1.0.1-3.1_source.buildinfo
Files:
 8ab697773297d6a946749b9ffed2b361 2500 libs optional forge_1.0.1-3.1.dsc
 cffb9ddae4ea83b10e293b1dd5703b3f 5956 libs optional 
forge_1.0.1-3.1.debian.tar.xz
 5cc3468caeaf23e9e3fdf1c0e08ddbda 10292 libs optional 
forge_1.0.1-3.1_source.buildinfo

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

iQJIBAEBCAAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXe9+EUHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJM4eg/+MFPsvRjFoFinTHY3fy5WPTQMOVSg
8r8tql6p9dQEuCHxoXpErvM6pm7i1ypIUyd1BOIq1abqOCm2gD6BxaIm2aps4j66
kI0hG7TC/aoyArcgjjiTgabXEDnhd2JmUI+xTd6rIN9LVlRy9fvb+Da0Gx5YCVEP
CVwXT4OibZ7gAP49A3W3wARSQ6mAuPr8bLYmQsdrM//buKXwml1yGUzDu0U8m/4z
41V5v3yyR6is6WdwBA6bFIreQILAnEYXW0XGYooVkUxEPLW3N+tUNjEfb4uvTgMr
vfmaNIsxtPttWl8k17GrdaVFYBi7GunEjoywEFRFHROyvvsNbx8kpisCyUz2E9sp
Kiki+LwIsMCatyUH/ea/MhwMAN2mPAHmeM8dAAHRD7ltQrmUSKwmhY+AOcwk17gY
Dvv2FP6CafM0rETeOzVS5iSK0FHaKHRTpRVVqEYEuM8NJ0N4WpTA6TlaNVQMsMFA
IL1ixy5Wh1yut/guhlesDkd6/BaPjs4JJSgvOP2AH+rY0mYF5TX9k9qKcVV3K+t6
9SXn5zlD+YPeuGa//udc5IOL8kDO2zH2OTV+idf6f7nidUn/SPYEOXZywaK30CyS
rudSA2Amjqi6S9zu/OiHiAxIC0N1swgiWjEkFwy3QcSpEl97vfXaBQoyIhFixzAG
5dtuYYfWa6ZmhhY=
=vA2Q
-----END PGP SIGNATURE-----

Attachment: pgpjCRZ72Nc7X.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to