[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.7.4-3-3-g171db0f

Patrick Matthäi pmatthaei at alioth.debian.org
Sat Oct 8 12:55:48 UTC 2011


The following commit has been merged in the master branch:
commit 6c01bf5514c83ab0cbb98e69e7333beb2699bcba
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Sat Oct 8 14:28:52 2011 +0200

    * Wrap all debian/control fields.
---
 debian/changelog |    3 ++-
 debian/control   |   42 +++++++++++++++++++++++++++++++-----------
 2 files changed, 33 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5940171..1bc5a4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 mlt (0.7.4-4) UNRELEASED; urgency=low
 
   * Do not try to build mlt with libquicktime on hurd-i386.
+  * Wrap all debian/control fields.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 08 Oct 2011 14:26:19 +0200
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 08 Oct 2011 14:28:37 +0200
 
 mlt (0.7.4-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 4f3bb0c..cd86193 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,8 @@ Homepage: http://www.mltframework.org
 Package: libmlt-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libmlt4 (= ${binary:Version})
+Depends: ${misc:Depends},
+ libmlt4 (= ${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
@@ -45,10 +46,19 @@ Description: multimedia framework (development)
 
 Package: libmlt4
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Recommends: libmlt-data (>= ${source:Version})
-Conflicts: libmlt0.2, libmlt0.2.5, libmlt1, libmlt2, libmlt3
-Replaces: libmlt0.2, libmlt0.2.5, libmlt1, libmlt2, libmlt3
+Conflicts: libmlt0.2,
+ libmlt0.2.5,
+ libmlt1,
+ libmlt2,
+ libmlt3
+Replaces: libmlt0.2,
+ libmlt0.2.5,
+ libmlt1,
+ libmlt2,
+ libmlt3
 Description: multimedia framework (runtime)
  MLT is an open source multimedia framework, designed and developed for
  television broadcasting. It provides a toolkit for broadcasters, video
@@ -77,7 +87,8 @@ Description: multimedia framework (data)
 Package: libmlt++-dev
 Section: libdevel
 Architecture: any
-Depends: libmlt++3 (= ${binary:Version}), ${misc:Depends}
+Depends: libmlt++3 (= ${binary:Version}),
+ ${misc:Depends}
 Description: MLT multimedia framework C++ wrapper (development)
  MLT is an open source multimedia framework, designed and developed for
  television broadcasting. It provides a toolkit for broadcasters, video
@@ -91,9 +102,12 @@ Description: MLT multimedia framework C++ wrapper (development)
 
 Package: libmlt++3
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libmlt++0.2, libmlt++2
-Replaces: libmlt++0.2, libmlt++2
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Conflicts: libmlt++0.2,
+ libmlt++2
+Replaces: libmlt++0.2,
+ libmlt++2
 Description: MLT multimedia framework C++ wrapper (runtime)
  MLT is an open source multimedia framework, designed and developed for
  television broadcasting. It provides a toolkit for broadcasters, video
@@ -109,7 +123,9 @@ Package: libmlt-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmlt4 (= ${binary:Version}),
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libmlt4 (= ${binary:Version}),
  libmlt++3 (= ${binary:Version})
 Description: multimedia framework (debugging symbols)
  MLT is an open source multimedia framework, designed and developed for
@@ -124,7 +140,9 @@ Description: multimedia framework (debugging symbols)
 Package: melt
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmlt-data (>= ${source:Version})
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libmlt-data (>= ${source:Version})
 Description: command line media player and video editor
  melt was meant as a test tool for the MLT framework, but it is also a powerful
  multitrack command line oriented video editor. It could also used as an
@@ -133,7 +151,9 @@ Description: command line media player and video editor
 Package: python-mlt3
 Architecture: any
 Section: python
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends}
 Provides: ${python:Provides}
 Conflicts: python-mlt2
 Replaces: python-mlt2

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list