[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.9.0-2-2-gd893eef

Patrick Matthäi pmatthaei at alioth.debian.org
Thu Oct 31 09:49:46 UTC 2013


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

The following commit has been merged in the master branch:
commit d893eef464caa01c36a1ed9a51bd591d688aaaca
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Thu Oct 31 10:49:48 2013 +0100

    * Don't explicitly request xz compression - dpkg 1.17 does this by default.
---
 debian/changelog |    1 +
 debian/control   |   24 ++++++++----------------
 debian/rules     |    3 ---
 3 files changed, 9 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d9b755e..0d39675 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mlt (0.9.0-3) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.9.5 (no changes needed).
+  * Don't explicitly request xz compression - dpkg 1.17 does this by default.
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 31 Oct 2013 10:46:56 +0100
 
diff --git a/debian/control b/debian/control
index 02a9e2e..87b3c68 100644
--- a/debian/control
+++ b/debian/control
@@ -33,8 +33,7 @@ Homepage: http://www.mltframework.org
 Package: libmlt-dev
 Section: libdevel
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~),
- ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
  libmlt6 (= ${binary:Version})
 Description: multimedia framework (development)
@@ -50,8 +49,7 @@ Description: multimedia framework (development)
 
 Package: libmlt6
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~),
- ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Recommends: libmlt-data (>= ${source:Version})
@@ -82,8 +80,7 @@ Description: multimedia framework (runtime)
 
 Package: libmlt-data
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~),
- ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}
 Enhances: libmlt6
 Description: multimedia framework (data)
@@ -99,8 +96,7 @@ Description: multimedia framework (data)
 Package: libmlt++-dev
 Section: libdevel
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~),
- ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: libmlt++3 (= ${binary:Version}),
  ${misc:Depends}
 Description: MLT multimedia framework C++ wrapper (development)
@@ -116,8 +112,7 @@ Description: MLT multimedia framework C++ wrapper (development)
 
 Package: libmlt++3
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~),
- ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Conflicts: libmlt++0.2,
@@ -139,8 +134,7 @@ Package: libmlt-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~),
- ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  libmlt6 (= ${binary:Version}),
@@ -158,8 +152,7 @@ Description: multimedia framework (debugging symbols)
 Package: melt
 Section: utils
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~),
- ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  libmlt-data (>= ${source:Version})
@@ -171,8 +164,7 @@ Description: command line media player and video editor
 Package: python-mlt
 Architecture: any
 Section: python
-Pre-Depends: dpkg (>= 1.15.6~),
- ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  ${python:Depends}
diff --git a/debian/rules b/debian/rules
index 411a945..74a1af4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,3 @@ override_dh_makeshlibs:
 
 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