[SCM] kmediaplayer packaging branch, master, updated. debian/5.36.0-1-8-ge12e423

Maximiliano Curia maxy at moszumanska.debian.org
Wed Aug 16 11:24:23 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kmediaplayer.git;a=commitdiff;h=fd7f2c3

The following commit has been merged in the master branch:
commit fd7f2c3ade39b34e899e831b84237030eb7b7e92
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Aug 15 21:17:01 2017 +0200

    wrap-and-sort
---
 debian/control | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index bdd40f6..f19f684 100644
--- a/debian/control
+++ b/debian/control
@@ -11,18 +11,37 @@ Build-Depends: cmake (>= 3.0~),
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.7.0~),
                xauth,
-               xvfb
+               xvfb,
 Standards-Version: 4.0.1
 Homepage: https://projects.kde.org/projects/frameworks/kmediaplayer
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kmediaplayer.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kmediaplayer.git
 
+Package: libkf5mediaplayer-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Breaks: libkf5mediaplayer5 (<= 5.0.0-0ubuntu1~ubuntu14.10~ppa3)
+Replaces: libkf5mediaplayer5 (<= 5.0.0-0ubuntu1~ubuntu14.10~ppa3)
+Description: Plugin interface for media player features.
+ It provides all of the necessary media player operations,
+ and optionally provides the GUI to control them.
+ .
+ There are two servicetypes for Player:
+ KMediaPlayer/Player and KMediaPlayer/Engine.
+ KMediaPlayer/Player provides a widget (accessible
+ through view as well as XML GUI KActions.
+ KMediaPlayer/Engine omits the user interface facets,
+ for those who wish to provide their own interface.
+ .
+ This package contains the data files.
+
 Package: libkf5mediaplayer-dev
 Section: libdevel
 Architecture: any
 Depends: libkf5mediaplayer5 (= ${binary:Version}),
          libkf5parts-dev (>= 5.37.0~),
-         ${misc:Depends}
+         ${misc:Depends},
 Description: Plugin interface for media player features.
  It provides all of the necessary media player operations,
  and optionally provides the GUI to control them.
@@ -38,7 +57,7 @@ Architecture: any
 Multi-Arch: same
 Depends: libkf5mediaplayer-data (= ${source:Version}),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Description: Plugin interface for media player features.
  It provides all of the necessary media player operations,
  and optionally provides the GUI to control them.
@@ -49,22 +68,3 @@ Description: Plugin interface for media player features.
  through view as well as XML GUI KActions.
  KMediaPlayer/Engine omits the user interface facets,
  for those who wish to provide their own interface.
-
-Package: libkf5mediaplayer-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}
-Breaks: libkf5mediaplayer5 (<= 5.0.0-0ubuntu1~ubuntu14.10~ppa3)
-Replaces: libkf5mediaplayer5 (<= 5.0.0-0ubuntu1~ubuntu14.10~ppa3)
-Description: Plugin interface for media player features.
- It provides all of the necessary media player operations,
- and optionally provides the GUI to control them.
- .
- There are two servicetypes for Player:
- KMediaPlayer/Player and KMediaPlayer/Engine.
- KMediaPlayer/Player provides a widget (accessible
- through view as well as XML GUI KActions.
- KMediaPlayer/Engine omits the user interface facets,
- for those who wish to provide their own interface.
- .
- This package contains the data files.

-- 
kmediaplayer packaging



More information about the pkg-kde-commits mailing list