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

Proposed by Jose Manuel Santamaria Lema
Status: Merged
Merged at revision: 20
Proposed branch: lp:~panfaust/kubuntu-packaging-next/knewstuff-work
Merge into: lp:~kubuntu-packagers/kubuntu-packaging-next/knewstuff
Diff against target: 79 lines (+23/-7)
4 files modified
debian/changelog (+5/-1)
debian/control (+15/-5)
debian/libkf5newstuff-dev.install (+1/-0)
debian/libkf5newstuff5.symbols (+2/-1)
To merge this branch: bzr merge lp:~panfaust/kubuntu-packaging-next/knewstuff-work
Reviewer Review Type Date Requested Status
Scarlett Gately Moore Approve
Review via email: mp+221959@code.launchpad.net

Description of the change

* Install the *.pri file in the -dev package.
* Fix control file, re-adding the -dev package.
* Update symbols file.
* Remove duplicate changelog entry.

To post a comment you must log in.
Revision history for this message
Scarlett Gately Moore (scarlettmoore) :
review: Approve
20. By Scarlett Gately Moore

Merge:
[ José Manuel Santamaría Lema ]
* Update symbols file.
* Fix control file, re-adding the -dev package.
* Install the *.pri file in the -dev package.

modified:
  debian/changelog
  debian/control
  debian/libkf5newstuff-dev.install
  debian/libkf5newstuff5.symbols
pending merges:
  José Manuel Santamaría Lema 2014-06-03 Install the *.pri file in the -dev package.
    José Manuel Santamaría Lema 2014-06-03 Fix control file, re-adding the -dev package.
    José Manuel Santamaría Lema 2014-06-03 Update symbols file.
    José Manuel Santamaría Lema 2014-06-03 Remove duplicate changelog entry.

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-02 18:53:28 +0000
3+++ debian/changelog 2014-06-03 21:12:51 +0000
4@@ -5,7 +5,11 @@
5
6 [ Scarlett Clark ]
7 * Bump depends versions
8- * Bump depends versions
9+
10+ [ José Manuel Santamaría Lema ]
11+ * Update symbols file.
12+ * Fix control file, re-adding the -dev package.
13+ * Install the *.pri file in the -dev package.
14
15 -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 02 Jun 2014 13:42:03 +0100
16
17
18=== modified file 'debian/control'
19--- debian/control 2014-06-02 18:53:28 +0000
20+++ debian/control 2014-06-03 21:12:51 +0000
21@@ -36,16 +36,26 @@
22 Standards-Version: 3.9.5
23 Homepage: https://projects.kde.org/projects/frameworks/knewstuff
24
25-Package: libkf5newstuff5
26+Package: libkf5newstuff-dev
27 Section: libdevel
28 Architecture: any
29 Depends: libkf5-kio-dev,
30 libkf5archive-dev,
31- libkf5xmlgui-dev
32- libkf5attica-dev,
33+ libkf5attica-dev,
34+ libkf5newstuff5 (= ${binary:Version}),
35+ libkf5xmlgui-dev,
36 qtbase5-dev,
37- ${misc:Depends},
38- ${shlibs:Depends}
39+ ${misc:Depends}
40+Description: development files for knewstuff
41+ Framework for downloading and sharing additional
42+ application data.
43+ .
44+ Contains development files for knewstuff.
45+
46+Package: libkf5newstuff5
47+Section: libdevel
48+Architecture: any
49+Depends: ${misc:Depends}, ${shlibs:Depends}
50 Description: Support for downloading application assets from the network.
51 Framework for downloading and sharing additional
52 application data.
53
54=== modified file 'debian/libkf5newstuff-dev.install'
55--- debian/libkf5newstuff-dev.install 2014-05-21 15:28:23 +0000
56+++ debian/libkf5newstuff-dev.install 2014-06-03 21:12:51 +0000
57@@ -1,3 +1,4 @@
58 usr/include/KF5/
59 usr/lib/*/cmake/KF5NewStuff/
60 usr/lib/*/libKF5NewStuff.so
61+usr/lib/*/qt5/mkspecs/modules/*
62
63=== modified file 'debian/libkf5newstuff5.symbols'
64--- debian/libkf5newstuff5.symbols 2014-02-04 18:41:33 +0000
65+++ debian/libkf5newstuff5.symbols 2014-06-03 21:12:51 +0000
66@@ -1,4 +1,4 @@
67-# SymbolsHelper-Confirmed: 4.95.0 amd64
68+# SymbolsHelper-Confirmed: 4.100.0 amd64
69 libKF5NewStuff.so.5 libkf5newstuff5 #MINVER#
70 _ZN4KNS312UploadDialog10setVersionERK7QString@Base 4.95.0
71 _ZN4KNS312UploadDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.95.0
72@@ -126,6 +126,7 @@
73 _ZN4KNS36ButtonD0Ev@Base 4.95.0
74 _ZN4KNS36ButtonD1Ev@Base 4.95.0
75 _ZN4KNS36ButtonD2Ev@Base 4.95.0
76+ (optional=templinst)_ZNK12KConfigGroup9readEntryIbEET_PKcRKS1_@Base 4.100.0
77 _ZNK4KNS312UploadDialog10metaObjectEv@Base 4.95.0
78 _ZNK4KNS312UploadDialog7Private19_supportedMimeTypesEv@Base 4.95.0
79 _ZNK4KNS314DownloadDialog10metaObjectEv@Base 4.95.0

Subscribers

People subscribed via source and target branches