[neon/backports-focal/mlt/Neon/release] debian: update to https://launchpad.net/ubuntu/+source/mlt/7.8.0-1build1

Jonathan Esk-Riddell null at kde.org
Wed Jul 13 15:18:36 BST 2022


Git commit f300243382e1f8fb37dee6f0d3d36bcd6dc612b8 by Jonathan Esk-Riddell.
Committed on 13/07/2022 at 14:18.
Pushed by jriddell into branch 'Neon/release'.

update to https://launchpad.net/ubuntu/+source/mlt/7.8.0-1build1

M  +21   -0    debian/changelog
M  +3    -2    debian/control
D  +0    -1    debian/melt.lintian-overrides
M  +1    -1    debian/rules

https://invent.kde.org/neon/backports-focal/mlt/commit/f300243382e1f8fb37dee6f0d3d36bcd6dc612b8

diff --git a/debian/changelog b/debian/changelog
index a92729c..ca6d5b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+mlt (7.8.0-1build1) kinetic; urgency=medium
+
+  * No-change rebuild against libopencv-core406
+
+ -- Steve Langasek <steve.langasek at ubuntu.com>  Sat, 09 Jul 2022 06:18:45 +0000
+
+mlt (7.8.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bump Standards-Version to 4.6.1.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 28 Jun 2022 11:41:56 +0200
+
+mlt (7.6.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Explicit use buildsystem cmake.
+  * Adjust lintian overrides.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 13 Apr 2022 11:11:30 +0200
+
 mlt (7.4.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index e83529e..130d0cb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
 Source: mlt
 Priority: optional
-Maintainer: Patrick Matthäi <pmatthaei at debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Patrick Matthäi <pmatthaei at debian.org>
 Build-Depends: debhelper-compat (= 13),
  ffmpeg,
  libqt5opengl5-dev,
@@ -35,7 +36,7 @@ Build-Depends: debhelper-compat (= 13),
  cmake,
  chrpath,
  dh-python
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
 Section: libs
 Rules-Requires-Root: no
 Homepage: https://www.mltframework.org
diff --git a/debian/melt.lintian-overrides b/debian/melt.lintian-overrides
deleted file mode 100644
index f756248..0000000
--- a/debian/melt.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-melt: file-references-package-build-path usr/bin/melt-7
diff --git a/debian/rules b/debian/rules
index 5b08300..ee91151 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
 	-DMOD_OPENCV=ON
 
 %:
-	dh $@ --with python3
+	dh $@ --with python3 --buildsystem=cmake
 
 override_dh_install:
 	chrpath -d -k $(CURDIR)/debian/tmp/usr/bin/melt-7


More information about the Neon-commits mailing list