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

Proposed by Jose Manuel Santamaria Lema
Status: Merged
Merged at revision: 22
Proposed branch: lp:~panfaust/kubuntu-packaging/kplotting-work
Merge into: lp:~kubuntu-packagers/kubuntu-packaging-next/kplotting
Diff against target: 67 lines (+27/-1) (has conflicts)
3 files modified
debian/changelog (+10/-0)
debian/control (+16/-0)
debian/libkf5plotting-dev.install (+1/-1)
Text conflict in debian/changelog
Text conflict in debian/control
To merge this branch: bzr merge lp:~panfaust/kubuntu-packaging/kplotting-work
Reviewer Review Type Date Requested Status
Kubuntu Packagers Pending
Review via email: mp+221758@code.launchpad.net

Description of the change

* Re-add libkf5plotting-dev after 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-06-02 12:43:12 +0000
3+++ debian/changelog 2014-06-02 15:53:02 +0000
4@@ -1,9 +1,19 @@
5+<<<<<<< TREE
6 kplotting (4.100.0-0ubuntu1) UNRELEASED; urgency=medium
7
8 * New upstream beta release
9
10 -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 02 Jun 2014 13:43:11 +0100
11
12+=======
13+kplotting (4.99.0-0ubuntu2) UNRELEASED; urgency=medium
14+
15+ * Re-add libkf5plotting-dev after faulty wrap-and-sort.
16+ * Install *.pri files in arch dependent path.
17+
18+ -- José Manuel Santamaría Lema <panfaust@gmail.com> Mon, 02 Jun 2014 15:33:12 +0200
19+
20+>>>>>>> MERGE-SOURCE
21 kplotting (4.99.0-0ubuntu1) trusty; urgency=medium
22
23 * New upstream beta release
24
25=== modified file 'debian/control'
26--- debian/control 2014-06-02 15:29:25 +0000
27+++ debian/control 2014-06-02 15:53:02 +0000
28@@ -12,6 +12,7 @@
29 Standards-Version: 3.9.5
30 Homepage: https://projects.kde.org/projects/frameworks/kplotting
31
32+<<<<<<< TREE
33 Package: libkf5plotting-dev
34 Section: libdevel
35 Architecture: any
36@@ -25,6 +26,21 @@
37 .
38 Contains development files for kplotting.
39
40+=======
41+Package: libkf5plotting-dev
42+Section: libdevel
43+Architecture: any
44+Depends: libkf5plotting5 (= ${binary:Version}), ${misc:Depends}
45+Description: development files for kplotting
46+ KPlotWidget is a QWidget-derived class that provides a virtual base class
47+ for easy data-plotting. The idea behind KPlotWidget is that you only have
48+ to specify information in "data units"; i.e., the natural units of the
49+ data being plotted. KPlotWidget automatically converts everything
50+ to screen pixel units.
51+ .
52+ Contains development files for kplotting.
53+
54+>>>>>>> MERGE-SOURCE
55 Package: libkf5plotting5
56 Architecture: any
57 Multi-Arch: same
58
59=== modified file 'debian/libkf5plotting-dev.install'
60--- debian/libkf5plotting-dev.install 2014-05-21 15:28:35 +0000
61+++ debian/libkf5plotting-dev.install 2014-06-02 15:53:02 +0000
62@@ -2,4 +2,4 @@
63 usr/include/KF5/
64 usr/lib/*/cmake/KF5Plotting/
65 usr/lib/*/libKF5Plotting.so
66-usr/share/qt5/mkspecs/modules/qt_KPlotting.pri
67+usr/lib/*/qt5/mkspecs/modules/*

Subscribers

People subscribed via source and target branches