[SCM] libmatroska packaging branch, master, updated. upstream/1.0.0-21-g3c30531

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Aug 2 11:19:35 UTC 2010


The following commit has been merged in the master branch:
commit a04c6f2c313f39e895f102879b8937cc210bd691
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Mon Aug 2 12:02:34 2010 +0200

    Wrap lines in debian/control and add ${misc:Depends}.

diff --git a/debian/control b/debian/control
index 3284039..55a7821 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
  Fabian Greffrath <fabian+debian at greffrath.com>
-Build-Depends: debhelper (>= 7.0.50~), quilt, libebml-dev (>= 1.0.0)
+Build-Depends: debhelper (>= 7.0.50~),
+ libebml-dev (>= 1.0.0),
+ quilt
 Standards-Version: 3.7.3
 XS-Vcs-Svn: svn://svn.debian.org/pkg-multimedia/unstable/libmatroska
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libmatroska/
@@ -12,7 +14,8 @@ XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libmatroska/
 Package: libmatroska2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: extensible open standard audio/video container format
  Matroska is aiming to become the standard of Multimedia
  Container Formats one day. It is based on EBML (Extensible Binary
@@ -26,7 +29,10 @@ Description: extensible open standard audio/video container format
 Package: libmatroska-dev
 Section: libdevel
 Architecture: any
-Depends: libebml-dev (>= 1.0.0), libmatroska2, ${shlibs:Depends}
+Depends: libmatroska2 (= ${binary:Version}),
+ libebml-dev (>= 1.0.0),
+ ${shlibs:Depends},
+ ${misc:Depends}
 Description: extensible open standard audio/video container format
  Matroska is aiming to become the standard of Multimedia
  Container Formats one day. It is based on EBML (Extensible Binary

-- 
libmatroska packaging



More information about the pkg-multimedia-commits mailing list