Your message dated Thu, 29 Feb 2024 04:46:25 +0000
with message-id <e1rfyjn-009bym...@fasolo.debian.org>
and subject line Bug#1063222: fixed in obexftp 0.24-9.1
has caused the Debian Bug report #1063222,
regarding obexftp: 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.)


-- 
1063222: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063222
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: obexftp
Version: 0.24-9
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
obexftp 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 obexftp
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-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru obexftp-0.24/debian/changelog obexftp-0.24/debian/changelog
--- obexftp-0.24/debian/changelog       2022-12-20 02:01:53.000000000 +0000
+++ obexftp-0.24/debian/changelog       2024-02-05 18:27:16.000000000 +0000
@@ -1,3 +1,10 @@
+obexftp (0.24-9.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org>  Mon, 05 Feb 2024 18:27:16 +0000
+
 obexftp (0.24-9) unstable; urgency=medium
 
   * QA upload.
diff -Nru obexftp-0.24/debian/control obexftp-0.24/debian/control
--- obexftp-0.24/debian/control 2022-12-20 02:01:53.000000000 +0000
+++ obexftp-0.24/debian/control 2024-02-05 18:27:16.000000000 +0000
@@ -42,7 +42,10 @@
  This is the command line front-end that fully uses the capabilities of
  libobexftp. It also includes obexfs, the FUSE backend.
 
-Package: libbfb0
+Package: libbfb0t64
+Provides: ${t64:Provides}
+Replaces: libbfb0
+Breaks: libbfb0 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends:
@@ -66,7 +69,7 @@
  libbfb-dev,
  libobexftp-dev (<< 0.22),
 Depends:
- libbfb0 (= ${binary:Version}),
+ libbfb0t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: bfb protocol library - development files
  This library adds support for OBEX protocol over BFB/BFC, some Siemens
@@ -76,7 +79,10 @@
  .
  This package contains the development files.
 
-Package: libmulticobex1
+Package: libmulticobex1t64
+Provides: ${t64:Provides}
+Replaces: libmulticobex1
+Breaks: libmulticobex1 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends:
@@ -98,7 +104,7 @@
  libobexftp-dev (<< 0.22),
 Depends:
  libbfb-dev,
- libmulticobex1 (= ${binary:Version}),
+ libmulticobex1t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: multi-protocol cable OBEX library - development files
  This library add support for making use of several ways to use OBEX
@@ -106,7 +112,10 @@
  .
  This package contains the development files.
 
-Package: libobexftp0
+Package: libobexftp0t64
+Provides: ${t64:Provides}
+Replaces: libobexftp0
+Breaks: libobexftp0 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends:
@@ -132,7 +141,7 @@
  libobexftp-dev (<< 0.22),
 Depends:
  libmulticobex1-dev,
- libobexftp0 (= ${binary:Version}),
+ libobexftp0t64 (= ${binary:Version}),
  libopenobex2-dev,
  ${misc:Depends},
 Description: object exchange file transfer library - development files
@@ -149,7 +158,7 @@
 Section: ruby
 Build-Profiles: <!noruby>
 Depends:
- libobexftp0 (= ${binary:Version}),
+ libobexftp0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
  ${ruby:Depends},
@@ -173,7 +182,7 @@
 Section: perl
 Build-Profiles: <!noperl>
 Depends:
- libobexftp0 (= ${binary:Version}),
+ libobexftp0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${perl:Depends},
  ${shlibs:Depends},
diff -Nru obexftp-0.24/debian/libbfb0.install 
obexftp-0.24/debian/libbfb0.install
--- obexftp-0.24/debian/libbfb0.install 2022-12-20 02:01:53.000000000 +0000
+++ obexftp-0.24/debian/libbfb0.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libbfb.so.*
diff -Nru obexftp-0.24/debian/libbfb0t64.install 
obexftp-0.24/debian/libbfb0t64.install
--- obexftp-0.24/debian/libbfb0t64.install      1970-01-01 00:00:00.000000000 
+0000
+++ obexftp-0.24/debian/libbfb0t64.install      2022-12-20 02:01:53.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libbfb.so.*
diff -Nru obexftp-0.24/debian/libbfb0t64.lintian-overrides 
obexftp-0.24/debian/libbfb0t64.lintian-overrides
--- obexftp-0.24/debian/libbfb0t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ obexftp-0.24/debian/libbfb0t64.lintian-overrides    2024-02-05 
18:27:16.000000000 +0000
@@ -0,0 +1 @@
+libbfb0t64: package-name-doesnt-match-sonames libbfb0
diff -Nru obexftp-0.24/debian/libmulticobex1.install 
obexftp-0.24/debian/libmulticobex1.install
--- obexftp-0.24/debian/libmulticobex1.install  2022-12-20 02:01:53.000000000 
+0000
+++ obexftp-0.24/debian/libmulticobex1.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libmulticobex.so.*
diff -Nru obexftp-0.24/debian/libmulticobex1t64.install 
obexftp-0.24/debian/libmulticobex1t64.install
--- obexftp-0.24/debian/libmulticobex1t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ obexftp-0.24/debian/libmulticobex1t64.install       2022-12-20 
02:01:53.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libmulticobex.so.*
diff -Nru obexftp-0.24/debian/libmulticobex1t64.lintian-overrides 
obexftp-0.24/debian/libmulticobex1t64.lintian-overrides
--- obexftp-0.24/debian/libmulticobex1t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ obexftp-0.24/debian/libmulticobex1t64.lintian-overrides     2024-02-05 
18:27:16.000000000 +0000
@@ -0,0 +1 @@
+libmulticobex1t64: package-name-doesnt-match-sonames libmulticobex1
diff -Nru obexftp-0.24/debian/libobexftp0.install 
obexftp-0.24/debian/libobexftp0.install
--- obexftp-0.24/debian/libobexftp0.install     2022-12-20 02:01:53.000000000 
+0000
+++ obexftp-0.24/debian/libobexftp0.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libobexftp.so.*
diff -Nru obexftp-0.24/debian/libobexftp0t64.install 
obexftp-0.24/debian/libobexftp0t64.install
--- obexftp-0.24/debian/libobexftp0t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ obexftp-0.24/debian/libobexftp0t64.install  2022-12-20 02:01:53.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libobexftp.so.*
diff -Nru obexftp-0.24/debian/libobexftp0t64.lintian-overrides 
obexftp-0.24/debian/libobexftp0t64.lintian-overrides
--- obexftp-0.24/debian/libobexftp0t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ obexftp-0.24/debian/libobexftp0t64.lintian-overrides        2024-02-05 
18:27:16.000000000 +0000
@@ -0,0 +1 @@
+libobexftp0t64: package-name-doesnt-match-sonames libobexftp0

--- End Message ---
--- Begin Message ---
Source: obexftp
Source-Version: 0.24-9.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
obexftp, 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 1063...@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 obexftp 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 01:38:07 +0000
Source: obexftp
Architecture: source
Version: 0.24-9.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063222
Changes:
 obexftp (0.24-9.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063222
Checksums-Sha1:
 441cc0e33457d5be322a89ced584b6fce1f29737 2484 obexftp_0.24-9.1.dsc
 12e7962849c0cdd1cf46d773964a4dd89933521b 9636 obexftp_0.24-9.1.debian.tar.xz
 c74246dd55d654a06f857d7d00305bba65fde847 10609 
obexftp_0.24-9.1_source.buildinfo
Checksums-Sha256:
 0e25111184b79e2689cc0cbd3bc8e6a7b061a9f9c9dbda4e83c2fb993652c31c 2484 
obexftp_0.24-9.1.dsc
 7e394d9899dc9295481e1ad270f9f6f7c0b632c3ca7ae13e4afa0497057424bc 9636 
obexftp_0.24-9.1.debian.tar.xz
 2450dbbb7387a3f8724bd3d9123b417d3f1ceedf82acffea408816f3ea422a6b 10609 
obexftp_0.24-9.1_source.buildinfo
Files:
 1df2e7611d84dc0ac7bcb1f1024d62a3 2484 comm optional obexftp_0.24-9.1.dsc
 7a295b17ba9387d96daff6bd6ec72ba0 9636 comm optional 
obexftp_0.24-9.1.debian.tar.xz
 99f068cd5d395804eba3aa5de60ddd2c 10609 comm optional 
obexftp_0.24-9.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXf4AwACgkQFZ61xO/I
d0whzw//WODLotixpHIFJ7lOy7Ouo/BNfQWekFVlr+b9DTaRuwVwLvqc9LNMpkUU
L9Z2eEs95b6l3tTJhAh4FrJz/aIY9oz/QF43/7jPJeyBkTOZKeVxFg8Y/vWjmgvI
P6b/Js3PZ+AvNVGIvpHPcBw2saclN1JbZdbNNhL2Woo9fJdvkDtmE8klLy4N1hIQ
Zc3i19bD48mayPm6/t7g3QCAuY4TtWqeEKvrhgdUwXmjXHlnmNmxYwZScrWt8vNx
qds8vHFKBxW1/F2mfNeOV9Xe3j5vRvq814gXs6nZiG122NwQ2YLMomSCE33orDKu
MUgIQniD6rlNvmxyjaAwd53nkk/uIFT9QvskObtc+iSyOwlt9SQjg4wNPO9VzgrS
aAIwBTrlG/w69u8KProe3Ibzhoh4ZcTLH/bJ6LszwtX7ZSrgSfKkRVTS8RvNMHlE
fot7J4g4M0vWZtaPWq9ZYaGYWoc5w7jxnEH83dTNoQebu+j9Vn6VeCHwSLMCd71U
CbAT8+vPxq8OluhORDJvnlretIQhdKfBu+jj4bJwPBP7uS/X8Fx8PGtWXZxhp+uq
nJJTGf4GZBrKnkfLAVoNQta2mpnX+Hi9EypxFCllELPeUKz5P4gW2ubjEgwQ3Ih3
md5rWg7EVZfVj2KPMuDBCXKiCR+jjTIksYAaoHNbqDt6Ms4VRNY=
=j1qI
-----END PGP SIGNATURE-----

Attachment: pgpXo8h7_N88k.pgp
Description: PGP signature


--- End Message ---

Reply via email to