[neon/backports-focal/mlt/Neon/release] debian: add transitional for python
Jonathan Riddell
null at kde.org
Tue Nov 9 10:42:37 GMT 2021
Git commit c30fb8af78aea5e6436e89338e6bb3b73dc0ab3f by Jonathan Riddell.
Committed on 09/11/2021 at 10:42.
Pushed by jriddell into branch 'Neon/release'.
add transitional for python
M +18 -1 debian/control
https://invent.kde.org/neon/backports-focal/mlt/commit/c30fb8af78aea5e6436e89338e6bb3b73dc0ab3f
diff --git a/debian/control b/debian/control
index 174eeec..fff21bc 100644
--- a/debian/control
+++ b/debian/control
@@ -179,7 +179,8 @@ Depends: ${shlibs:Depends},
${python3:Depends}
Provides: ${python3:Provides}
Conflicts: python-mlt
-Replaces: python-mlt
+Replaces: python-mlt, python3-mlt7
+Breaks: python3-mlt7
Description: multimedia framework (Python bindings)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
@@ -189,3 +190,19 @@ Description: multimedia framework (Python bindings)
based API.
.
This package contains the Python bindings for the mlt package.
+
+Package: python3-mlt7
+Architecture: any
+Section: oldlibs
+Priority: extra
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+Description: multimedia framework (Python bindings) - transitional
+ MLT is an open source multimedia framework, designed and developed for
+ television broadcasting. It provides a toolkit for broadcasters, video
+ editors, media players, transcoders, web streamers and many more types of
+ applications. The functionality of the system is provided via an assortment
+ of ready to use tools, xml authoring components, and an extendible plug-in
+ based API.
+ .
+ This dummy package can be removed.
More information about the Neon-commits
mailing list