[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.8.8-2-8-gacfab06

Patrick Matthäi pmatthaei at alioth.debian.org
Tue Jun 4 10:33:08 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/mlt.git;a=commitdiff;h=42f86eb

The following commit has been merged in the master branch:
commit 42f86eb49a797aafc060fa4f55f3bf08bb8aeab2
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Tue Jun 4 12:30:44 2013 +0200

    - Bump SONAME of libmlt and python-mlt to 6.
---
 debian/changelog                                   |    1 +
 debian/control                                     |   22 +++++++++++--------
 debian/{libmlt5.install => libmlt6.install}        |    0
 ...lintian-overrides => libmlt6.lintian-overrides} |    0
 debian/rules                                       |    6 ++--
 5 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 139a02c..5faf637 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ mlt (0.9.0-1) UNRELEASED; urgency=low
   * New upstream release.
     - Rewrite patch 01-changed-preset-path.
     - Build dependency on libqt4-dev and libqt4-opengl-dev added.
+    - Bump SONAME of libmlt and python-mlt to 6.
   * Add dependency information to libmlt and libmlt++ with dh_makeshlibs.
     Closes: #709249
   * Build depend on libav-tools instead of ffmpeg.
diff --git a/debian/control b/debian/control
index 0f6be6e..357527b 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,7 @@ Architecture: any
 Pre-Depends: dpkg (>= 1.15.6~),
  ${misc:Pre-Depends}
 Depends: ${misc:Depends},
- libmlt5 (= ${binary:Version})
+ libmlt6 (= ${binary:Version})
 Description: multimedia framework (development)
  MLT is an open source multimedia framework, designed and developed for
  television broadcasting. It provides a toolkit for broadcasters, video
@@ -48,7 +48,7 @@ Description: multimedia framework (development)
  This package contains the static libraries and headers for developing
  applications that use the MLT multimedia framework.
 
-Package: libmlt5
+Package: libmlt6
 Architecture: any
 Pre-Depends: dpkg (>= 1.15.6~),
  ${misc:Pre-Depends}
@@ -60,13 +60,15 @@ Conflicts: libmlt0.2,
  libmlt1,
  libmlt2,
  libmlt3,
- libmlt4
+ libmlt4,
+ libmlt5
 Replaces: libmlt0.2,
  libmlt0.2.5,
  libmlt1,
  libmlt2,
  libmlt3,
- libmlt4
+ libmlt4,
+ libmlt5
 Description: multimedia framework (runtime)
  MLT is an open source multimedia framework, designed and developed for
  television broadcasting. It provides a toolkit for broadcasters, video
@@ -83,7 +85,7 @@ Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~),
  ${misc:Pre-Depends}
 Depends: ${misc:Depends}
-Enhances: libmlt5
+Enhances: libmlt6
 Description: multimedia framework (data)
  MLT is an open source multimedia framework, designed and developed for
  television broadcasting. It provides a toolkit for broadcasters, video
@@ -141,7 +143,7 @@ Pre-Depends: dpkg (>= 1.15.6~),
  ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- libmlt5 (= ${binary:Version}),
+ libmlt6 (= ${binary:Version}),
  libmlt++3 (= ${binary:Version})
 Description: multimedia framework (debugging symbols)
  MLT is an open source multimedia framework, designed and developed for
@@ -166,7 +168,7 @@ Description: command line media player and video editor
  multitrack command line oriented video editor. It could also used as an
  minimalistic media player for audio and video files.
 
-Package: python-mlt5
+Package: python-mlt6
 Architecture: any
 Section: python
 Pre-Depends: dpkg (>= 1.15.6~),
@@ -176,9 +178,11 @@ Depends: ${shlibs:Depends},
  ${python:Depends}
 Provides: ${python:Provides}
 Conflicts: python-mlt2,
- python-mlt3
+ python-mlt3,
+ python-mlt5
 Replaces: python-mlt2,
- python-mlt3
+ python-mlt3,
+ python-mlt5
 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
diff --git a/debian/libmlt5.install b/debian/libmlt6.install
similarity index 100%
rename from debian/libmlt5.install
rename to debian/libmlt6.install
diff --git a/debian/libmlt5.lintian-overrides b/debian/libmlt6.lintian-overrides
similarity index 100%
rename from debian/libmlt5.lintian-overrides
rename to debian/libmlt6.lintian-overrides
diff --git a/debian/rules b/debian/rules
index 1397a76..8b4c402 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,9 +35,9 @@ override_dh_auto_clean:
 	find \( -name '*.o' -o -name '*.mak' -o -name '.depend' \) -delete
 
 override_dh_install:
-	mkdir -p debian/python-mlt5/$(PYTHON_DIR)
-	install -m 644 src/swig/python/mlt.py debian/python-mlt5/$(PYTHON_DIR)/mlt.py
-	install -m 644 src/swig/python/_mlt.so debian/python-mlt5/$(PYTHON_DIR)/_mlt.so
+	mkdir -p debian/python-mlt6/$(PYTHON_DIR)
+	install -m 644 src/swig/python/mlt.py debian/python-mlt6/$(PYTHON_DIR)/mlt.py
+	install -m 644 src/swig/python/_mlt.so debian/python-mlt6/$(PYTHON_DIR)/_mlt.so
 	dh_install --list-missing
 
 override_dh_strip:

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list