Your message dated Thu, 29 Feb 2024 22:49:20 +0000
with message-id <e1rfpdm-00divb...@fasolo.debian.org>
and subject line Bug#1062719: fixed in qpdf 11.9.0-1.1
has caused the Debian Bug report #1062719,
regarding qpdf: 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.)


-- 
1062719: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062719
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qpdf
Version: 11.8.0-1
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
qpdf 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 qpdf
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 qpdf-11.8.0/debian/changelog qpdf-11.8.0/debian/changelog
--- qpdf-11.8.0/debian/changelog        2024-01-08 17:48:05.000000000 +0000
+++ qpdf-11.8.0/debian/changelog        2024-02-02 22:16:17.000000000 +0000
@@ -1,3 +1,10 @@
+qpdf (11.8.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org>  Fri, 02 Feb 2024 22:16:17 
+0000
+
 qpdf (11.8.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru qpdf-11.8.0/debian/control qpdf-11.8.0/debian/control
--- qpdf-11.8.0/debian/control  2024-01-08 17:48:05.000000000 +0000
+++ qpdf-11.8.0/debian/control  2024-02-02 22:16:17.000000000 +0000
@@ -11,7 +11,10 @@
 Standards-Version: 4.6.2
 Homepage: https://qpdf.sourceforge.io
 
-Package: libqpdf29
+Package: libqpdf29t64
+Provides: ${t64:Provides}
+Replaces: libqpdf29
+Breaks: libqpdf29 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -43,7 +46,7 @@
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, libqpdf29 (= ${binary:Version}), libjpeg-dev, 
zlib1g-dev
+Depends: ${misc:Depends}, libqpdf29t64 (= ${binary:Version}), libjpeg-dev, 
zlib1g-dev
 Suggests: qpdf-doc
 Description: development files for PDF transformation/inspection library
  QPDF is a program that can be used to linearize (web-optimize),
diff -Nru qpdf-11.8.0/debian/libqpdf29.install 
qpdf-11.8.0/debian/libqpdf29.install
--- qpdf-11.8.0/debian/libqpdf29.install        2024-01-08 17:48:05.000000000 
+0000
+++ qpdf-11.8.0/debian/libqpdf29.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libqpdf.so.*
diff -Nru qpdf-11.8.0/debian/libqpdf29.shlibs 
qpdf-11.8.0/debian/libqpdf29.shlibs
--- qpdf-11.8.0/debian/libqpdf29.shlibs 2024-01-08 17:48:05.000000000 +0000
+++ qpdf-11.8.0/debian/libqpdf29.shlibs 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libqpdf 29 libqpdf29 (>> 11.8~)
diff -Nru qpdf-11.8.0/debian/libqpdf29t64.install 
qpdf-11.8.0/debian/libqpdf29t64.install
--- qpdf-11.8.0/debian/libqpdf29t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ qpdf-11.8.0/debian/libqpdf29t64.install     2024-01-08 17:48:05.000000000 
+0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libqpdf.so.*
diff -Nru qpdf-11.8.0/debian/libqpdf29t64.lintian-overrides 
qpdf-11.8.0/debian/libqpdf29t64.lintian-overrides
--- qpdf-11.8.0/debian/libqpdf29t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ qpdf-11.8.0/debian/libqpdf29t64.lintian-overrides   2024-02-02 
22:16:17.000000000 +0000
@@ -0,0 +1 @@
+libqpdf29t64: package-name-doesnt-match-sonames libqpdf29
diff -Nru qpdf-11.8.0/debian/libqpdf29t64.shlibs 
qpdf-11.8.0/debian/libqpdf29t64.shlibs
--- qpdf-11.8.0/debian/libqpdf29t64.shlibs      1970-01-01 00:00:00.000000000 
+0000
+++ qpdf-11.8.0/debian/libqpdf29t64.shlibs      2024-02-02 22:16:17.000000000 
+0000
@@ -0,0 +1 @@
+libqpdf 29 libqpdf29t64 (>> 11.8~)

--- End Message ---
--- Begin Message ---
Source: qpdf
Source-Version: 11.9.0-1.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
qpdf, 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 qpdf 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 21:38:49 +0000
Source: qpdf
Architecture: source
Version: 11.9.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jay Berkenbilt <q...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062719
Changes:
 qpdf (11.9.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062719
Checksums-Sha1:
 d1e1c661fdc7894091693ed6e7ec542a7216eb04 2398 qpdf_11.9.0-1.1.dsc
 163e94eb4fffa9ea4327456b101bf1bd3c8381b0 15228 qpdf_11.9.0-1.1.debian.tar.xz
 493c25cf0e2a8727d2f117e869927ffa064cbdb8 8418 qpdf_11.9.0-1.1_source.buildinfo
Checksums-Sha256:
 e6e2effc109a4920cac26953157cbb7968aeb93e96ee82e09013bef1b87b3746 2398 
qpdf_11.9.0-1.1.dsc
 ec0e28293019a88a629e0b67f323e1a0a5dfdfa50bf3f08420d79b0ca7c70e0d 15228 
qpdf_11.9.0-1.1.debian.tar.xz
 40d6f8ee94b5902fb03671eeb26f91eaecc8112ebb4cf17550d272c3837d77b1 8418 
qpdf_11.9.0-1.1_source.buildinfo
Files:
 d5f31ce4f124caadb93968acbbdb77b3 2398 libs optional qpdf_11.9.0-1.1.dsc
 d477e2f24bab2aebf6671b52857239aa 15228 libs optional 
qpdf_11.9.0-1.1.debian.tar.xz
 309f49a831654ae599fe7d5128a9e9ad 8418 libs optional 
qpdf_11.9.0-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg+cEACgkQFZ61xO/I
d0wi7RAAsaJm9z2Kh/dYO2MhfhMlqCPg1p+Rc4i0LZnqz4IYxq9sZMw8LtG72bRl
1oLgN7TaU6FJNfx+4itJmwlOg1nW8qAXkn8v+T0S6Xwr7M0iUO1cJC90NzY59VmT
AAH9lkEnrVES4d9Yp0am5Fffq8OomfQdT9toe7vm41r8eiQthMZoHHJiOihrksmT
WPMpIHJmXOdVixXf/1xb2E44QsqWTb7yVkbQ/FLpAS4QxS+J8SbApqax/MTcoFGQ
ABPQIbOKirx4OHxmWeB3gkG3zAIYZGZvp7GF08EaS1ZyDWIMaHbBCAzkcx+NZ2sU
rA0yrUE8ota8CN0HvlTmxhBb0mIE/WDhvSVeiADw4XGLxZ4Ytax372Vn3pAiTP8H
cY8op28aBaPb8S0D63THhOjVeMRcaq/HeJLXkK3XaPDfAorv2AP9574D9H2Yld6G
W4xQCSi5UKkPQFSzCs8OEO16y27nx39qq/t29jI/vGb46ahPZ/gb6qN20fiUFbEY
1dArER3dAzWEpTomjx1G2HT7bxPE+h4Qm5RjBJsbxMRtKJr3WnDywVB4se0aMszh
WgizsHY6jdxyCPeHY8dPtpuz5tNm3wrL1rMTfEwaXOS1OEwKsxVzD2BkBHl3kC1j
Dzamq8UJh3ZJGGsnFhwFSvml3HWKWUk0vR53+VKzJi0UzSKhQEw=
=Wgey
-----END PGP SIGNATURE-----

Attachment: pgpo3lAIavdNH.pgp
Description: PGP signature


--- End Message ---

Reply via email to