[SCM] vlc/master: Remove obsolete Pre-Depends

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Aug 19 19:19:27 UTC 2014


The following commit has been merged in the master branch:
commit df06ca19f7bd107d719de702ebb6644c45b0669b
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Aug 19 20:29:50 2014 +0200

    Remove obsolete Pre-Depends
    
    dpkg (>= 1.15.6~) is even available in squeeze.

diff --git a/debian/control b/debian/control
index 0f2c402..e90afec 100644
--- a/debian/control
+++ b/debian/control
@@ -117,7 +117,6 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/vlc.git
 Package: libvlc-dev
 Section: libdevel
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libvlc5 (= ${binary:Version}), pkg-config, ${misc:Depends}
 Description: development files for libvlc
  This package contains headers and a static library required to build
@@ -130,7 +129,6 @@ Description: development files for libvlc
 Package: libvlc5
 Section: libs
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: multimedia player and streamer library
  This package contains the shared library required by applications using VLC
@@ -143,7 +141,6 @@ Description: multimedia player and streamer library
 Package: libvlccore-dev
 Section: libdevel
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libvlccore8 (= ${binary:Version}), pkg-config, ${misc:Depends}
 Description: development files for libvlccore
  This package contains headers and a static library required to build plugins
@@ -156,7 +153,6 @@ Description: development files for libvlccore
 Package: libvlccore8
 Section: libs
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libproxy-tools,
          vlc-data (= ${source:Version}),
          ${misc:Depends},
@@ -170,7 +166,6 @@ Description: base library for VLC and its modules
 
 Package: vlc
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: fonts-freefont-ttf,
          vlc-nox (= ${binary:Version}),
          ${misc:Depends},
@@ -203,7 +198,6 @@ Description: multimedia player and streamer
  vlc-plugin-zvbi).
 
 Package: vlc-data
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}
 Architecture: all
 Breaks: vlc-nox (<< 2.0.1-3)
@@ -220,7 +214,6 @@ 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,
@@ -231,7 +224,6 @@ Description: debugging symbols for vlc
 
 Package: vlc-nox
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: libdvdcss2
 Breaks: vlc (<< 2.1.0)
@@ -257,7 +249,6 @@ 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},
@@ -272,7 +263,6 @@ 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
@@ -286,7 +276,6 @@ 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)
@@ -300,7 +289,6 @@ Description: LibNotify 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
@@ -314,7 +302,6 @@ 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
@@ -328,7 +315,6 @@ 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