Your message dated Sat, 06 Sep 2025 12:14:50 +0100
with message-id 
<ee4c0876608d99eb3f8b333b556fbd92e7a652eb.ca...@adam-barratt.org.uk>
and subject line Closing p-u requests for fixes included in 12.12
has caused the Debian Bug report #1104028,
regarding bookworm-pu: package mlt/7.12.0-1+deb12u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1104028: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104028
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bookworm
User: [email protected]
Usertags: pu
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:mlt

The bug submitter noticed that two function calls are not migrated to the
new naming schema.

[ Reason ]
The bug makes the python part of this package unuseable for most users

[ Tests ]
Manual

[ Risks ]
None

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
I have replaced both _mlt. with _mlt7.
diff -Nru mlt-7.12.0/debian/changelog mlt-7.12.0/debian/changelog
--- mlt-7.12.0/debian/changelog 2022-11-22 15:11:24.000000000 +0100
+++ mlt-7.12.0/debian/changelog 2025-04-24 13:01:51.000000000 +0200
@@ -1,3 +1,11 @@
+mlt (7.12.0-1+deb12u1) bookworm; urgency=medium
+
+  * Add patch 01-wrong-python-function to fix not migrated python3-mlt function
+    calls.
+    Closes: #1104027
+
+ -- Patrick Matthäi <[email protected]>  Thu, 24 Apr 2025 13:01:51 +0200
+
 mlt (7.12.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru mlt-7.12.0/debian/patches/01-wrong-python-function.diff 
mlt-7.12.0/debian/patches/01-wrong-python-function.diff
--- mlt-7.12.0/debian/patches/01-wrong-python-function.diff     1970-01-01 
01:00:00.000000000 +0100
+++ mlt-7.12.0/debian/patches/01-wrong-python-function.diff     2025-04-24 
13:01:51.000000000 +0200
@@ -0,0 +1,19 @@
+# There are two missing replaced functions in the python3-mlt module.
+# Closes: #1104027
+
+diff -Naur mlt-7.12.0.orig/src/swig/mlt.i mlt-7.12.0/src/swig/mlt.i
+--- mlt-7.12.0.orig/src/swig/mlt.i     2022-11-19 20:57:22.000000000 +0100
++++ mlt-7.12.0/src/swig/mlt.i  2025-04-24 12:59:57.571166597 +0200
+@@ -69,10 +69,10 @@
+ 
+ #if defined(SWIGPYTHON)
+ %feature("shadow") Frame::get_waveform(int, int) %{
+-    def get_waveform(*args): return _mlt.frame_get_waveform(*args)
++    def get_waveform(*args): return _mlt7.frame_get_waveform(*args)
+ %}
+ %feature("shadow") Frame::get_image(mlt_image_format&, int&, int&) %{
+-    def get_image(*args): return _mlt.frame_get_image(*args)
++    def get_image(*args): return _mlt7.frame_get_image(*args)
+ %}
+ #endif
+ 
diff -Nru mlt-7.12.0/debian/patches/series mlt-7.12.0/debian/patches/series
--- mlt-7.12.0/debian/patches/series    1970-01-01 01:00:00.000000000 +0100
+++ mlt-7.12.0/debian/patches/series    2025-04-24 13:01:51.000000000 +0200
@@ -0,0 +1 @@
+01-wrong-python-function.diff

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 12.12

Hi,

Each of the updates referenced by these requests was included in
today's 12.12 point release for bookworm.

Regards,

Adam

--- End Message ---

Reply via email to