Your message dated Wed, 28 Feb 2024 12:07:42 +0000
with message-id <[email protected]>
and subject line Bug#1064142: fixed in ipe 7.2.28-2.1
has caused the Debian Bug report #1064142,
regarding ipe: 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.)


-- 
1064142: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064142
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ipe
Version: 7.2.28-2
Severity: important
Tags: patch pending sid trixie
User: [email protected]
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
ipe 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 ipe
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'), (500, 'stable'), (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 ipe-7.2.28/debian/changelog ipe-7.2.28/debian/changelog
--- ipe-7.2.28/debian/changelog 2023-08-25 03:48:58.000000000 +0000
+++ ipe-7.2.28/debian/changelog 2024-02-17 17:12:03.000000000 +0000
@@ -1,3 +1,10 @@
+ipe (7.2.28-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Sat, 17 Feb 2024 17:12:03 +0000
+
 ipe (7.2.28-2) unstable; urgency=medium
 
   [ Steve Robbins ]
diff -Nru ipe-7.2.28/debian/control ipe-7.2.28/debian/control
--- ipe-7.2.28/debian/control   2023-08-25 03:48:58.000000000 +0000
+++ ipe-7.2.28/debian/control   2024-02-17 17:12:02.000000000 +0000
@@ -54,7 +54,10 @@
  Package texlive-latex-recommended enables unicode text entry (for
  accented characters).
 
-Package: libipe7.2.28
+Package: libipe7.2.28t64
+Provides: ${t64:Provides}
+Replaces: libipe7.2.28
+Breaks: libipe7.2.28 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -70,7 +73,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libipe7.2.28 (= ${binary:Version})
+         libipe7.2.28t64 (= ${binary:Version})
 Conflicts: libipe1-dev
 Replaces: libipe1-dev
 Description: Ipe library used by ipelets (developer files)
diff -Nru ipe-7.2.28/debian/ipetoipe ipe-7.2.28/debian/ipetoipe
--- ipe-7.2.28/debian/ipetoipe  1970-01-01 00:00:00.000000000 +0000
+++ ipe-7.2.28/debian/ipetoipe  2024-02-17 17:12:03.000000000 +0000
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+set -e
+
+IPELATEXDIR=/tmp/ipetoipe-$$
+trap "rm -rf $IPELATEXDIR" 0 1 15
+
+export IPELATEXDIR
+/usr/bin/ipetoipe-bin ${1+"$@"}
diff -Nru ipe-7.2.28/debian/libipe7.2.28t64.lintian-overrides 
ipe-7.2.28/debian/libipe7.2.28t64.lintian-overrides
--- ipe-7.2.28/debian/libipe7.2.28t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ ipe-7.2.28/debian/libipe7.2.28t64.lintian-overrides 2024-02-17 
17:12:02.000000000 +0000
@@ -0,0 +1 @@
+libipe7.2.28t64: package-name-doesnt-match-sonames libipe7.2.28
diff -Nru ipe-7.2.28/debian/rules ipe-7.2.28/debian/rules
--- ipe-7.2.28/debian/rules     2023-08-25 03:48:58.000000000 +0000
+++ ipe-7.2.28/debian/rules     2024-02-17 17:12:03.000000000 +0000
@@ -3,7 +3,7 @@
 export IPEPREFIX=/usr
 export INSTALL_ROOT=$(shell pwd)/debian/tmp
 
-IPEVER = 7.2.28
+IPEVER = 7.2.28t64
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 

--- End Message ---
--- Begin Message ---
Source: ipe
Source-Version: 7.2.28-2.1
Done: Lukas Märdian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ipe, 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.
Lukas Märdian <[email protected]> (supplier of updated ipe 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 11:42:44 +0000
Source: ipe
Architecture: source
Version: 7.2.28-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1064142
Changes:
 ipe (7.2.28-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1064142
Checksums-Sha1:
 6efa029420ca67540aa9664ba07d327b62bd0684 2263 ipe_7.2.28-2.1.dsc
 e21542da25a437c75a7e9709dc89317e3b834dd6 9912 ipe_7.2.28-2.1.debian.tar.xz
 cdb461f3d44c24892120cbcfc721d77f336553a7 12573 ipe_7.2.28-2.1_source.buildinfo
Checksums-Sha256:
 03429924e6c4da3d763fc412ef08526c313379223844d94cbe7ba1696ec7ef46 2263 
ipe_7.2.28-2.1.dsc
 77f9b2e57eaa148177c9f210bc603d1b22d6773140541f9ade8db90ec93eb04e 9912 
ipe_7.2.28-2.1.debian.tar.xz
 131a659d08725e9eec65cdbf1469b413aeb85a60778ce5650206c1fc2d7117ab 12573 
ipe_7.2.28-2.1_source.buildinfo
Files:
 b7579c69fd1d02cbd402a39d5fabe877 2263 graphics optional ipe_7.2.28-2.1.dsc
 641584fb6634f6026ea98f043df46e07 9912 graphics optional 
ipe_7.2.28-2.1.debian.tar.xz
 a55aa3766cc15f030d78fc54f02d1ba8 12573 graphics optional 
ipe_7.2.28-2.1_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXfHLoRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrItr1xAArLH86EicMQPwhJPXK61Ce8/0w1BYCJhz
u3nkIGwAilMTZzjHSYgxX1PLCz80udhUaxDP962VOCAcQkvZGcvRdSEcBCGaFLyI
9ZAarh33jzkHM+xWcg4fMxVsmz3frLbj0/WcKzNKfD5FWs0bHYBwB3UpR90SpdeS
GMupBpRyVWdv6SQczW1gBMsTGiPQVFlmnNj9O2AF9tFDEma76BoDjoWx0JZYge2C
DCESXjEGlA3wBFoqztphYStpwa/sOujRorJayG78VQvmRmlz1hEVboL91uOKJnBA
+Y+03twHCbKZoMZCJ6eYH+ft3gQ7aqNz64OQOryQLQtEgKjfZHLynWbDzv6qQUa2
c2iCjsci+Am2IlrG5QpjO7lQWKbyp5LWuXWkg6t6kwbSG5rgV8r00wa68Q9SRnof
+IxLYTV5ZerTKV49m0YdslybowfUaKZxLPGbec2iZ26mKiIsPWHEUqFkxlPQNsGT
XgWBUEvDPpbf5jG2nt3oevxEp/HCmO6w8EnM+U3UK0rfxyrZu08pzsUwnKWxYjtC
q3haDMx9Ev3p/cuYj9i2lGi587iloaBNOqxB/Fnb0MT9qzsGOVgyl2qnK8v/bEXu
phzT1tfa/mPfgbv/ikhW95wB3n3HxTNPsjrhbrSSSPgE231juvB801qqBAONsYQ9
83YpK9azRUs=
=uX6j
-----END PGP SIGNATURE-----

Attachment: pgpzuslT5VbG9.pgp
Description: PGP signature


--- End Message ---

Reply via email to