From 3945ee018a775d213baef153bc3ce3dc1b94ce81 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 20 Jan 2009 15:12:23 +0100 Subject: [PATCH] Debian control dependency update 1. mkvtoolnix can be built against either liblzo v1 or v2. 2. Have mkvtoolnix-gui depend on mkvtoolnix with at least the same version or higher. Otherweise the GUI might make use of commands that mkvmerge does not understand. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 63401e8e0..695524b38 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mkvtoolnix Section: graphics Priority: optional Maintainer: Moritz Bunkus -Build-Depends: debhelper (>> 4.0.0), libebml-dev (>= 0.7.7-1), libmatroska-dev (>= 0.8.0-1), libogg-dev, libvorbis-dev, libwxgtk2.6-dev | libwxgtk2.8-dev, libexpat1-dev, zlib1g-dev, liblzo-dev, libbz2-dev, libflac-dev, groff, libmagic-dev, libboost-regex-dev +Build-Depends: debhelper (>> 4.0.0), libebml-dev (>= 0.7.7-1), libmatroska-dev (>= 0.8.0-1), libogg-dev, libvorbis-dev, libwxgtk2.6-dev | libwxgtk2.8-dev, libexpat1-dev, zlib1g-dev, liblzo-dev | liblzo2-dev, libbz2-dev, libflac-dev, groff, libmagic-dev, libboost-regex-dev Standards-Version: 3.7.2 Package: mkvtoolnix @@ -25,7 +25,7 @@ Description: Command line tools to create and work with Matroska media files Package: mkvtoolnix-gui Architecture: any -Depends: mkvtoolnix, ${shlibs:Depends} +Depends: mkvtoolnix (>= ${source:Version}), ${shlibs:Depends} Conflicts: mkvtoolnix-mb Description: Tools for working with Matroska media files -- GUI frontend Matroska is aiming to become the standard of Multimedia Container