Source: openvr
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 openvr-1.23.7~ds1/debian/changelog openvr-1.23.7~ds1/debian/changelog
--- openvr-1.23.7~ds1/debian/changelog  2023-02-17 12:47:08.000000000 +0000
+++ openvr-1.23.7~ds1/debian/changelog  2024-02-29 18:53:26.000000000 +0000
@@ -1,3 +1,10 @@
+openvr (1.23.7~ds1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063109
+
+ -- Benjamin Drung <bdr...@debian.org>  Thu, 29 Feb 2024 18:53:26 +0000
+
 openvr (1.23.7~ds1-2) unstable; urgency=medium
 
   * Switch to team maintenance.
diff -Nru openvr-1.23.7~ds1/debian/control openvr-1.23.7~ds1/debian/control
--- openvr-1.23.7~ds1/debian/control    2023-02-17 12:47:08.000000000 +0000
+++ openvr-1.23.7~ds1/debian/control    2024-02-29 18:53:26.000000000 +0000
@@ -6,7 +6,7 @@
  Andrej Shadura <andre...@debian.org>,
  Lubosz Sarnecki <lubosz.sarne...@collabora.com>,
  Christoph Haag <christoph.h...@collabora.com>,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  cmake,
  debhelper-compat (= 13),
  libjsoncpp-dev,
@@ -16,7 +16,10 @@
 Vcs-Git: https://salsa.debian.org/xrdesktop-team/openvr.git
 Rules-Requires-Root: no
 
-Package: libopenvr-api1
+Package: libopenvr-api1t64
+Provides: ${t64:Provides}
+Replaces: libopenvr-api1
+Breaks: libopenvr-api1 (<< ${source:Version})
 Section: contrib/libs
 Architecture: any
 Multi-Arch: same
@@ -31,7 +34,7 @@
 Section: contrib/libdevel
 Architecture: linux-any
 Depends:
- libopenvr-api1 (= ${binary:Version}),
+ libopenvr-api1t64 (= ${binary:Version}),
  ${misc:Depends},
 Replaces: libopenvr-api-dev (<<1.8.19~ds1-2)
 Breaks: libopenvr-api-dev (<<1.8.19~ds1-2)
diff -Nru openvr-1.23.7~ds1/debian/libopenvr-api1.install 
openvr-1.23.7~ds1/debian/libopenvr-api1.install
--- openvr-1.23.7~ds1/debian/libopenvr-api1.install     2023-02-17 
12:47:08.000000000 +0000
+++ openvr-1.23.7~ds1/debian/libopenvr-api1.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libopenvr_api.so.*
diff -Nru openvr-1.23.7~ds1/debian/libopenvr-api1t64.install 
openvr-1.23.7~ds1/debian/libopenvr-api1t64.install
--- openvr-1.23.7~ds1/debian/libopenvr-api1t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ openvr-1.23.7~ds1/debian/libopenvr-api1t64.install  2023-02-17 
12:47:08.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libopenvr_api.so.*
diff -Nru openvr-1.23.7~ds1/debian/libopenvr-api1t64.lintian-overrides 
openvr-1.23.7~ds1/debian/libopenvr-api1t64.lintian-overrides
--- openvr-1.23.7~ds1/debian/libopenvr-api1t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ openvr-1.23.7~ds1/debian/libopenvr-api1t64.lintian-overrides        
2024-02-29 18:53:22.000000000 +0000
@@ -0,0 +1 @@
+libopenvr-api1t64: package-name-doesnt-match-sonames libopenvr-api1

Reply via email to