Merge lp:~panfaust/kubuntu-packaging-next/kauth-work into lp:~kubuntu-packagers/kubuntu-packaging-next/kauth

Proposed by Jose Manuel Santamaria Lema
Status: Merged
Merged at revision: 31
Proposed branch: lp:~panfaust/kubuntu-packaging-next/kauth-work
Merge into: lp:~kubuntu-packagers/kubuntu-packaging-next/kauth
Diff against target: 82 lines (+22/-7)
6 files modified
debian/changelog (+5/-0)
debian/control (+15/-0)
debian/libkf5auth-bin.install (+1/-0)
debian/libkf5auth-data.install (+1/-0)
debian/libkf5auth5.install (+0/-2)
debian/libkf5auth5.symbols (+0/-5)
To merge this branch: bzr merge lp:~panfaust/kubuntu-packaging-next/kauth-work
Reviewer Review Type Date Requested Status
Kubuntu Packagers Pending
Review via email: mp+223659@code.launchpad.net

Description of the change

Create libkf5auth-bin to provide runtime files.

To post a comment you must log in.
31. By Jonathan Riddell

[ José Manuel Santamaría Lema ]
* Add new package libkf5auth5-bin with runtime files.
* Move /usr/share/kf5/kauth/* files from libkf5auth5 to -data package.
* Remove plugin symbols from libkf5auth5.symbols.

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-06-05 16:24:08 +0000
3+++ debian/changelog 2014-06-18 23:10:11 +0000
4@@ -12,6 +12,11 @@
5 * libkf5auth5-data to libkf5auth-data
6 + Replaces+Breaks previous
7
8+ [ José Manuel Santamaría Lema ]
9+ * Add new package libkf5auth5-bin with runtime files.
10+ * Move /usr/share/kf5/kauth/* files from libkf5auth5 to -data package.
11+ * Remove plugin symbols from libkf5auth5.symbols.
12+
13 -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 02 Jun 2014 13:33:56 +0100
14
15 kauth (4.99.0-0ubuntu1) trusty; urgency=medium
16
17=== modified file 'debian/control'
18--- debian/control 2014-06-05 16:24:08 +0000
19+++ debian/control 2014-06-18 23:10:11 +0000
20@@ -31,11 +31,26 @@
21 .
22 This package contains development files for kauth.
23
24+Package: libkf5auth-bin
25+Section: libdevel
26+Architecture: any
27+Depends: ${misc:Depends}, ${shlibs:Depends}
28+Breaks: libkf5auth5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa1)
29+Replaces: libkf5auth5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa1)
30+Description: Abstraction to system policy and authentication features
31+ KAuth is a framework to let applications perform actions as a
32+ privileged user.
33+ .
34+ KAuth is part of KDE Frameworks 5.
35+ .
36+ This package contains runtime files for kauth.
37+
38 Package: libkf5auth5
39 Architecture: any
40 Depends: libkf5auth-data (= ${source:Version}),
41 ${misc:Depends},
42 ${shlibs:Depends}
43+Recommends: libkf5auth-bin (= ${binary:Version})
44 Description: Abstraction to system policy and authentication features
45 KAuth is a framework to let applications perform actions as a
46 privileged user.
47
48=== added file 'debian/libkf5auth-bin.install'
49--- debian/libkf5auth-bin.install 1970-01-01 00:00:00 +0000
50+++ debian/libkf5auth-bin.install 2014-06-18 23:10:11 +0000
51@@ -0,0 +1,1 @@
52+usr/lib/*/qt5/plugins/kauth/helper/kauth_helper_plugin.so
53
54=== modified file 'debian/libkf5auth-data.install'
55--- debian/libkf5auth-data.install 2014-06-05 16:24:08 +0000
56+++ debian/libkf5auth-data.install 2014-06-18 23:10:11 +0000
57@@ -1,1 +1,2 @@
58+usr/share/kf5/kauth/*
59 usr/share/locale
60
61=== modified file 'debian/libkf5auth5.install'
62--- debian/libkf5auth5.install 2014-05-21 15:26:53 +0000
63+++ debian/libkf5auth5.install 2014-06-18 23:10:11 +0000
64@@ -1,4 +1,2 @@
65 usr/lib/*/libKF5Auth.so.4*
66 usr/lib/*/libKF5Auth.so.5
67-usr/lib/*/qt5/plugins/kauth/helper/kauth_helper_plugin.so
68-usr/share/kf5/kauth/*
69
70=== modified file 'debian/libkf5auth5.symbols'
71--- debian/libkf5auth5.symbols 2014-05-06 20:39:28 +0000
72+++ debian/libkf5auth5.symbols 2014-06-18 23:10:11 +0000
73@@ -1,9 +1,4 @@
74 # SymbolsHelper-Confirmed: 4.99.0 amd64
75-kauth_helper_plugin.so libkf5auth5 #MINVER#
76- qt_plugin_instance@Base 4.99.0
77- qt_plugin_query_metadata@Base 4.99.0
78-
79-
80 libKF5Auth.so.5 libkf5auth5 #MINVER#
81 _ZN5KAuth10ExecuteJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0
82 _ZN5KAuth10ExecuteJob11qt_metacastEPKc@Base 4.96.0

Subscribers

People subscribed via source and target branches