Source: ola
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 ola-0.10.9.nojsmin/debian/changelog 
ola-0.10.9.nojsmin/debian/changelog
--- ola-0.10.9.nojsmin/debian/changelog 2023-07-28 07:48:08.000000000 +0000
+++ ola-0.10.9.nojsmin/debian/changelog 2024-02-29 02:16:44.000000000 +0000
@@ -1,3 +1,10 @@
+ola (0.10.9.nojsmin-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062821
+
+ -- Benjamin Drung <bdr...@debian.org>  Thu, 29 Feb 2024 02:16:44 +0000
+
 ola (0.10.9.nojsmin-4) unstable; urgency=medium
 
   * no-change upload to get everything built on the buildd hosts after
diff -Nru ola-0.10.9.nojsmin/debian/control ola-0.10.9.nojsmin/debian/control
--- ola-0.10.9.nojsmin/debian/control   2023-06-25 20:41:07.000000000 +0000
+++ ola-0.10.9.nojsmin/debian/control   2024-02-29 02:16:44.000000000 +0000
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Wouter Verhelst <wou...@debian.org>
 Uploaders: RenZO <re...@imaginux.com>
-Build-Depends: debhelper-compat (= 12), autotools-dev, dh-autoreconf, 
bash-completion, libcppunit-dev, bison, flex, pkg-config, uuid-dev, 
python3-all, python3-protobuf, libprotobuf-dev, protobuf-compiler, 
libprotoc-dev, libusb-1.0-0-dev, libftdi1-dev, liblo-dev, libmicrohttpd-dev (>= 
0.9.44+dfsg-1), libncurses5-dev, libavahi-client-dev, python3-numpy, dh-python
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12), autotools-dev, 
dh-autoreconf, bash-completion, libcppunit-dev, bison, flex, pkg-config, 
uuid-dev, python3-all, python3-protobuf, libprotobuf-dev, protobuf-compiler, 
libprotoc-dev, libusb-1.0-0-dev, libftdi1-dev, liblo-dev, libmicrohttpd-dev (>= 
0.9.44+dfsg-1), libncurses5-dev, libavahi-client-dev, python3-numpy, dh-python
 Standards-Version: 3.9.8
 Section: libs
 Vcs-Git: https://salsa.debian.org/wouter/ola
@@ -76,7 +76,10 @@
  This package contains olad, the OLA daemon used to control lighting,
  and a number of command-line tools to control and manipulate olad.
 
-Package: libola1
+Package: libola1t64
+Provides: ${t64:Provides}
+Replaces: libola1
+Breaks: libola1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru ola-0.10.9.nojsmin/debian/libola1.install 
ola-0.10.9.nojsmin/debian/libola1.install
--- ola-0.10.9.nojsmin/debian/libola1.install   2022-08-03 08:57:18.000000000 
+0000
+++ ola-0.10.9.nojsmin/debian/libola1.install   1970-01-01 00:00:00.000000000 
+0000
@@ -1,5 +0,0 @@
-usr/lib/*/libola*.so.?
-usr/lib/*/libola*.so.?.?.*
-usr/lib/*/libola*.so.?
-usr/lib/*/libola*.so.?.?.*
-
diff -Nru ola-0.10.9.nojsmin/debian/libola1t64.install 
ola-0.10.9.nojsmin/debian/libola1t64.install
--- ola-0.10.9.nojsmin/debian/libola1t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ ola-0.10.9.nojsmin/debian/libola1t64.install        2022-08-03 
08:57:18.000000000 +0000
@@ -0,0 +1,5 @@
+usr/lib/*/libola*.so.?
+usr/lib/*/libola*.so.?.?.*
+usr/lib/*/libola*.so.?
+usr/lib/*/libola*.so.?.?.*
+
diff -Nru ola-0.10.9.nojsmin/debian/libola1t64.lintian-overrides 
ola-0.10.9.nojsmin/debian/libola1t64.lintian-overrides
--- ola-0.10.9.nojsmin/debian/libola1t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ ola-0.10.9.nojsmin/debian/libola1t64.lintian-overrides      2024-02-29 
02:16:34.000000000 +0000
@@ -0,0 +1 @@
+libola1t64: package-name-doesnt-match-sonames libola1

Reply via email to