Dear maintainers,

One more bug in the orc transition: the .symbols file declares shlibs
dependencies for multiple libraries, but only the first of them was updated
to point at the new library name.

Please find attached a comprehensive patch for orc vis-à-vis t64.  I've
uploaded this hopefully final NMU to unstable.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru orc-0.4.34/debian/changelog orc-0.4.34/debian/changelog
--- orc-0.4.34/debian/changelog 2024-02-28 12:51:27.000000000 +0000
+++ orc-0.4.34/debian/changelog 2024-03-11 04:36:15.000000000 +0000
@@ -1,3 +1,25 @@
+orc (1:0.4.34-4.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix symbols dependencies on liborc-test.
+
+ -- Steve Langasek <vor...@debian.org>  Mon, 11 Mar 2024 04:36:15 +0000
+
+orc (1:0.4.34-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix build depedency on dpkg-dev to use >= not >> (sorry).
+
+ -- Michael Hudson-Doyle <michael.hud...@ubuntu.com>  Tue, 05 Mar 2024 
10:54:56 +1300
+
+orc (1:0.4.34-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add build depedency on dpkg-dev (>= 1.22.5) for time_t transition.
+    (Closes: #1065272)
+
+ -- Michael Hudson-Doyle <mwhud...@debian.org>  Mon, 04 Mar 2024 23:40:36 +1300
+
 orc (1:0.4.34-4) unstable; urgency=medium
 
   * Team upload
diff -Nru orc-0.4.34/debian/control orc-0.4.34/debian/control
--- orc-0.4.34/debian/control   2024-02-28 12:51:27.000000000 +0000
+++ orc-0.4.34/debian/control   2024-03-04 21:54:56.000000000 +0000
@@ -4,7 +4,8 @@
 Maintainer: Maintainers of GStreamer packages <o...@packages.debian.org>
 Uploaders: Sebastian Dröge <sl...@debian.org>,
            Sjoerd Simons <sjo...@debian.org>
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5),
+               debhelper-compat (= 13),
                meson,
                pkg-config,
                gtk-doc-tools
diff -Nru orc-0.4.34/debian/liborc-0.4-0t64.symbols 
orc-0.4.34/debian/liborc-0.4-0t64.symbols
--- orc-0.4.34/debian/liborc-0.4-0t64.symbols   2024-02-28 12:51:27.000000000 
+0000
+++ orc-0.4.34/debian/liborc-0.4-0t64.symbols   2024-03-11 04:35:56.000000000 
+0000
@@ -308,7 +308,7 @@
  orc_x86_get_regname_sse@Base 1:0.4.34
  orc_x86_get_regnum@Base 1:0.4.34
  orc_x86_output_insns@Base 1:0.4.34
-liborc-test-0.4.so.0 liborc-0.4-0 #MINVER#
+liborc-test-0.4.so.0 liborc-0.4-0t64 #MINVER#
 * Build-Depends-Package: liborc-0.4-dev
  orc_array_check_out_of_bounds@Base 1:0.4.34
  orc_array_compare@Base 1:0.4.34

Attachment: signature.asc
Description: PGP signature

Reply via email to