[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.8.2-1-2-ge10390c

Patrick Matthäi pmatthaei at alioth.debian.org
Thu Nov 15 11:05:19 UTC 2012


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

The following commit has been merged in the master branch:
commit e10390ca315d2665f6cdb89420015e70e7c6b66c
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Thu Nov 15 12:04:50 2012 +0100

    * Switch to xz compression and add a Pre-Depends on dpkg.
---
 debian/changelog |    1 +
 debian/control   |    8 ++++++++
 debian/rules     |    3 +++
 3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d3d1551..dd3ee42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mlt (0.8.2-2) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.9.4 (no changes needed).
+  * Switch to xz compression and add a Pre-Depends on dpkg.
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 20 Sep 2012 11:18:07 +0200
 
diff --git a/debian/control b/debian/control
index b949a3b..943f260 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,7 @@ Homepage: http://www.mltframework.org
 Package: libmlt-dev
 Section: libdevel
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends},
  libmlt5 (= ${binary:Version})
 Description: multimedia framework (development)
@@ -46,6 +47,7 @@ Description: multimedia framework (development)
 
 Package: libmlt5
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Recommends: libmlt-data (>= ${source:Version})
@@ -74,6 +76,7 @@ Description: multimedia framework (runtime)
 
 Package: libmlt-data
 Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}
 Enhances: libmlt5
 Description: multimedia framework (data)
@@ -89,6 +92,7 @@ Description: multimedia framework (data)
 Package: libmlt++-dev
 Section: libdevel
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libmlt++3 (= ${binary:Version}),
  ${misc:Depends}
 Description: MLT multimedia framework C++ wrapper (development)
@@ -104,6 +108,7 @@ Description: MLT multimedia framework C++ wrapper (development)
 
 Package: libmlt++3
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Conflicts: libmlt++0.2,
@@ -125,6 +130,7 @@ Package: libmlt-dbg
 Section: debug
 Priority: extra
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  libmlt5 (= ${binary:Version}),
@@ -142,6 +148,7 @@ Description: multimedia framework (debugging symbols)
 Package: melt
 Section: utils
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  libmlt-data (>= ${source:Version})
@@ -153,6 +160,7 @@ Description: command line media player and video editor
 Package: python-mlt5
 Architecture: any
 Section: python
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  ${python:Depends}
diff --git a/debian/rules b/debian/rules
index 14c9165..b5cbd03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,3 +45,6 @@ override_dh_strip:
 
 override_dh_python2:
 	dh_python2 --no-guessing-versions
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list