[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062312: marked as done (libgig: NMU diff for 64-bit time_t transition)



Your message dated Wed, 28 Feb 2024 12:41:47 +0000
with message-id <E1rfJFr-005ztR-Vc@fasolo.debian.org>
and subject line Bug#1062312: fixed in libgig 4.3.0~ds1-2.1
has caused the Debian Bug report #1062312,
regarding libgig: 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 owner@bugs.debian.org
immediately.)


-- 
1062312: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062312
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libgig
Version: 4.3.0~ds1-2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
Usertags: time-t

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
libgig 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 libgig
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'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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: systemd (via /run/systemd/system)
diff -Nru libgig-4.3.0~ds1/debian/changelog libgig-4.3.0~ds1/debian/changelog
--- libgig-4.3.0~ds1/debian/changelog	2021-11-01 21:47:37.000000000 +0000
+++ libgig-4.3.0~ds1/debian/changelog	2024-02-01 01:30:49.000000000 +0000
@@ -1,3 +1,10 @@
+libgig (4.3.0~ds1-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Thu, 01 Feb 2024 01:30:49 +0000
+
 libgig (4.3.0~ds1-2) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru libgig-4.3.0~ds1/debian/control libgig-4.3.0~ds1/debian/control
--- libgig-4.3.0~ds1/debian/control	2021-10-24 15:15:43.000000000 +0000
+++ libgig-4.3.0~ds1/debian/control	2024-02-01 01:30:49.000000000 +0000
@@ -27,8 +27,8 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libgig10 (= ${binary:Version}),
- libakai0 (= ${binary:Version}),
+ libgig10t64 (= ${binary:Version}),
+ libakai0t64 (= ${binary:Version}),
  ${misc:Depends}
 Description: development files for libgig
  libgig is a C++ library for loading, modifying and creating Gigasampler
@@ -47,7 +47,10 @@
  libgig. You will need this only if you intend to compile programs
  that use this library.
 
-Package: libgig10
+Package: libgig10t64
+Provides: ${t64:Provides}
+Replaces: libgig10
+Breaks: libgig10 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -59,7 +62,10 @@
  .
  This package contains the shared library files.
 
-Package: libakai0
+Package: libakai0t64
+Provides: ${t64:Provides}
+Replaces: libakai0
+Breaks: libakai0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru libgig-4.3.0~ds1/debian/libakai0.install libgig-4.3.0~ds1/debian/libakai0.install
--- libgig-4.3.0~ds1/debian/libakai0.install	2021-10-24 15:15:43.000000000 +0000
+++ libgig-4.3.0~ds1/debian/libakai0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libakai.so.*
diff -Nru libgig-4.3.0~ds1/debian/libakai0t64.install libgig-4.3.0~ds1/debian/libakai0t64.install
--- libgig-4.3.0~ds1/debian/libakai0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libgig-4.3.0~ds1/debian/libakai0t64.install	2021-10-24 15:15:43.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libakai.so.*
diff -Nru libgig-4.3.0~ds1/debian/libakai0t64.lintian-overrides libgig-4.3.0~ds1/debian/libakai0t64.lintian-overrides
--- libgig-4.3.0~ds1/debian/libakai0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libgig-4.3.0~ds1/debian/libakai0t64.lintian-overrides	2024-02-01 01:30:49.000000000 +0000
@@ -0,0 +1 @@
+libakai0t64: package-name-doesnt-match-sonames libakai0
diff -Nru libgig-4.3.0~ds1/debian/libgig10.install libgig-4.3.0~ds1/debian/libgig10.install
--- libgig-4.3.0~ds1/debian/libgig10.install	2021-10-24 15:15:43.000000000 +0000
+++ libgig-4.3.0~ds1/debian/libgig10.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libgig.so.*
diff -Nru libgig-4.3.0~ds1/debian/libgig10t64.install libgig-4.3.0~ds1/debian/libgig10t64.install
--- libgig-4.3.0~ds1/debian/libgig10t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libgig-4.3.0~ds1/debian/libgig10t64.install	2021-10-24 15:15:43.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libgig.so.*
diff -Nru libgig-4.3.0~ds1/debian/libgig10t64.lintian-overrides libgig-4.3.0~ds1/debian/libgig10t64.lintian-overrides
--- libgig-4.3.0~ds1/debian/libgig10t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libgig-4.3.0~ds1/debian/libgig10t64.lintian-overrides	2024-02-01 01:30:49.000000000 +0000
@@ -0,0 +1 @@
+libgig10t64: package-name-doesnt-match-sonames libgig10

--- End Message ---
--- Begin Message ---
Source: libgig
Source-Version: 4.3.0~ds1-2.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
libgig, 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 1062312@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <bdrung@debian.org> (supplier of updated libgig 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 12:16:13 +0000
Source: libgig
Architecture: source
Version: 4.3.0~ds1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062312
Changes:
 libgig (4.3.0~ds1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062312
Checksums-Sha1:
 87feb5ada22985d909a1bee16da265b38710f911 2391 libgig_4.3.0~ds1-2.1.dsc
 79a362812c5216f7b0576e23dfee2909fbaf8866 8376 libgig_4.3.0~ds1-2.1.debian.tar.xz
 738994e4a69908199e8f9153ef7b6eca99c2afd9 7107 libgig_4.3.0~ds1-2.1_source.buildinfo
Checksums-Sha256:
 ec3bb628499e6736cf29ebfcbcc0ec8c098b163423179e719f730fff11271ab9 2391 libgig_4.3.0~ds1-2.1.dsc
 2de8c3166dd172a7b0fdd819a880a70f52ca4c185b10516f1f01d1ca2ee5ccdd 8376 libgig_4.3.0~ds1-2.1.debian.tar.xz
 3895847b70f7bb69a0d25b03f324a9c62a6f9cd3a848c0d0f99a87820d53848e 7107 libgig_4.3.0~ds1-2.1_source.buildinfo
Files:
 488f51da357999933430bb377f2860d3 2391 devel optional libgig_4.3.0~ds1-2.1.dsc
 c7132d6b68eb0f09954c95caa6f231a3 8376 devel optional libgig_4.3.0~ds1-2.1.debian.tar.xz
 6351842078c2e904fa9a8bcbf979cd4c 7107 devel optional libgig_4.3.0~ds1-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfJCsACgkQFZ61xO/I
d0zmUBAAhn9DTWLXvK9oc6yNcP7b2vmzlhS/myCQ0LQSXELcEUkMyOLy1LLTZvOx
VgR3hB5qv1NLLqtwA4loIVrO9grpNyGCeMmB/Sob/KDUQcM8tMKvxAchLww+rc1+
VmmAOLRIQrOWwyT8Z+msXidLlgMrnJK3dKDnTPv4Gp95m5aJYWYI1579gkNtAeOp
W2mvc271RjKmN42lNQEKANiTBAPcvI1JIJII8Xe7OFUO5p/ZX3xzw+F5UGJJb9rh
46vHx4cF3dVkQMH2Y4lR+5gWFNIGM0POx7znQV17xbshmtV8UB7MdD7tpt6UVLaf
rJmtAdp7bpSbUfLYXmElijk/wkHFzW9drA+qqdqTXDOLg1hBsorVB9mA/NY2pHT5
CZBGJmnrjUB32+yeXjtNA9xBSAQuhFA1eX96H3U/SXYJ9ZumxmW6RTJ4NSvt/MbQ
m8XNThNfWVe4YnfOTZNXl57l6WJaZsAgONkvzX5+DKfIWW6Ek3RhSc2alxpxENTx
s0Ptb0JIS4nFvBd1T+7NZ6ZE7F4HMK4yFHBB7V0oZys+IShYNq/vhQ79SOry5d6c
V+iFrw2aen4E5KnelhZnRTZRBtaZ7qKmMtqY1pX+lg463X78guvp31tk5mmqxbY1
UB9xCrOvXuxgQIP3RffkZa1EKLqvyW6TaMIezQde9NuIed+viEw=
=qZll
-----END PGP SIGNATURE-----

Attachment: pgpUwdgJT8Zxe.pgp
Description: PGP signature


--- End Message ---

Reply to: