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

Patrick Matthäi pmatthaei at alioth.debian.org
Fri Jul 12 11:28:35 UTC 2013


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

The following commit has been merged in the master branch:
commit de89bdc796395c8d91bfc138172411de352d5674
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Fri Jul 12 13:12:55 2013 +0200

    * Rename python-mlt5 package to python-mlt.
---
 debian/changelog |    3 ++-
 debian/control   |    2 +-
 debian/rules     |    6 +++---
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e436936..3b66951 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,12 +3,13 @@ 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.
+    - Bump SONAME of libmlt to 6.
   * Add dependency information to libmlt and libmlt++ with dh_makeshlibs.
     Closes: #709249
   * Build depend on libav-tools instead of ffmpeg.
   * Create debian/copyright from scratch.
     Closes: #711858
+  * Rename python-mlt5 package to python-mlt.
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 10 Jun 2013 10:49:45 +0200
 
diff --git a/debian/control b/debian/control
index 357527b..8f3dbe0 100644
--- a/debian/control
+++ b/debian/control
@@ -168,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-mlt6
+Package: python-mlt
 Architecture: any
 Section: python
 Pre-Depends: dpkg (>= 1.15.6~),
diff --git a/debian/rules b/debian/rules
index 8b4c402..411a945 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-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
+	mkdir -p debian/python-mlt/$(PYTHON_DIR)
+	install -m 644 src/swig/python/mlt.py debian/python-mlt/$(PYTHON_DIR)/mlt.py
+	install -m 644 src/swig/python/_mlt.so debian/python-mlt/$(PYTHON_DIR)/_mlt.so
 	dh_install --list-missing
 
 override_dh_strip:

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list