Your message dated Fri, 01 Mar 2024 00:06:56 +0000
with message-id <e1rfqqs-00dv82...@fasolo.debian.org>
and subject line Bug#1062399: fixed in liblip 2.0.0-2.1
has caused the Debian Bug report #1062399,
regarding liblip: 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.)


-- 
1062399: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062399
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: liblip
Version: 2.0.0-2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@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
liblip 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 liblip
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 liblip-2.0.0/debian/changelog liblip-2.0.0/debian/changelog
--- liblip-2.0.0/debian/changelog       2023-08-09 15:43:43.000000000 +0000
+++ liblip-2.0.0/debian/changelog       2024-02-01 09:23:30.000000000 +0000
@@ -1,3 +1,10 @@
+liblip (2.0.0-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Thu, 01 Feb 2024 09:23:30 +0000
+
 liblip (2.0.0-2) unstable; urgency=medium
 
   * QA upload.
diff -Nru liblip-2.0.0/debian/control liblip-2.0.0/debian/control
--- liblip-2.0.0/debian/control 2023-08-09 15:43:43.000000000 +0000
+++ liblip-2.0.0/debian/control 2024-02-01 09:23:30.000000000 +0000
@@ -6,7 +6,10 @@
 Homepage: http://www.deakin.edu.au/~gleb/lip.html
 Standards-Version: 3.7.2
 
-Package: liblip2
+Package: liblip2t64
+Provides: ${t64:Provides}
+Replaces: liblip2
+Breaks: liblip2 (<< ${source:Version})
 Section: libs
 Priority: optional
 Architecture: any
@@ -59,7 +62,7 @@
 Section: libdevel
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, libtnt-dev, liblip2 (= ${binary:Version})
+Depends: ${shlibs:Depends}, libtnt-dev, liblip2t64 (= ${binary:Version})
 Description: reliable interpolation of multivariate scattered data
  Lip interpolates scattered multivariate data with a Lipschitz function.
  .
diff -Nru liblip-2.0.0/debian/liblip2t64.lintian-overrides 
liblip-2.0.0/debian/liblip2t64.lintian-overrides
--- liblip-2.0.0/debian/liblip2t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ liblip-2.0.0/debian/liblip2t64.lintian-overrides    2024-02-01 
09:23:30.000000000 +0000
@@ -0,0 +1 @@
+liblip2t64: package-name-doesnt-match-sonames liblip2
diff -Nru liblip-2.0.0/debian/rules liblip-2.0.0/debian/rules
--- liblip-2.0.0/debian/rules   2023-08-09 15:43:43.000000000 +0000
+++ liblip-2.0.0/debian/rules   2024-02-01 09:23:30.000000000 +0000
@@ -30,7 +30,7 @@
        -rm -f `find . -name "*~"`
        -rm -rf tnt shared static
        -rm -rf debian/tmp debian/files* core debian/substvars 
debian/debhelper.log
-       -rm -rf debian/liblip2 debian/liblip-dev
+       -rm -rf debian/liblip2t64 debian/liblip-dev
 
 binary-indep: checkroot build
        $(checkdir)
@@ -39,18 +39,18 @@
 binary-arch: checkroot build
        $(checkdir)
        -rm -rf debian/tmp
-       -rm -rf debian/liblip2 debian/liblip-dev
-       install -d debian/tmp/DEBIAN 
debian/liblip2/usr/share/doc/liblip2/examples
-       cd debian && install -d liblip2 liblip-dev
-       cd debian/liblip2    && install -d DEBIAN usr/share/doc usr/lib/lip
+       -rm -rf debian/liblip2t64 debian/liblip-dev
+       install -d debian/tmp/DEBIAN 
debian/liblip2t64/usr/share/doc/liblip2t64/examples
+       cd debian && install -d liblip2t64 liblip-dev
+       cd debian/liblip2t64    && install -d DEBIAN usr/share/doc usr/lib/lip
        cd debian/liblip-dev && install -d DEBIAN usr/share/doc usr/lib/lip 
usr/include/lip
 
-       cd debian && install -m 644 shlibs liblip2/DEBIAN
+       cd debian && install -m 644 shlibs liblip2t64/DEBIAN
 
        cd shared/lib && $(STRIP) --strip-unneeded liblip.so.2.0.0
        cd static/lib && strip --strip-debug liblip.a
 
-       mv shared/lib/liblip.so.* debian/liblip2/usr/lib/lip
+       mv shared/lib/liblip.so.* debian/liblip2t64/usr/lib/lip
        mv shared/lib/liblip.so debian/liblip-dev/usr/lib/lip   
        sed "s/^libdir=.*/libdir=\'\/usr\/lib\/lip\'/" shared/lib/liblip.la > 
debian/liblip-dev/usr/lib/lip/liblip.la
        mv static/lib/liblip.a debian/liblip-dev/usr/lib/lip    
@@ -60,23 +60,23 @@
        mv static/include/memblock.h debian/liblip-dev/usr/include/lip
        chmod +r debian/liblip-dev/usr/include/lip/*
 
-       cp -p debian/copyright debian/liblip2/usr/share/doc/liblip2
-       cp -p debian/changelog 
debian/liblip2/usr/share/doc/liblip2/changelog.Debian
-       cp -p docs/* debian/liblip2/usr/share/doc/liblip2/
-       cp -p examples/example* debian/liblip2/usr/share/doc/liblip2/examples
-       cp -p examples/Makefile debian/liblip2/usr/share/doc/liblip2/examples
-       cd debian/liblip2/usr/share/doc/liblip2 && gzip -9n changelog.Debian 
examples/*
-
-       ln -s liblip2 debian/liblip-dev/usr/share/doc/liblip-dev
-
-       dpkg-shlibdeps debian/liblip2/usr/lib/lip/*
-       dpkg-gencontrol -isp -pliblip2 -Pdebian/liblip2
-       cd debian/liblip2 && find * -type f ! -regex "DEBIAN/.*" -print0 |\
+       cp -p debian/copyright debian/liblip2t64/usr/share/doc/liblip2t64
+       cp -p debian/changelog 
debian/liblip2t64/usr/share/doc/liblip2t64/changelog.Debian
+       cp -p docs/* debian/liblip2t64/usr/share/doc/liblip2t64/
+       cp -p examples/example* 
debian/liblip2t64/usr/share/doc/liblip2t64/examples
+       cp -p examples/Makefile 
debian/liblip2t64/usr/share/doc/liblip2t64/examples
+       cd debian/liblip2t64/usr/share/doc/liblip2t64 && gzip -9n 
changelog.Debian examples/*
+
+       ln -s liblip2t64 debian/liblip-dev/usr/share/doc/liblip-dev
+
+       dpkg-shlibdeps debian/liblip2t64/usr/lib/lip/*
+       dpkg-gencontrol -isp -pliblip2t64 -Pdebian/liblip2t64
+       cd debian/liblip2t64 && find * -type f ! -regex "DEBIAN/.*" -print0 |\
        LC_ALL=C sort -z | xargs -0r md5sum > DEBIAN/md5sums
-       chown -R root.root debian/liblip2
-       chmod -x debian/liblip2/usr/lib/lip/*
-       chmod -R go=rX debian/liblip2
-       dpkg --build debian/liblip2 ..
+       chown -R root.root debian/liblip2t64
+       chmod -x debian/liblip2t64/usr/lib/lip/*
+       chmod -R go=rX debian/liblip2t64
+       dpkg --build debian/liblip2t64 ..
 
        dpkg-gencontrol -isp -pliblip-dev -Pdebian/liblip-dev
        cd debian/liblip-dev && find * -type f ! -regex "DEBIAN/.*" -print0 |\

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

We believe that the bug you reported is fixed in the latest version of
liblip, 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 liblip 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 23:44:01 +0000
Source: liblip
Architecture: source
Version: 2.0.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062399
Changes:
 liblip (2.0.0-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062399
Checksums-Sha1:
 5f2f02bd117cb1ed4adc87ba4a4dfb1f1cc44532 1815 liblip_2.0.0-2.1.dsc
 3a4f642740018068f19f41647628767b359be2de 4472 liblip_2.0.0-2.1.debian.tar.xz
 62c038056d47d7b129f7b47fbdd75ed44c27f5e5 5113 liblip_2.0.0-2.1_source.buildinfo
Checksums-Sha256:
 672e8e286a08d5c269c7daa760108a84e3ce475de6001da0c0a2c3705b276199 1815 
liblip_2.0.0-2.1.dsc
 b524aeedf7ac424ea59c21e7950d91d40d8b3c02ae5f0996d985ee7284db7d93 4472 
liblip_2.0.0-2.1.debian.tar.xz
 8fa3f2a9b4b4b256bb366c17e0c5c421905f3c786589b1d645ddcaef89885dec 5113 
liblip_2.0.0-2.1_source.buildinfo
Files:
 0657211cada7cfd9f2bdc31f9c5642b0 1815 math optional liblip_2.0.0-2.1.dsc
 664e3810d9c30fe02783659c8d31c512 4472 math optional 
liblip_2.0.0-2.1.debian.tar.xz
 8f51deb4459e93e9691d9c683a152512 5113 math optional 
liblip_2.0.0-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhFu0ACgkQFZ61xO/I
d0xqoBAAuPG1K1tNmkkSXf++hmbg5TOsM2JHOhUUo2bTbyrbiY00GVrFPW2XaqnF
TaeHbLZWtEzrIKsqnjkfAVbDNVYZ1CJfeO/UeZIIakJlQGYEwrlKJyI57ZHH7BXQ
VLHA30Tdd4swqtbbBq8kQpbZ+Gyq1QHoXvGbs+Mkh5xXjiT+38QMrK2HVHuCQknN
VkxciXzSnSrO73qyavt29VrlM9as0XOvgu85BPSkd0NnxDbFiO38iwu947WmQgIj
B2rGVcpv5PtGX+KH5MwQxBv6BrfeFu6tyMff3poeTMCuprT3Ub141y6WcLBL3Zvs
tusE4sDVj7E8cfyJK8YDfgMNu7rLHS9v4UKDNkgAlKyd3TfkVlWWhq4XVQSDRrCc
3Kcx2IYDcAohyYxpXW1AfjKBJ6xbr8Z+x6BD03yzxI+tTIDPTP6tzUBlxdUEL4eM
WtUtQwuhi8d0BFHN14bdts7hYSysRRl15cHGlPqonFfvO21PqLquP99m6cSuwXCx
Tnh/5dy8YDGUXf8CWIvrVW0JKjaywF3/QJ5DSoyAsBRCjZyyaJoFRQ+GFs42XxaY
wIMC5nufK7si76Fo/XUB5sP/ZRdhzGJVbnM/9KKOhn2jflOm2F9MLrdPzdxY4Mf4
QPhiYRIEv6QV1yb7zv1OBD4Dtdsezc2kyH5X8kmxVyXiY2wio3s=
=0egc
-----END PGP SIGNATURE-----

Attachment: pgpjoNuACY6ts.pgp
Description: PGP signature


--- End Message ---

Reply via email to