Your message dated Wed, 28 Feb 2024 18:15:04 +0000
with message-id <[email protected]>
and subject line Bug#1061900: fixed in comedilib 0.11.0+5-1.1
has caused the Debian Bug report #1061900,
regarding comedilib: 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 [email protected]
immediately.)


-- 
1061900: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061900
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: comedilib
Version: 0.11.0+5-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
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
comedilib 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 comedilib
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/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru comedilib-0.11.0+5/debian/changelog 
comedilib-0.11.0+5/debian/changelog
--- comedilib-0.11.0+5/debian/changelog 2020-07-25 08:48:45.000000000 +0000
+++ comedilib-0.11.0+5/debian/changelog 2024-01-30 01:22:45.000000000 +0000
@@ -1,3 +1,10 @@
+comedilib (0.11.0+5-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <[email protected]>  Tue, 30 Jan 2024 01:22:45 +0000
+
 comedilib (0.11.0+5-1) unstable; urgency=medium
 
   * Add gbp.conf
diff -Nru comedilib-0.11.0+5/debian/control comedilib-0.11.0+5/debian/control
--- comedilib-0.11.0+5/debian/control   2020-07-25 08:48:45.000000000 +0000
+++ comedilib-0.11.0+5/debian/control   2024-01-30 01:22:45.000000000 +0000
@@ -37,7 +37,10 @@
  only need to install it if you plan to develop or compile software
  that uses Comedilib.
 
-Package: libcomedi0
+Package: libcomedi0t64
+Provides: ${t64:Provides}
+Replaces: libcomedi0
+Breaks: libcomedi0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, 
diff -Nru comedilib-0.11.0+5/debian/libcomedi0.dirs 
comedilib-0.11.0+5/debian/libcomedi0.dirs
--- comedilib-0.11.0+5/debian/libcomedi0.dirs   2020-07-25 08:48:45.000000000 
+0000
+++ comedilib-0.11.0+5/debian/libcomedi0.dirs   1970-01-01 00:00:00.000000000 
+0000
@@ -1,10 +0,0 @@
-usr/lib/
-usr/sbin/
-#usr/lib/ruby/1.8/local/lib/site_ruby/1.8/
-usr/share/man/man1/
-usr/share/man/man7/
-usr/share/man/man8/
-usr/share/doc/libcomedi0/
-etc/pcmcia/
-lib/udev/rules.d/
-var/lib/comedi/calibrations
diff -Nru comedilib-0.11.0+5/debian/libcomedi0.install 
comedilib-0.11.0+5/debian/libcomedi0.install
--- comedilib-0.11.0+5/debian/libcomedi0.install        2020-07-25 
08:48:45.000000000 +0000
+++ comedilib-0.11.0+5/debian/libcomedi0.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1,14 +0,0 @@
-usr/lib/libcomedi.so.*
-#usr/lib/ruby/*
-usr/sbin/comedi_config
-usr/bin/comedi_calibrate
-usr/bin/comedi_soft_calibrate
-usr/bin/comedi_test
-usr/bin/comedi_board_info
-usr/share/man/man1/*
-usr/share/man/man7/*
-usr/share/man/man8/*
-usr/share/doc/comedilib/*.conf usr/share/doc/libcomedi0/
-etc/pcmcia/*
-lib/udev/*
-
diff -Nru comedilib-0.11.0+5/debian/libcomedi0.postinst 
comedilib-0.11.0+5/debian/libcomedi0.postinst
--- comedilib-0.11.0+5/debian/libcomedi0.postinst       2020-07-25 
08:48:45.000000000 +0000
+++ comedilib-0.11.0+5/debian/libcomedi0.postinst       1970-01-01 
00:00:00.000000000 +0000
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-set -e
-
-test $DEBIAN_SCRIPT_DEBUG && set -v -x
-
-case "$1" in
-  configure|upgrade)
-
-  echo "creating iocard group..."
-  getent group iocard >/dev/null || addgroup --system iocard
-  ;;
-
-  abort-upgrade|abort-remove|abort-deconfigure)
-  ;;
-
-  *)
-    echo "postinst called with unknown argument \`$1'" >&2
-    exit 1
-  ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff -Nru comedilib-0.11.0+5/debian/libcomedi0.symbols 
comedilib-0.11.0+5/debian/libcomedi0.symbols
--- comedilib-0.11.0+5/debian/libcomedi0.symbols        2020-07-25 
08:48:45.000000000 +0000
+++ comedilib-0.11.0+5/debian/libcomedi0.symbols        1970-01-01 
00:00:00.000000000 +0000
@@ -1,113 +0,0 @@
-libcomedi.so.0 libcomedi0 #MINVER#
-* Build-Depends-Package: libcomedi-dev
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.10.0
- [email protected] 0.11.0
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.11.0
- [email protected] 0.11.0
- [email protected] 0.11.0
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.11.0
- [email protected] 0.11.0
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.11.0
- [email protected] 0.11.0
- [email protected] 0.8.1
- [email protected] 0.11.0
- [email protected] 0.11.0
- [email protected] 0.10.0
- [email protected] 0.10.0
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.10.0
- [email protected] 0.8.1
- [email protected] 0.10.0
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.10.0
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.10.0
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.10.0
- [email protected] 0.11.0
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.10.0
- [email protected] 0.10.0
- [email protected] 0.10.0
- [email protected] 0.10.0
- [email protected] 0.10.0
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.10.0
- [email protected] 0.11.0
- [email protected] 0.10.0
- [email protected] 0.11.0
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.10.0
- [email protected] 0.11.0
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
- [email protected] 0.8.1
diff -Nru comedilib-0.11.0+5/debian/libcomedi0t64.dirs 
comedilib-0.11.0+5/debian/libcomedi0t64.dirs
--- comedilib-0.11.0+5/debian/libcomedi0t64.dirs        1970-01-01 
00:00:00.000000000 +0000
+++ comedilib-0.11.0+5/debian/libcomedi0t64.dirs        2020-07-25 
08:48:45.000000000 +0000
@@ -0,0 +1,10 @@
+usr/lib/
+usr/sbin/
+#usr/lib/ruby/1.8/local/lib/site_ruby/1.8/
+usr/share/man/man1/
+usr/share/man/man7/
+usr/share/man/man8/
+usr/share/doc/libcomedi0/
+etc/pcmcia/
+lib/udev/rules.d/
+var/lib/comedi/calibrations
diff -Nru comedilib-0.11.0+5/debian/libcomedi0t64.install 
comedilib-0.11.0+5/debian/libcomedi0t64.install
--- comedilib-0.11.0+5/debian/libcomedi0t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ comedilib-0.11.0+5/debian/libcomedi0t64.install     2020-07-25 
08:48:45.000000000 +0000
@@ -0,0 +1,14 @@
+usr/lib/libcomedi.so.*
+#usr/lib/ruby/*
+usr/sbin/comedi_config
+usr/bin/comedi_calibrate
+usr/bin/comedi_soft_calibrate
+usr/bin/comedi_test
+usr/bin/comedi_board_info
+usr/share/man/man1/*
+usr/share/man/man7/*
+usr/share/man/man8/*
+usr/share/doc/comedilib/*.conf usr/share/doc/libcomedi0/
+etc/pcmcia/*
+lib/udev/*
+
diff -Nru comedilib-0.11.0+5/debian/libcomedi0t64.lintian-overrides 
comedilib-0.11.0+5/debian/libcomedi0t64.lintian-overrides
--- comedilib-0.11.0+5/debian/libcomedi0t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ comedilib-0.11.0+5/debian/libcomedi0t64.lintian-overrides   2024-01-30 
01:22:45.000000000 +0000
@@ -0,0 +1 @@
+libcomedi0t64: package-name-doesnt-match-sonames libcomedi0
diff -Nru comedilib-0.11.0+5/debian/libcomedi0t64.postinst 
comedilib-0.11.0+5/debian/libcomedi0t64.postinst
--- comedilib-0.11.0+5/debian/libcomedi0t64.postinst    1970-01-01 
00:00:00.000000000 +0000
+++ comedilib-0.11.0+5/debian/libcomedi0t64.postinst    2020-07-25 
08:48:45.000000000 +0000
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+set -e
+
+test $DEBIAN_SCRIPT_DEBUG && set -v -x
+
+case "$1" in
+  configure|upgrade)
+
+  echo "creating iocard group..."
+  getent group iocard >/dev/null || addgroup --system iocard
+  ;;
+
+  abort-upgrade|abort-remove|abort-deconfigure)
+  ;;
+
+  *)
+    echo "postinst called with unknown argument \`$1'" >&2
+    exit 1
+  ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff -Nru comedilib-0.11.0+5/debian/libcomedi0t64.symbols 
comedilib-0.11.0+5/debian/libcomedi0t64.symbols
--- comedilib-0.11.0+5/debian/libcomedi0t64.symbols     1970-01-01 
00:00:00.000000000 +0000
+++ comedilib-0.11.0+5/debian/libcomedi0t64.symbols     2024-01-30 
01:22:45.000000000 +0000
@@ -0,0 +1,113 @@
+libcomedi.so.0 libcomedi0t64 #MINVER#
+* Build-Depends-Package: libcomedi-dev
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.10.0
+ [email protected] 0.11.0
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.11.0
+ [email protected] 0.11.0
+ [email protected] 0.11.0
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.11.0
+ [email protected] 0.11.0
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.11.0
+ [email protected] 0.11.0
+ [email protected] 0.8.1
+ [email protected] 0.11.0
+ [email protected] 0.11.0
+ [email protected] 0.10.0
+ [email protected] 0.10.0
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.10.0
+ [email protected] 0.8.1
+ [email protected] 0.10.0
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.10.0
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.10.0
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.10.0
+ [email protected] 0.11.0
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.10.0
+ [email protected] 0.10.0
+ [email protected] 0.10.0
+ [email protected] 0.10.0
+ [email protected] 0.10.0
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.10.0
+ [email protected] 0.11.0
+ [email protected] 0.10.0
+ [email protected] 0.11.0
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.10.0
+ [email protected] 0.11.0
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1
+ [email protected] 0.8.1

--- End Message ---
--- Begin Message ---
Source: comedilib
Source-Version: 0.11.0+5-1.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
comedilib, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated comedilib 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 [email protected])


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

Format: 1.8
Date: Wed, 28 Feb 2024 17:26:26 +0000
Source: comedilib
Architecture: source
Version: 0.11.0+5-1.1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1061900
Changes:
 comedilib (0.11.0+5-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1061900
Checksums-Sha1:
 0971fef49662b77e4104b2c5a9c7ccd0133f6419 2527 comedilib_0.11.0+5-1.1.dsc
 572c6a484f7ef04f71cf03df8c40d01eb5342239 12308 
comedilib_0.11.0+5-1.1.debian.tar.xz
 a64214c3c96d6cdd40b86e5f28b6002cc1f9a725 13775 
comedilib_0.11.0+5-1.1_source.buildinfo
Checksums-Sha256:
 f4afb54295f70e56ba1b0129c1f4714c9b28ab880a3246194b311e763445da1e 2527 
comedilib_0.11.0+5-1.1.dsc
 ae2d66352239fac185679f02cb75e1f3a1173cec83cf1d232b86060dc39e465f 12308 
comedilib_0.11.0+5-1.1.debian.tar.xz
 d272f17c764836b8558ff616f84f11f4ec3e53f17ed4a91fe4488271982cc46d 13775 
comedilib_0.11.0+5-1.1_source.buildinfo
Files:
 bc004c960c139cc8f031dbc852a8e659 2527 devel optional comedilib_0.11.0+5-1.1.dsc
 71367a66267950112a4758c0fead951a 12308 devel optional 
comedilib_0.11.0+5-1.1.debian.tar.xz
 b0d6b8be43bd0f0d5876064b55a1328c 13775 devel optional 
comedilib_0.11.0+5-1.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfbWQSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9qAQP/jfurpmf+wQ1uZz3xBWuAkBTkQbLqTom
fWs740vFiIalYp4Aiszmm0vPJzijzgnXkD0vNIuLL6J41Ne0oRY84+PIIFfK3DuQ
czP2Ddjevn6tl+jnNvDiWATrimScQVUVmDZsaU3p5SFDhZfc7Hcy0FPRglRRBOlx
ErVyTsjoDNe/5iDB998mlT6pdvF+uA3IA79sE06JfrNLaWEn8V6nOgAz/WsNoF0/
Yij/TysFwoZ9NjOfG7xfDqF+mskReCKTAScmcg9kb459gB6SaEJJxA+K8+10m+7G
hHOlNMQi255TF/yQ349gerTkzXKoxmvDW1ZL5Y7ligPMW6YShlCrVsSiuFzwmIhg
KcHR3Xio2w3Kcy/zVmBd2QEuaNvIGwf8qrVRnVyjNSk8ENwxrOkMjzGkdaAu3xbC
CIJa5F7xNN0g3RyEbkc8wXVeGufO0WXSTUPyuHxHiTyhUemUmHuIxcMx8IyHfv2S
GKa58YxVQr0WubI5ydEa4MRIcsjV6izKT+gYSjZ2Y9R+JyKretPgPOG2BgvXRIOP
U8rYc5xjk7SBMn2idYsdZIrHF0VPN9LtR/CRWXJ+u2rRbeaAEE6TTuSrZhHegKpc
wzCago4Q0pJFh8zpt9feq8dQiOM8kkMrm4lIoQxYPbYHI2T5Vz6GeyXkiv28TYst
ya8egPPYV3cC
=pFeN
-----END PGP SIGNATURE-----

Attachment: pgp_A5_3Hcdva.pgp
Description: PGP signature


--- End Message ---

Reply via email to