Merge lp:~panfaust/kubuntu-packaging-next/kmediaplayer-work3 into lp:~kubuntu-packagers/kubuntu-packaging-next/kmediaplayer

Proposed by Jose Manuel Santamaria Lema
Status: Merged
Merged at revision: 34
Proposed branch: lp:~panfaust/kubuntu-packaging-next/kmediaplayer-work3
Merge into: lp:~kubuntu-packagers/kubuntu-packaging-next/kmediaplayer
Diff against target: 79 lines (+35/-12)
4 files modified
debian/changelog (+3/-0)
debian/control (+31/-11)
debian/libkf5mediaplayer-data.install (+1/-0)
debian/libkf5mediaplayer5.install (+0/-1)
To merge this branch: bzr merge lp:~panfaust/kubuntu-packaging-next/kmediaplayer-work3
Reviewer Review Type Date Requested Status
Scarlett Gately Moore Pending
Review via email: mp+226869@code.launchpad.net

This proposal supersedes a proposal from 2014-07-15.

Description of the change

Add -data package. This merge request is the right version of this wrong one
https://code.launchpad.net/~panfaust/kubuntu-packaging-next/kmediaplayer-work/+merge/224018

To post a comment you must log in.
Revision history for this message
Scarlett Gately Moore (scarlettmoore) wrote : Posted in a previous version of this proposal

Something funky going on with the changelog. Looks like you want to merge a bzr conflict?

review: Needs Fixing
Revision history for this message
Jose Manuel Santamaria Lema (panfaust) wrote :

Aparently bazaar did something weird, fixed.

34. By Scarlett Gately Moore

Merge:
[ José Manuel Santamaría Lema ]
Create -data package to provide architecture independent files.

added:
  debian/libkf5mediaplayer-data.install
modified:
  debian/changelog
  debian/control
  debian/libkf5mediaplayer5.install
pending merges:
  José Manuel Santamarí... 2014-07-15 Create -data package to provide architecture independen...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-07-08 21:18:14 +0000
3+++ debian/changelog 2014-07-15 15:38:22 +0000
4@@ -8,6 +8,9 @@
5 * Update watch file to stable
6 * Add Vcs
7
8+ [ José Manuel Santamaría Lema ]
9+ * Create -data package to provide architecture independent files.
10+
11 -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 02 Jul 2014 00:39:03 +0200
12
13 kmediaplayer (4.100.0-0ubuntu1) utopic; urgency=medium
14
15=== modified file 'debian/control'
16--- debian/control 2014-07-08 21:18:14 +0000
17+++ debian/control 2014-07-15 15:38:22 +0000
18@@ -59,17 +59,37 @@
19 Package: libkf5mediaplayer5
20 Architecture: any
21 Multi-Arch: same
22-Depends: ${misc:Depends}, ${shlibs:Depends}
23-Description: Plugin interface for media player features.
24- It provides all of the necessary media player operations,
25- and optionally provides the GUI to control them.
26- .
27- There are two servicetypes for Player:
28- KMediaPlayer/Player and KMediaPlayer/Engine.
29- KMediaPlayer/Player provides a widget (accessible
30- through view as well as XML GUI KActions.
31- KMediaPlayer/Engine omits the user interface facets,
32- for those who wish to provide their own interface.
33+Depends: libkf5mediaplayer-data (= ${source:Version}),
34+ ${misc:Depends},
35+ ${shlibs:Depends}
36+Description: Plugin interface for media player features.
37+ It provides all of the necessary media player operations,
38+ and optionally provides the GUI to control them.
39+ .
40+ There are two servicetypes for Player:
41+ KMediaPlayer/Player and KMediaPlayer/Engine.
42+ KMediaPlayer/Player provides a widget (accessible
43+ through view as well as XML GUI KActions.
44+ KMediaPlayer/Engine omits the user interface facets,
45+ for those who wish to provide their own interface.
46+
47+Package: libkf5mediaplayer-data
48+Architecture: all
49+Depends: ${misc:Depends}
50+Breaks: libkf5mediaplayer5 (<= 5.0.0-0ubuntu1~ubuntu14.10~ppa3)
51+Replaces: libkf5mediaplayer5 (<= 5.0.0-0ubuntu1~ubuntu14.10~ppa3)
52+Description: Plugin interface for media player features.
53+ It provides all of the necessary media player operations,
54+ and optionally provides the GUI to control them.
55+ .
56+ There are two servicetypes for Player:
57+ KMediaPlayer/Player and KMediaPlayer/Engine.
58+ KMediaPlayer/Player provides a widget (accessible
59+ through view as well as XML GUI KActions.
60+ KMediaPlayer/Engine omits the user interface facets,
61+ for those who wish to provide their own interface.
62+ .
63+ This package contains the data files.
64
65 Package: libkf5mediaplayer5-dbg
66 Priority: extra
67
68=== added file 'debian/libkf5mediaplayer-data.install'
69--- debian/libkf5mediaplayer-data.install 1970-01-01 00:00:00 +0000
70+++ debian/libkf5mediaplayer-data.install 2014-07-15 15:38:22 +0000
71@@ -0,0 +1,1 @@
72+usr/share/kservicetypes5
73
74=== modified file 'debian/libkf5mediaplayer5.install'
75--- debian/libkf5mediaplayer5.install 2014-07-02 05:22:15 +0000
76+++ debian/libkf5mediaplayer5.install 2014-07-15 15:38:22 +0000
77@@ -1,2 +1,1 @@
78 usr/lib/*/libKF5MediaPlayer.so.5*
79-usr/share/kservicetypes5

Subscribers

People subscribed via source and target branches