Your message dated Thu, 29 Feb 2024 23:44:28 +0000
with message-id <e1rfq4i-00dqia...@fasolo.debian.org>
and subject line Bug#1062851: fixed in redland 1.0.17-3.1
has caused the Debian Bug report #1062851,
regarding redland: 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.)


-- 
1062851: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062851
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: redland
Version: 1.0.17-3
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
redland 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 redland
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 redland-1.0.17/debian/changelog redland-1.0.17/debian/changelog
--- redland-1.0.17/debian/changelog     2022-11-14 05:03:12.000000000 +0000
+++ redland-1.0.17/debian/changelog     2024-02-03 20:23:07.000000000 +0000
@@ -1,3 +1,10 @@
+redland (1.0.17-3.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 20:23:07 
+0000
+
 redland (1.0.17-3) unstable; urgency=medium
 
   * QA upload.
diff -Nru redland-1.0.17/debian/control redland-1.0.17/debian/control
--- redland-1.0.17/debian/control       2022-11-14 04:57:56.000000000 +0000
+++ redland-1.0.17/debian/control       2024-02-03 20:23:07.000000000 +0000
@@ -28,7 +28,7 @@
 Depends:
  libraptor2-dev,
  librasqal3-dev,
- librdf0 (= ${binary:Version}),
+ librdf0t64 (= ${binary:Version}),
  ${misc:Depends},
 Suggests: librdf-perl, librdf-ruby, python-librdf
 Recommends: redland-utils
@@ -36,7 +36,10 @@
  RDF development libraries, header files, documentation and utilities
  needed by program that want to be compiled with Redland.
 
-Package: librdf0
+Package: librdf0t64
+Provides: ${t64:Provides}
+Replaces: librdf0
+Breaks: librdf0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru redland-1.0.17/debian/librdf0.install 
redland-1.0.17/debian/librdf0.install
--- redland-1.0.17/debian/librdf0.install       2013-11-12 19:06:26.000000000 
+0000
+++ redland-1.0.17/debian/librdf0.install       1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/librdf*.so.*
diff -Nru redland-1.0.17/debian/librdf0.manpages 
redland-1.0.17/debian/librdf0.manpages
--- redland-1.0.17/debian/librdf0.manpages      2009-12-17 04:17:33.000000000 
+0000
+++ redland-1.0.17/debian/librdf0.manpages      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-docs/redland.3
diff -Nru redland-1.0.17/debian/librdf0.shlibs 
redland-1.0.17/debian/librdf0.shlibs
--- redland-1.0.17/debian/librdf0.shlibs        2013-12-28 17:09:19.000000000 
+0000
+++ redland-1.0.17/debian/librdf0.shlibs        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-librdf 0 librdf0 (>= 1.0.17)
diff -Nru redland-1.0.17/debian/librdf0t64.install 
redland-1.0.17/debian/librdf0t64.install
--- redland-1.0.17/debian/librdf0t64.install    1970-01-01 00:00:00.000000000 
+0000
+++ redland-1.0.17/debian/librdf0t64.install    2013-11-12 19:06:26.000000000 
+0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/librdf*.so.*
diff -Nru redland-1.0.17/debian/librdf0t64.lintian-overrides 
redland-1.0.17/debian/librdf0t64.lintian-overrides
--- redland-1.0.17/debian/librdf0t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ redland-1.0.17/debian/librdf0t64.lintian-overrides  2024-02-03 
20:23:07.000000000 +0000
@@ -0,0 +1 @@
+librdf0t64: package-name-doesnt-match-sonames librdf0
diff -Nru redland-1.0.17/debian/librdf0t64.manpages 
redland-1.0.17/debian/librdf0t64.manpages
--- redland-1.0.17/debian/librdf0t64.manpages   1970-01-01 00:00:00.000000000 
+0000
+++ redland-1.0.17/debian/librdf0t64.manpages   2009-12-17 04:17:33.000000000 
+0000
@@ -0,0 +1 @@
+docs/redland.3
diff -Nru redland-1.0.17/debian/librdf0t64.shlibs 
redland-1.0.17/debian/librdf0t64.shlibs
--- redland-1.0.17/debian/librdf0t64.shlibs     1970-01-01 00:00:00.000000000 
+0000
+++ redland-1.0.17/debian/librdf0t64.shlibs     2024-02-03 20:23:07.000000000 
+0000
@@ -0,0 +1 @@
+librdf 0 librdf0t64 (>= 1.0.17)

--- End Message ---
--- Begin Message ---
Source: redland
Source-Version: 1.0.17-3.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
redland, 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 redland 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:50:59 +0000
Source: redland
Architecture: source
Version: 1.0.17-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062851
Changes:
 redland (1.0.17-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062851
Checksums-Sha1:
 ea5c404af5015bb451827cbc5df1c79d5d42f85e 2317 redland_1.0.17-3.1.dsc
 2cb7b8c4a49160426abc9fdc66deba162499b012 8724 redland_1.0.17-3.1.debian.tar.xz
 ce526639107a053878eb717da114e10d65701a08 9687 
redland_1.0.17-3.1_source.buildinfo
Checksums-Sha256:
 ec5768c7dae27a4cdb9cc76ee6f831543081fef5baa3beb7dccfa1281eda7883 2317 
redland_1.0.17-3.1.dsc
 3ddc64730161c5105a898befefd826f5b8f6eb8760af8ae8b44dde13dd14fee6 8724 
redland_1.0.17-3.1.debian.tar.xz
 4fd5ac2e06793834bb70652b730e88ca05ffc30a372c05f31cd8ff9903f2637e 9687 
redland_1.0.17-3.1_source.buildinfo
Files:
 9002ce2189d1ea5d6762e48ec1edc34d 2317 devel optional redland_1.0.17-3.1.dsc
 487a37d1c5361f98f011ac86a865e920 8724 devel optional 
redland_1.0.17-3.1.debian.tar.xz
 7eadce79b866f4d47f069b2d96def832 9687 devel optional 
redland_1.0.17-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhCpMACgkQFZ61xO/I
d0ylrQ/+MU6akwe+JdsEgCv+U7OUovcf9oH+jTg7xyOonOHlq4+UiJkO27gPppkS
XM0moVGdp/6kaJbYbxpPI73IaI6yBjp8NMpI1bmSDFzHQ8BxQLfbB3NApUbDoE5I
O1+AQGyqb0ntzO1a8H1ggiC1EvtCMRB0cDbkoHRSHnkR3QY46jeENRuhYZefxERy
ot4iHL+DYgOwdypa/xEsrRAMVS17Ol2d2hWuw6+pjh0wmfS4PemXhjL9f0o0G2J2
bsCSiuuDbne53VP4oLPDY1Uhw30mOy7pLhrwzy6r9YVlD9lVioLHL/YDP1uDRY6C
fX88buL7Xhw6MyOAnr1CoYKvkF7i8F744RGRPKaB53Jez7krHObaArARYHgp/4hn
ivq2LLzREE0dk0Tu9Wc7qFIyijSOL3754QOtdA0C9/aY1knmrQAlW503tcWXsIoW
el63Tu/vt+v4j/4FlhxruBGbfW9Sz/5gVoJB1h/WLOLh+OdtDfkJS6VuyF2Vkxmw
u/5lRKgJE8VVoupzQ3ySt6fQ+9XeqUDJnWm18ASVUHXKFB6FxPnFBgUfyZfgNKZn
VAVuZhI9RXNFn/69AyqqQm+oOgWAxhXtEKvmtQ+zMKIQbHZr5KjQ1TgEU1rlf0qv
312zM4drBDZWvszj8OQJnTjQaaRMKCfOVnrpS6vWiwe6jDogYLg=
=lVfG
-----END PGP SIGNATURE-----

Attachment: pgptsD9a8DNcr.pgp
Description: PGP signature


--- End Message ---

Reply via email to