Your message dated Thu, 29 Feb 2024 23:43:59 +0000
with message-id <e1rfq4f-00dqwn...@fasolo.debian.org>
and subject line Bug#1062771: fixed in rasqal 0.9.33-2.1
has caused the Debian Bug report #1062771,
regarding rasqal: 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.)


-- 
1062771: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062771
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rasqal
Version: 0.9.33-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
rasqal 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 rasqal
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 rasqal-0.9.33/debian/changelog rasqal-0.9.33/debian/changelog
--- rasqal-0.9.33/debian/changelog      2023-02-22 16:42:12.000000000 +0000
+++ rasqal-0.9.33/debian/changelog      2024-02-03 04:26:57.000000000 +0000
@@ -1,3 +1,10 @@
+rasqal (0.9.33-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org>  Sat, 03 Feb 2024 04:26:57 
+0000
+
 rasqal (0.9.33-2) unstable; urgency=medium
 
   * QA upload.
diff -Nru rasqal-0.9.33/debian/control rasqal-0.9.33/debian/control
--- rasqal-0.9.33/debian/control        2023-02-22 16:41:55.000000000 +0000
+++ rasqal-0.9.33/debian/control        2024-02-03 04:26:56.000000000 +0000
@@ -16,12 +16,15 @@
 Suggests: librasqal3-doc
 Section: libdevel
 Architecture: any
-Depends: librasqal3 (= ${binary:Version}), libraptor2-dev, libgmp-dev, 
${misc:Depends}
+Depends: librasqal3t64 (= ${binary:Version}), libraptor2-dev, libgmp-dev, 
${misc:Depends}
 Description: Rasqal RDF query library development libraries and headers
  Development libraries, header files and documentation needed by
  programs that want to compile with the Rasqal RDF query library.
 
-Package: librasqal3
+Package: librasqal3t64
+Provides: ${t64:Provides}
+Replaces: librasqal3
+Breaks: librasqal3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru rasqal-0.9.33/debian/librasqal3.docs 
rasqal-0.9.33/debian/librasqal3.docs
--- rasqal-0.9.33/debian/librasqal3.docs        2022-05-16 17:13:02.000000000 
+0000
+++ rasqal-0.9.33/debian/librasqal3.docs        1970-01-01 00:00:00.000000000 
+0000
@@ -1,4 +0,0 @@
-README
-NEWS
-AUTHORS
-NOTICE
diff -Nru rasqal-0.9.33/debian/librasqal3.install 
rasqal-0.9.33/debian/librasqal3.install
--- rasqal-0.9.33/debian/librasqal3.install     2022-05-16 17:13:02.000000000 
+0000
+++ rasqal-0.9.33/debian/librasqal3.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/librasqal.so.*
diff -Nru rasqal-0.9.33/debian/librasqal3.shlibs 
rasqal-0.9.33/debian/librasqal3.shlibs
--- rasqal-0.9.33/debian/librasqal3.shlibs      2022-05-16 17:13:02.000000000 
+0000
+++ rasqal-0.9.33/debian/librasqal3.shlibs      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-librasqal 3 librasqal3 (>= 0.9.31)
diff -Nru rasqal-0.9.33/debian/librasqal3t64.docs 
rasqal-0.9.33/debian/librasqal3t64.docs
--- rasqal-0.9.33/debian/librasqal3t64.docs     1970-01-01 00:00:00.000000000 
+0000
+++ rasqal-0.9.33/debian/librasqal3t64.docs     2022-05-16 17:13:02.000000000 
+0000
@@ -0,0 +1,4 @@
+README
+NEWS
+AUTHORS
+NOTICE
diff -Nru rasqal-0.9.33/debian/librasqal3t64.install 
rasqal-0.9.33/debian/librasqal3t64.install
--- rasqal-0.9.33/debian/librasqal3t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ rasqal-0.9.33/debian/librasqal3t64.install  2022-05-16 17:13:02.000000000 
+0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/librasqal.so.*
diff -Nru rasqal-0.9.33/debian/librasqal3t64.lintian-overrides 
rasqal-0.9.33/debian/librasqal3t64.lintian-overrides
--- rasqal-0.9.33/debian/librasqal3t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ rasqal-0.9.33/debian/librasqal3t64.lintian-overrides        2024-02-03 
04:26:56.000000000 +0000
@@ -0,0 +1 @@
+librasqal3t64: package-name-doesnt-match-sonames librasqal3
diff -Nru rasqal-0.9.33/debian/librasqal3t64.shlibs 
rasqal-0.9.33/debian/librasqal3t64.shlibs
--- rasqal-0.9.33/debian/librasqal3t64.shlibs   1970-01-01 00:00:00.000000000 
+0000
+++ rasqal-0.9.33/debian/librasqal3t64.shlibs   2024-02-03 04:26:56.000000000 
+0000
@@ -0,0 +1 @@
+librasqal 3 librasqal3t64 (>= 0.9.31)

--- End Message ---
--- Begin Message ---
Source: rasqal
Source-Version: 0.9.33-2.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
rasqal, 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 1062...@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 rasqal 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: Thu, 29 Feb 2024 22:44:37 +0000
Source: rasqal
Architecture: source
Version: 0.9.33-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062771
Changes:
 rasqal (0.9.33-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062771
Checksums-Sha1:
 d7e42f15912236a27eb41d0790d03a8756440a89 2111 rasqal_0.9.33-2.1.dsc
 d2521a1af737635ff74995f2893da1554fc27f69 6400 rasqal_0.9.33-2.1.debian.tar.xz
 b79d2e28ceee6522a0b09232a5c5220e33504c39 9007 
rasqal_0.9.33-2.1_source.buildinfo
Checksums-Sha256:
 ccd34ede4b10ef401bf36520dd26794f39a0c869f05548ecfb19d3c9b6178096 2111 
rasqal_0.9.33-2.1.dsc
 3cab7836d6d0340d7c53dd054f1db72f425a56133695445b8b4447b1bf58595e 6400 
rasqal_0.9.33-2.1.debian.tar.xz
 fe58d53cca04392dc0bb1bf38fda8b51222ff8e30c4cc467b123e8d9711b0256 9007 
rasqal_0.9.33-2.1_source.buildinfo
Files:
 8552448daaa6f432b90c751ba79a1e80 2111 devel optional rasqal_0.9.33-2.1.dsc
 de8f4ed919dc0402442175e26427b48a 6400 devel optional 
rasqal_0.9.33-2.1.debian.tar.xz
 af282272ed2e1708ad547edb3e50b888 9007 devel optional 
rasqal_0.9.33-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhCPIACgkQFZ61xO/I
d0xunA//S0ptK3xKjfrt9moi46eGlsRoq4umHvQnDV+qkQS5ptw3/0/pb3NvZyv+
/nZ8Vjq8N2PIxkZx6YqT1fZB058mZ6PbRKXPCuL9Z66k9VWBxqN4xEvwgHvKtgYc
eBnQMoGQ5SqfPjTKZWeJdcvQWlddIafyFhpnBvucR74KDQt+CgZvrzRlkwhDgFBn
B4ALzmFmB04NY5kyRdV88lm9fQnv5UPfi29bevfosX+wRTuFeNWg1f8ql/W04PWn
ehY18pfKXmQTKA1nE0X6mu8nagcpp94eatIo3OJx3Qn/NZ5S2WP+JY/3slyD5hnj
xQkgUkQRap5+NJ6FZ0by8SSLWS7E/OaF7kT9N50mc8nOHlAX8KyQFDhsfbrXoKIN
4sJ9mFe/BCEuIj5ErYw1j8aAdyY7chPA+XhP5vqYLJXm8iMQnqJLviEvGIHAkmYE
0+DHMNkzUGrbCg1+j0NjxMss0tNZe6ht/hKhZjJbbheoYZFq5hfU2xwm1zgyTf+c
CAJY8YqOHhqmELd5yo+EIHumbgN5ZhoEJl9BoNBJveSI64BDgQrjH3ulZXaV3Ch9
Z7LjOf70/omXr3emml+U6Gd1mKtbFsXEbUKKGOiCXTqdKU/9bRrsZ9Lrh/ViiuTI
mSv6/YMV6DcYh4BgpNvsf1T7o/HJIGShyLeFt1poOfksz1EwsE8=
=gZL3
-----END PGP SIGNATURE-----

Attachment: pgpiX4eUcXmol.pgp
Description: PGP signature


--- End Message ---

Reply via email to