[SCM] vlc/master: Add Pre-Depends on dpkg (>= 1.15.6~) for xz compression.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sat Aug 18 16:07:41 UTC 2012


The following commit has been merged in the master branch:
commit a35c8a9e32f22b6a91ec18c65fd64c4a5f533eac
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Aug 18 15:44:32 2012 +0200

    Add Pre-Depends on dpkg (>= 1.15.6~) for xz compression.

diff --git a/debian/control b/debian/control
index e4916e1..426d45c 100644
--- a/debian/control
+++ b/debian/control
@@ -114,6 +114,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/vlc.git;a=summary
 Package: libvlc-dev
 Section: libdevel
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libvlc5 (= ${binary:Version}),
          libvlccore-dev,
          pkg-config,
@@ -130,6 +131,7 @@ Description: development files for libvlc
 Package: libvlc5
 Section: libs
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Replaces: vlc (<< 0.8.6.c-6)
 Description: multimedia player and streamer library
@@ -143,6 +145,7 @@ Description: multimedia player and streamer library
 Package: libvlccore-dev
 Section: libdevel
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libvlccore5 (= ${binary:Version}), pkg-config, ${misc:Depends}
 Description: development files for libvlccore
  This package contains headers and a static library required to build plugins
@@ -155,6 +158,7 @@ Description: development files for libvlccore
 Package: libvlccore5
 Section: libs
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: vlc-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: base library for VLC and its modules
  This package contains the shared library required by VLC modules and libvlc.
@@ -165,6 +169,7 @@ Description: base library for VLC and its modules
 
 Package: vlc
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: fonts-freefont-ttf | ttf-freefont,
          vlc-nox (= ${binary:Version}),
          ${misc:Depends},
@@ -192,6 +197,7 @@ Description: multimedia player and streamer
  or video plugins (vlc-plugin-sdl).
 
 Package: vlc-data
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}
 Architecture: all
 Breaks: vlc-nox (<< 2.0.1-3)
@@ -209,6 +215,7 @@ Package: vlc-dbg
 Section: debug
 Priority: extra
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}
 Description: debugging symbols for vlc
  VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4,
@@ -219,6 +226,7 @@ Description: debugging symbols for vlc
 
 Package: vlc-nox
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Replaces: vlc (<< 1.1.0)
 Provides: mp3-decoder
@@ -242,6 +250,7 @@ Description: multimedia player and streamer (without X support)
 
 Package: vlc-plugin-fluidsynth
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: fluid-soundfont-gm | musescore-soundfont-gm,
          vlc-nox (= ${binary:Version}),
          ${misc:Depends},
@@ -256,6 +265,7 @@ Description: FluidSynth plugin for VLC
 
 Package: vlc-plugin-jack
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: Jack audio plugins for VLC
  These plugins add support for JACK to the VLC media player. To
@@ -269,6 +279,7 @@ Description: Jack audio plugins for VLC
 
 Package: vlc-plugin-notify
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Breaks: vlc-nox (<< 1.1.2)
 Replaces: vlc-nox (<< 1.1.2)
@@ -282,6 +293,7 @@ Description: LibNotify plugin for VLC
 
 Package: vlc-plugin-pulse
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: PulseAudio plugin for VLC
  This plugin adds support for PulseAudio to the VLC media player. To
@@ -294,6 +306,7 @@ Description: PulseAudio plugin for VLC
 
 Package: vlc-plugin-sdl
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: SDL video and audio output plugin for VLC
  This plugin adds support for the Simple DirectMedia Layer library to
@@ -307,6 +320,7 @@ Description: SDL video and audio output plugin for VLC
 
 Package: vlc-plugin-svg
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: SVG plugin for VLC
  This plugin allows you to render SVG graphics on top of the video. It is a text
@@ -320,6 +334,7 @@ Description: SVG plugin for VLC
 
 Package: vlc-plugin-zvbi
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: VBI teletext plugin for VLC
  This plugin adds support for VBI teletext to the VLC media player.

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list