Source: arm-compute-library
Followup-For: Bug #1061898

Apologies, an oversight in the conversion script caused us to fail to
update strict versioned dependencies on the previous package name.
Please find attached a fixed patch.

This has also now been uploaded to experimental.
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-01-31 
06:40:52.000000000 +0000
@@ -1,3 +1,11 @@
+arm-compute-library (23.08+dfsg-3.1~exp2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+  * Fix uninstallable packages from the previous upload.
+
+ -- Steve Langasek <vor...@debian.org>  Wed, 31 Jan 2024 06:40:52 +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-01-31 
06:40:52.000000000 +0000
@@ -12,7 +12,10 @@
                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-01-31 06:40:52.000000000 +0000
@@ -0,0 +1 @@
+libarm-compute32t64: package-name-doesnt-match-sonames libarm-compute32

Reply via email to