Your message dated Wed, 28 Feb 2024 01:27:12 +0000
with message-id <[email protected]>
and subject line Bug#1061889: fixed in angelscript 2.35.1+ds-3.1
has caused the Debian Bug report #1061889,
regarding angelscript: 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.)


-- 
1061889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061889
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: angelscript
Version: 2.35.1+ds-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
angelscript 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 angelscript
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-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 angelscript-2.35.1+ds/debian/changelog 
angelscript-2.35.1+ds/debian/changelog
--- angelscript-2.35.1+ds/debian/changelog      2021-10-21 16:29:21.000000000 
+0000
+++ angelscript-2.35.1+ds/debian/changelog      2024-01-30 00:35:44.000000000 
+0000
@@ -1,3 +1,10 @@
+angelscript (2.35.1+ds-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Tue, 30 Jan 2024 00:35:44 +0000
+
 angelscript (2.35.1+ds-3) unstable; urgency=medium
 
   * Fix FTBFS on arm64 (Closes: #980559)
diff -Nru angelscript-2.35.1+ds/debian/control 
angelscript-2.35.1+ds/debian/control
--- angelscript-2.35.1+ds/debian/control        2021-10-07 14:36:06.000000000 
+0000
+++ angelscript-2.35.1+ds/debian/control        2024-01-30 00:35:44.000000000 
+0000
@@ -31,7 +31,8 @@
  This package contains the header files for angelscript. Please consult
  README.Debian for detailed usage.
 
-Package: libangelscript2.35.1
+Package: libangelscript2.35.1t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -39,8 +40,8 @@
  ${shlibs:Depends},
 Suggests:
  angelscript-doc,
-Breaks: libangelscript2.34.0, libangelscript2.35.0
-Replaces: libangelscript2.34.0, libangelscript2.35.0
+Breaks: libangelscript2.35.1 (<< ${source:Version}), libangelscript2.34.0, 
libangelscript2.35.0
+Replaces: libangelscript2.35.1, libangelscript2.34.0, libangelscript2.35.0
 Description: game-oriented interpreted compiled scripting language
  AngelScript features static typing, object handles (similar to C++ pointers 
but
  garbage collected via reference counting), object- orientation, single
@@ -48,14 +49,15 @@
  registered and overloaded. AngelScript can be used with any C++ IDE, such as
  Netbeans, Geany, and Eclipse.
 
-Package: libangelscript-addon2.35.1
+Package: libangelscript-addon2.35.1t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
-Breaks: libangelscript-addon0, libangelscript-addon2.35.0
-Replaces: libangelscript-addon0, libangelscript-addon2.35.0
+Breaks: libangelscript-addon2.35.1 (<< ${source:Version}), 
libangelscript-addon0, libangelscript-addon2.35.0
+Replaces: libangelscript-addon2.35.1, libangelscript-addon0, 
libangelscript-addon2.35.0
 Description: game-oriented interpreted compiled scripting language (addon)
  AngelScript features static typing, object handles (similar to C++ pointers 
but
  garbage collected via reference counting), object- orientation, single
diff -Nru angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1.install 
angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1.install
--- angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1.install     
2021-10-07 14:36:06.000000000 +0000
+++ angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1.install     
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libangelscript-addon.so.*
diff -Nru 
angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1.lintian-overrides 
angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1.lintian-overrides
--- angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1.lintian-overrides   
2021-10-07 14:36:06.000000000 +0000
+++ angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1.lintian-overrides   
1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# versioned soname
-no-symbols-control-file usr/lib/*/libangelscript-addon.so.*
diff -Nru angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1t64.install 
angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1t64.install
--- angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1t64.install  
1970-01-01 00:00:00.000000000 +0000
+++ angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1t64.install  
2021-10-07 14:36:06.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libangelscript-addon.so.*
diff -Nru 
angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1t64.lintian-overrides 
angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1t64.lintian-overrides
--- 
angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1t64.lintian-overrides    
    1970-01-01 00:00:00.000000000 +0000
+++ 
angelscript-2.35.1+ds/debian/libangelscript-addon2.35.1t64.lintian-overrides    
    2024-01-30 00:35:44.000000000 +0000
@@ -0,0 +1,3 @@
+# versioned soname
+no-symbols-control-file usr/lib/*/libangelscript-addon.so.*
+libangelscript-addon2.35.1t64: package-name-doesnt-match-sonames 
libangelscript-addon2.35.1
diff -Nru angelscript-2.35.1+ds/debian/libangelscript2.35.1.install 
angelscript-2.35.1+ds/debian/libangelscript2.35.1.install
--- angelscript-2.35.1+ds/debian/libangelscript2.35.1.install   2021-10-07 
14:36:06.000000000 +0000
+++ angelscript-2.35.1+ds/debian/libangelscript2.35.1.install   1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libangelscript.so.*
diff -Nru angelscript-2.35.1+ds/debian/libangelscript2.35.1.lintian-overrides 
angelscript-2.35.1+ds/debian/libangelscript2.35.1.lintian-overrides
--- angelscript-2.35.1+ds/debian/libangelscript2.35.1.lintian-overrides 
2021-10-07 14:36:06.000000000 +0000
+++ angelscript-2.35.1+ds/debian/libangelscript2.35.1.lintian-overrides 
1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# versioned soname
-no-symbols-control-file usr/lib/*/libangelscript.so.*
diff -Nru angelscript-2.35.1+ds/debian/libangelscript2.35.1t64.install 
angelscript-2.35.1+ds/debian/libangelscript2.35.1t64.install
--- angelscript-2.35.1+ds/debian/libangelscript2.35.1t64.install        
1970-01-01 00:00:00.000000000 +0000
+++ angelscript-2.35.1+ds/debian/libangelscript2.35.1t64.install        
2021-10-07 14:36:06.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libangelscript.so.*
diff -Nru 
angelscript-2.35.1+ds/debian/libangelscript2.35.1t64.lintian-overrides 
angelscript-2.35.1+ds/debian/libangelscript2.35.1t64.lintian-overrides
--- angelscript-2.35.1+ds/debian/libangelscript2.35.1t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ angelscript-2.35.1+ds/debian/libangelscript2.35.1t64.lintian-overrides      
2024-01-30 00:35:44.000000000 +0000
@@ -0,0 +1,3 @@
+# versioned soname
+no-symbols-control-file usr/lib/*/libangelscript.so.*
+libangelscript2.35.1t64: package-name-doesnt-match-sonames libangelscript2.35.1

--- End Message ---
--- Begin Message ---
Source: angelscript
Source-Version: 2.35.1+ds-3.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
angelscript, 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.
Steve Langasek <[email protected]> (supplier of updated angelscript 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 00:59:55 +0000
Source: angelscript
Architecture: source
Version: 2.35.1+ds-3.1
Distribution: unstable
Urgency: medium
Maintainer: Yangfl <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1061889
Changes:
 angelscript (2.35.1+ds-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1061889
Checksums-Sha1:
 cc4bcba867f4347f82f56f4b73989cf345ec6c3e 2294 angelscript_2.35.1+ds-3.1.dsc
 04f11708d85c88d2ee7c9522ea9bb5622f768303 193656 
angelscript_2.35.1+ds-3.1.debian.tar.xz
 e5269729e744d50aff288b7344d8f10b69f67b6b 7295 
angelscript_2.35.1+ds-3.1_source.buildinfo
Checksums-Sha256:
 ff0705db790e79e93be707f2bc82b8cb020ec5a0851a426d3558e29ba87b29a1 2294 
angelscript_2.35.1+ds-3.1.dsc
 1c266654eb31160a2ac44ce2b830f917dbff02b00b75c2ed0bf80ff25bc96a96 193656 
angelscript_2.35.1+ds-3.1.debian.tar.xz
 cb3a078f73f0981e56203e97fe80833772ffedba157b84147343a8958c576b32 7295 
angelscript_2.35.1+ds-3.1_source.buildinfo
Files:
 ca823928417f8255a6ac8fd6b896395c 2294 libs optional 
angelscript_2.35.1+ds-3.1.dsc
 39317f33c625f80396550c0c378ba3eb 193656 libs optional 
angelscript_2.35.1+ds-3.1.debian.tar.xz
 05457d5603fd3e06763f355715559da8 7295 libs optional 
angelscript_2.35.1+ds-3.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXehaQSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9NnkP/3XB8GpQM/lFCeeiQysERcuhneUwTAVb
32J51txI7Z9CozwpfCg/nkyeFkP2WCOTgWUghXEMRHhQlH9G7zB6+XKXfAysXx8U
HC/EZHTUFw/9Uev8dxSi02RaKeCW+fwldkpTUzGXWNYMOeNib2dkaIcDs7iyM1x9
WulowxCRsPbfh34kXVRf9TPI2ozEo8PhCZ9C6XPvltShZAS7fK8TdStf5WmFHruv
J6RcxmpxHp4QtJl9yCIwTZeLOLFo6Xtr+u94H7qrrfXUNT5pT519w808kMAQiaCm
qiTnUAWO8gYhW/n+7W8c3jTY3rLzAIQ0yWYvMUP0xg96PQegwUh9pbJrAEO3m02e
QP4fh4EPh8ZGgyoaEHQ1BXu5zOh4/ai+TTrWWNJflT6P9dPeWTkG/NgZ9HPx9r8Z
fsljUpsdM8jj+p2SVuNOQBCoDI+Iu8IvHRNLVVcq0/i3jBaCVKOM20vIe6XGXSe7
pFT3m/fph/AZxbiTmnO9ayACzYbLpi0z7lP5eFazpwnYmoGNngK3nshyOsJr7W9O
6ScSLq2ct3khgu515wvuDOLm1dcF0speY2Vatk2QX9Ra3rpCNeI202xSYF0bYS5j
wUjRQctYnxES104j2BRqHtJcrHOKqs2M1qUFWlJkyId5NQ6rgY64UdQwIfLVI34+
3Fo2DNY64JvE
=5CYM
-----END PGP SIGNATURE-----

Attachment: pgplSJr4O7shS.pgp
Description: PGP signature


--- End Message ---

Reply via email to