[SCM] vlc/master: Don't let libvlc-dev depend on libvlccore-dev.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Tue Dec 11 15:38:50 UTC 2012


The following commit has been merged in the master branch:
commit 4af1b79d6e2d491b71cc4ff092eb813f66668a0b
Author: Benjamin Drung <bdrung at debian.org>
Date:   Tue Dec 11 16:38:47 2012 +0100

    Don't let libvlc-dev depend on libvlccore-dev.

diff --git a/debian/control b/debian/control
index 3b0d1f6..ff6b493 100644
--- a/debian/control
+++ b/debian/control
@@ -117,10 +117,7 @@ Package: libvlc-dev
 Section: libdevel
 Architecture: any
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: libvlc5 (= ${binary:Version}),
-         libvlccore-dev,
-         pkg-config,
-         ${misc:Depends}
+Depends: libvlc5 (= ${binary:Version}), pkg-config, ${misc:Depends}
 Replaces: libvlc0-dev
 Description: development files for libvlc
  This package contains headers and a static library required to build

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list