[SCM] vlc/master: Add versioned depends on libvlccore8 to libvlc5 which shares /usr/share/doc to comply with Debian policy 12.3. (Closes: #779251)
mati75-guest at users.alioth.debian.org
mati75-guest at users.alioth.debian.org
Fri Feb 27 21:42:50 UTC 2015
The following commit has been merged in the master branch:
commit 4bb19c32be2947a4048f3cd5ab1f82813dc1d930
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date: Fri Feb 27 22:23:56 2015 +0100
Add versioned depends on libvlccore8 to libvlc5 which shares /usr/share/doc to comply with Debian policy 12.3. (Closes: #779251)
diff --git a/debian/changelog b/debian/changelog
index 49bdb60..211ac88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vlc (2.2.0~rc2-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Add versioned depends on libvlccore8 to libvlc5 which shares
+ /usr/share/doc to comply with Debian policy 12.3. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Wed, 25 Feb 2015 22:40:30 +0100
+
vlc (2.2.0~rc2-2) unstable; urgency=medium
* debian/patches: Apply upstream patches for security vulnerabilities.
diff --git a/debian/control b/debian/control
index 8c0615b..c7fa98c 100644
--- a/debian/control
+++ b/debian/control
@@ -134,7 +134,7 @@ Description: development files for libvlc
Package: libvlc5
Section: libs
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, libvlccore8 (= ${binary:Version})
Description: multimedia player and streamer library
This package contains the shared library required by applications using VLC
features.
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list