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

Proposed by Jose Manuel Santamaria Lema
Status: Merged
Merged at revision: 30
Proposed branch: lp:~panfaust/kubuntu-packaging/knotifications-work
Merge into: lp:~kubuntu-packagers/kubuntu-packaging-next/knotifications
Diff against target: 45 lines (+18/-1)
3 files modified
debian/changelog (+7/-0)
debian/control (+10/-0)
debian/libkf5notifications-dev.install (+1/-1)
To merge this branch: bzr merge lp:~panfaust/kubuntu-packaging/knotifications-work
Reviewer Review Type Date Requested Status
Kubuntu Packagers Pending
Review via email: mp+221660@code.launchpad.net

Description of the change

* Re-add -dev package after a faulty wrap-and-sort.
* Install *.pri files in arch dependent path.

To post a comment you must log in.

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-05-29 09:38:06 +0000
3+++ debian/changelog 2014-06-02 04:57:24 +0000
4@@ -1,3 +1,10 @@
5+knotifications (4.99.0-0ubuntu2) UNRELEASED; urgency=medium
6+
7+ * Re-add -dev package after a faulty wrap-and-sort.
8+ * Install *.pri files in arch dependent path.
9+
10+ -- José Manuel Santamaría Lema <panfaust@gmail.com> Mon, 02 Jun 2014 04:53:11 +0200
11+
12 knotifications (4.99.0-0ubuntu1) trusty; urgency=medium
13
14 * New upstream beta release
15
16=== modified file 'debian/control'
17--- debian/control 2014-05-21 15:58:51 +0000
18+++ debian/control 2014-06-02 04:57:24 +0000
19@@ -32,6 +32,16 @@
20 Standards-Version: 3.9.5
21 Homepage: https://projects.kde.org/projects/frameworks/knotifications
22
23+Package: libkf5notifications-dev
24+Section: libdevel
25+Architecture: any
26+Depends: libkf5notifications5 (= ${binary:Version}), ${misc:Depends}
27+Description: a framework for desktop notifications
28+ KNotification is used to notify the user of an event. It covers
29+ feedback and persistent events.
30+ .
31+ Contains debug symbols for KNotifications.
32+
33 Package: libkf5notifications5
34 Section: libdevel
35 Architecture: any
36
37=== modified file 'debian/libkf5notifications-dev.install'
38--- debian/libkf5notifications-dev.install 2014-05-21 15:28:26 +0000
39+++ debian/libkf5notifications-dev.install 2014-06-02 04:57:24 +0000
40@@ -3,4 +3,4 @@
41 usr/lib/*/libKF5Notifications.so
42 usr/share/dbus-1/interfaces/kf5_org.kde.StatusNotifierItem.xml
43 usr/share/dbus-1/interfaces/kf5_org.kde.StatusNotifierWatcher.xml
44-usr/share/qt5/mkspecs/modules/qt_KNotifications.pri
45+usr/lib/*/qt5/mkspecs/modules/*

Subscribers

People subscribed via source and target branches