Your message dated Thu, 29 Feb 2024 17:50:06 +0000
with message-id <[email protected]>
and subject line Bug#1062916: fixed in source-highlight 3.1.9-4.3
has caused the Debian Bug report #1062916,
regarding source-highlight: 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.)
--
1062916: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062916
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: source-highlight
Version: 3.1.9-4.2
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
source-highlight 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 source-highlight
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-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_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 source-highlight-3.1.9/debian/changelog
source-highlight-3.1.9/debian/changelog
--- source-highlight-3.1.9/debian/changelog 2022-10-15 07:22:08.000000000
+0000
+++ source-highlight-3.1.9/debian/changelog 2024-02-03 23:21:31.000000000
+0000
@@ -1,3 +1,10 @@
+source-highlight (3.1.9-4.3) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <[email protected]> Sat, 03 Feb 2024 23:21:31
+0000
+
source-highlight (3.1.9-4.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru source-highlight-3.1.9/debian/control
source-highlight-3.1.9/debian/control
--- source-highlight-3.1.9/debian/control 2022-10-15 07:22:05.000000000
+0000
+++ source-highlight-3.1.9/debian/control 2024-02-03 23:21:30.000000000
+0000
@@ -34,7 +34,7 @@
Architecture: any
Depends:
libboost-regex-dev,
- libsource-highlight4v5 (= ${binary:Version}),
+ libsource-highlight4t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Replaces:
@@ -46,7 +46,10 @@
The library can be used by other C++ programs to get source code
highlighting capabilities.
-Package: libsource-highlight4v5
+Package: libsource-highlight4t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libsource-highlight4v5
+Breaks: libsource-highlight4v5 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
@@ -56,7 +59,7 @@
${shlibs:Depends},
Conflicts:
libsource-highlight4,
-Replaces:
+Replaces:libsource-highlight4v5,
libsource-highlight4,
Description: source highlighting library
This is the library that underlies the source-highlight program
diff -Nru source-highlight-3.1.9/debian/libsource-highlight4t64.install
source-highlight-3.1.9/debian/libsource-highlight4t64.install
--- source-highlight-3.1.9/debian/libsource-highlight4t64.install
1970-01-01 00:00:00.000000000 +0000
+++ source-highlight-3.1.9/debian/libsource-highlight4t64.install
2022-10-15 07:01:48.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru
source-highlight-3.1.9/debian/libsource-highlight4t64.lintian-overrides
source-highlight-3.1.9/debian/libsource-highlight4t64.lintian-overrides
--- source-highlight-3.1.9/debian/libsource-highlight4t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ source-highlight-3.1.9/debian/libsource-highlight4t64.lintian-overrides
2024-02-03 23:21:30.000000000 +0000
@@ -0,0 +1 @@
+libsource-highlight4t64: package-name-doesnt-match-sonames
libsource-highlight4v5
diff -Nru source-highlight-3.1.9/debian/libsource-highlight4v5.install
source-highlight-3.1.9/debian/libsource-highlight4v5.install
--- source-highlight-3.1.9/debian/libsource-highlight4v5.install
2022-10-15 07:01:48.000000000 +0000
+++ source-highlight-3.1.9/debian/libsource-highlight4v5.install
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
--- End Message ---
--- Begin Message ---
Source: source-highlight
Source-Version: 3.1.9-4.3
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
source-highlight, 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.
Benjamin Drung <[email protected]> (supplier of updated source-highlight
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: Thu, 29 Feb 2024 17:11:17 +0000
Source: source-highlight
Architecture: source
Version: 3.1.9-4.3
Distribution: unstable
Urgency: medium
Maintainer: Kartik Kulkarni <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062916
Changes:
source-highlight (3.1.9-4.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062916
Checksums-Sha1:
f2866c97b156c5ad8931efc8ac73609dfe2649f2 2275 source-highlight_3.1.9-4.3.dsc
d641810def7488d2cc812c66223fd6be64f2b46f 8124
source-highlight_3.1.9-4.3.debian.tar.xz
a3bde3e25900817b5687c0b4f674dcab1110a92a 7659
source-highlight_3.1.9-4.3_source.buildinfo
Checksums-Sha256:
8e5ec41c17a5d6c840f7aed961879acc4aad4f3893783370013d0420a3e5bebe 2275
source-highlight_3.1.9-4.3.dsc
419ab9de0785b1a621f994fa7e89a0beb7cc7725d47167395a1d3a905d03aa20 8124
source-highlight_3.1.9-4.3.debian.tar.xz
246824cce57c0e527f88357657f4c8d76b764a1ca615b56204bd3eb81b751446 7659
source-highlight_3.1.9-4.3_source.buildinfo
Files:
72520ee47cc7f02a37a28586e4082c7b 2275 devel optional
source-highlight_3.1.9-4.3.dsc
756554d8b78296d1e76188033ae424f4 8124 devel optional
source-highlight_3.1.9-4.3.debian.tar.xz
9012238677c6338b9df31971641d8dac 7659 devel optional
source-highlight_3.1.9-4.3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXguv4ACgkQFZ61xO/I
d0zSZhAAvFCBv3cUCGZWYUONXcWEKZA8oCZs4ICQ9ka+nx0X66UibknxOV8zSeGU
AK2bfz11EwP60bW4u7AezE2LOYDfqsFuS6xpPXMIDV19F80xdew/FE9txCaKyilV
PmFfmgiS8dVb98ZifnvHaZKMUGuExa2ZoN24lwgqypW/UdsaYra9AZr8NcHKxmlw
80VJ+WNXyTZt2ani0bxynjXfSxrjVZ3jhn5OawfklRRG4oAtx8VMCEFM1YEQXeWj
4sNUvCyuxRJzOGCq7ZIZY8Ak1WEO9LKrLb1ifCLNk1mb+QKEW2n9tm7RR4VsByQN
jaVjRG4Mecxdo8mZ3lczT6DjMm251T6sOqh0dFd6q/CK03i1ceF4chSWkdB69nGW
k8EHdWJdqjVcLqxh9xvd78PfKYj3P/YUImdYhefSKiR3zx4GRT9ezbIrU1FW10k7
ZH/8FIn8lSpMuXrr90NPZK+4tjbuNMyEIxILyED6qgqckiqfv3Y7ZvhQW+SvLiW9
r6RLCXrJcRHdw/b43J/7VpsU1odqPgfbGEK4+FJm4an+t8/ZrC64JojGDSjjrqMf
SH2vOx2ih9s+KYpSjhXt1jNyjIQggYFVsD2E+IRsCTKUKwV2VIk3KzLgQCcxIS3N
8lX1W02J0zogyycA1TYmRzFQU91zyau/E1dBuQhoZoYgtuF4/ZE=
=feoR
-----END PGP SIGNATURE-----
pgpnivHDjyYPA.pgp
Description: PGP signature
--- End Message ---