[SCM] Phonon VLC backend packaging branch, master, updated. debian/0.8.0-2-9-gd0d4595

Felix Geyer fgeyer at moszumanska.debian.org
Tue Sep 1 18:58:54 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/phonon-backend-vlc.git;a=commitdiff;h=d0d4595

The following commit has been merged in the master branch:
commit d0d459547d4099916c74fbf3c5d0284b7921fe50
Author: Felix Geyer <fgeyer at debian.org>
Date:   Tue Sep 1 20:58:48 2015 +0200

    Make vlc a hard dependency as it contains the pulseaudio and video plugins.
    
    Closes: #769469
---
 debian/changelog | 2 ++
 debian/control   | 6 ++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0b87a16..db81f0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ phonon-backend-vlc (0.8.2-1) UNRELEASED; urgency=medium
   * Drop automoc from build-depends, cmake's internal one is used.
   * Fix the watch file.
   * Bump Standards-Version to 3.9.6, no changes needed.
+  * Make vlc a hard dependency as it contains the pulseaudio and video plugins.
+    (Closes: #769469)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 06 Oct 2014 14:05:50 -0300
 
diff --git a/debian/control b/debian/control
index c6da647..519a882 100644
--- a/debian/control
+++ b/debian/control
@@ -30,8 +30,7 @@ Package: phonon-backend-vlc
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: vlc-nox, vlc-plugin-pulse, ${misc:Depends}, ${shlibs:Depends}
-Recommends: vlc
+Depends: vlc, ${misc:Depends}, ${shlibs:Depends}
 Provides: phonon-backend
 Description: Phonon VLC backend
  Phonon is the Qt 4 multimedia API, which provides a task-oriented
@@ -44,8 +43,7 @@ Package: phonon4qt5-backend-vlc
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: vlc-nox, vlc-plugin-pulse, ${misc:Depends}, ${shlibs:Depends}
-Recommends: vlc
+Depends: vlc, ${misc:Depends}, ${shlibs:Depends}
 Provides: phonon4qt5-backend
 Description: Phonon4Qt5 VLC backend
  Phonon is the KF5 multimedia API, which provides a task-oriented

-- 
Phonon VLC backend packaging



More information about the pkg-kde-commits mailing list