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-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 arm-compute-library-23.08+dfsg/debian/changelog 
arm-compute-library-23.08+dfsg/debian/changelog
--- arm-compute-library-23.08+dfsg/debian/changelog     2024-01-09 
08:37:10.000000000 +0000
+++ arm-compute-library-23.08+dfsg/debian/changelog     2024-02-28 
01:23:37.000000000 +0000
@@ -1,3 +1,10 @@
+arm-compute-library (23.08+dfsg-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1061898
+
+ -- Steve Langasek <vor...@debian.org>  Wed, 28 Feb 2024 01:23:37 +0000
+
 arm-compute-library (23.08+dfsg-3) unstable; urgency=medium
 
   * d/rules: enable debug builds if and only if 'debug' is specified in
diff -Nru arm-compute-library-23.08+dfsg/debian/control 
arm-compute-library-23.08+dfsg/debian/control
--- arm-compute-library-23.08+dfsg/debian/control       2024-01-09 
08:37:10.000000000 +0000
+++ arm-compute-library-23.08+dfsg/debian/control       2024-02-28 
01:23:37.000000000 +0000
@@ -7,12 +7,15 @@
 Homepage: https://github.com/ARM-software/ComputeLibrary
 Vcs-git: https://salsa.debian.org/wookey/arm-compute-library
 Rules-Requires-Root: no
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
                scons (>= 2.4),
                doxygen,
                graphviz
 
-Package: libarm-compute32
+Package: libarm-compute32t64
+Provides: ${t64:Provides}
+Replaces: libarm-compute32
+Breaks: libarm-compute32 (<< ${source:Version})
 Architecture: amd64 armhf arm64
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -30,7 +33,7 @@
 Section: libdevel
 Architecture: amd64 armhf arm64
 Multi-Arch: same
-Depends: libarm-compute32 (= ${binary:Version}), ${misc:Depends}
+Depends: libarm-compute32t64 (= ${binary:Version}), ${misc:Depends}
 Suggests: libarm-compute-doc (= ${source:Version})
 Description: Arm Compute Library - development files
  Arm Compute Library is a software library for computer vision and
diff -Nru arm-compute-library-23.08+dfsg/debian/libarm-compute32.install 
arm-compute-library-23.08+dfsg/debian/libarm-compute32.install
--- arm-compute-library-23.08+dfsg/debian/libarm-compute32.install      
2024-01-09 08:37:10.000000000 +0000
+++ arm-compute-library-23.08+dfsg/debian/libarm-compute32.install      
1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-build/libarm_compute.so.* usr/lib/${DEB_HOST_MULTIARCH}/
-build/libarm_compute_graph.so.* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru arm-compute-library-23.08+dfsg/debian/libarm-compute32t64.install 
arm-compute-library-23.08+dfsg/debian/libarm-compute32t64.install
--- arm-compute-library-23.08+dfsg/debian/libarm-compute32t64.install   
1970-01-01 00:00:00.000000000 +0000
+++ arm-compute-library-23.08+dfsg/debian/libarm-compute32t64.install   
2024-01-09 08:37:10.000000000 +0000
@@ -0,0 +1,2 @@
+build/libarm_compute.so.* usr/lib/${DEB_HOST_MULTIARCH}/
+build/libarm_compute_graph.so.* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru 
arm-compute-library-23.08+dfsg/debian/libarm-compute32t64.lintian-overrides 
arm-compute-library-23.08+dfsg/debian/libarm-compute32t64.lintian-overrides
--- arm-compute-library-23.08+dfsg/debian/libarm-compute32t64.lintian-overrides 
1970-01-01 00:00:00.000000000 +0000
+++ arm-compute-library-23.08+dfsg/debian/libarm-compute32t64.lintian-overrides 
2024-02-28 01:23:27.000000000 +0000
@@ -0,0 +1 @@
+libarm-compute32t64: package-name-doesnt-match-sonames libarm-compute32

Reply via email to