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.000000000 +0000
+++ solvespace-3.1+ds1/debian/changelog 2024-02-29 17:02:12.000000000 +0000
@@ -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 <bdr...@debian.org>  Thu, 29 Feb 2024 17:02:12 +0000
+
 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.000000000 +0000
+++ solvespace-3.1+ds1/debian/control   2024-02-29 17:02:12.000000000 +0000
@@ -4,7 +4,7 @@
            Anton Gladky <gl...@debian.org>
 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.000000000 
+0000
+++ solvespace-3.1+ds1/debian/libslvs1.install  1970-01-01 00:00:00.000000000 
+0000
@@ -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.000000000 +0000
+++ solvespace-3.1+ds1/debian/libslvs1t64.install       2022-05-12 
21:55:41.000000000 +0000
@@ -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.000000000 +0000
+++ solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides     2024-02-29 
17:02:01.000000000 +0000
@@ -0,0 +1 @@
+libslvs1t64: package-name-doesnt-match-sonames libslvs1

Reply via email to