Bug#1062911: solvespace: NMU diff for 64-bit time_t transition

2024-03-12 Thread Rylie Pavlik

On Thu, 29 Feb 2024 17:03:41 + Benjamin Drung  wrote:

Source: solvespace
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_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



Thank you for the patch and NMU! I have imported the debdiff into the 
git repo on Salsa, so the NMU will be "acknowledged" in the next 
maintainer upload of SolveSpace.


Rylie Pavlik


OpenPGP_0x9045010AE5C2B9ED.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1062911: solvespace: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: solvespace
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_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 solvespace-3.1+ds1/debian/changelog 
solvespace-3.1+ds1/debian/changelog
--- solvespace-3.1+ds1/debian/changelog 2022-12-07 22:25:41.0 +
+++ solvespace-3.1+ds1/debian/changelog 2024-02-29 17:02:12.0 +
@@ -1,3 +1,10 @@
+solvespace (3.1+ds1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062911
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:02:12 +
+
 solvespace (3.1+ds1-3) unstable; urgency=medium
 
   * Team upload.
diff -Nru solvespace-3.1+ds1/debian/control solvespace-3.1+ds1/debian/control
--- solvespace-3.1+ds1/debian/control   2022-12-07 22:20:51.0 +
+++ solvespace-3.1+ds1/debian/control   2024-02-29 17:02:12.0 +
@@ -4,7 +4,7 @@
Anton Gladky 
 Section: graphics
 Priority: optional
-Build-Depends: cmake (>= 3.9),
+Build-Depends: dpkg-dev (>= 1.22.5), cmake (>= 3.9),
debhelper-compat (= 13),
libeigen3-dev,
libfontconfig1-dev,
@@ -48,7 +48,10 @@
   * plane and solid geometry — replace hand-solved trigonometry and
 spreadsheets with a live dimensioned drawing.
 
-Package: libslvs1
+Package: libslvs1t64
+Provides: ${t64:Provides}
+Replaces: libslvs1
+Breaks: libslvs1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -63,7 +66,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
- libslvs1 (= ${binary:Version})
+ libslvs1t64 (= ${binary:Version})
 Description: SolveSpace geometric kernel (development files)
  SolveSpace is a parametric 2d/3d CAD. libslvs contains the geometric
  kernel of SolveSpace, built as a library.
diff -Nru solvespace-3.1+ds1/debian/libslvs1.install 
solvespace-3.1+ds1/debian/libslvs1.install
--- solvespace-3.1+ds1/debian/libslvs1.install  2022-05-12 21:55:41.0 
+
+++ solvespace-3.1+ds1/debian/libslvs1.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libslvs.so.*
diff -Nru solvespace-3.1+ds1/debian/libslvs1t64.install 
solvespace-3.1+ds1/debian/libslvs1t64.install
--- solvespace-3.1+ds1/debian/libslvs1t64.install   1970-01-01 
00:00:00.0 +
+++ solvespace-3.1+ds1/debian/libslvs1t64.install   2022-05-12 
21:55:41.0 +
@@ -0,0 +1 @@
+usr/lib/*/libslvs.so.*
diff -Nru solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides 
solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides
--- solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides 2024-02-29 
17:02:01.0 +
@@ -0,0 +1 @@
+libslvs1t64: package-name-doesnt-match-sonames libslvs1


Bug#1062911: solvespace: NMU diff for 64-bit time_t transition

2024-02-03 Thread Sergio Durigan Junior
Source: solvespace
Version: 3.1+ds1-3
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
solvespace 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 solvespace
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-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_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 solvespace-3.1+ds1/debian/changelog 
solvespace-3.1+ds1/debian/changelog
--- solvespace-3.1+ds1/debian/changelog 2022-12-07 22:25:41.0 +
+++ solvespace-3.1+ds1/debian/changelog 2024-02-03 23:13:26.0 +
@@ -1,3 +1,10 @@
+solvespace (3.1+ds1-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior   Sat, 03 Feb 2024 23:13:26 
+
+
 solvespace (3.1+ds1-3) unstable; urgency=medium
 
   * Team upload.
diff -Nru solvespace-3.1+ds1/debian/control solvespace-3.1+ds1/debian/control
--- solvespace-3.1+ds1/debian/control   2022-12-07 22:20:51.0 +
+++ solvespace-3.1+ds1/debian/control   2024-02-03 23:13:26.0 +
@@ -48,7 +48,10 @@
   * plane and solid geometry — replace hand-solved trigonometry and
 spreadsheets with a live dimensioned drawing.
 
-Package: libslvs1
+Package: libslvs1t64
+Provides: ${t64:Provides}
+Replaces: libslvs1
+Breaks: libslvs1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -63,7 +66,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
- libslvs1 (= ${binary:Version})
+ libslvs1t64 (= ${binary:Version})
 Description: SolveSpace geometric kernel (development files)
  SolveSpace is a parametric 2d/3d CAD. libslvs contains the geometric
  kernel of SolveSpace, built as a library.
diff -Nru solvespace-3.1+ds1/debian/libslvs1.install 
solvespace-3.1+ds1/debian/libslvs1.install
--- solvespace-3.1+ds1/debian/libslvs1.install  2022-05-12 21:55:41.0 
+
+++ solvespace-3.1+ds1/debian/libslvs1.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libslvs.so.*
diff -Nru solvespace-3.1+ds1/debian/libslvs1t64.install 
solvespace-3.1+ds1/debian/libslvs1t64.install
--- solvespace-3.1+ds1/debian/libslvs1t64.install   1970-01-01 
00:00:00.0 +
+++ solvespace-3.1+ds1/debian/libslvs1t64.install   2022-05-12 
21:55:41.0 +
@@ -0,0 +1 @@
+usr/lib/*/libslvs.so.*
diff -Nru solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides 
solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides
--- solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides 2024-02-03 
23:13:26.0 +
@@ -0,0 +1 @@
+libslvs1t64: package-name-doesnt-match-sonames libslvs1