Merge ~wxl/kubuntu-packaging/+git/kwin:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/kwin:kubuntu_unstable

Proposed by ԜаӀtеr Ⅼарсһуnѕkі
Status: Merged
Merged at revision: dd5549658139d03099a89e6760da74a3b3727c8c
Proposed branch: ~wxl/kubuntu-packaging/+git/kwin:kubuntu_unstable
Merge into: ~kubuntu-packagers/kubuntu-packaging/+git/kwin:kubuntu_unstable
Diff against target: 95 lines (+8/-5)
3 files modified
debian/changelog (+5/-1)
debian/control (+3/-3)
dev/null (+0/-1)
Reviewer Review Type Date Requested Status
Simon Quigley Approve
Review via email: mp+310606@code.launchpad.net

Description of the change

I merged from kubuntu_zesty_archive to kubuntu_unstable, solving http://kci.pangea.pub/job/merger_kwin/997/console

Had to remove debian/patches and move José's last bulletpoint in the changelog to do so.

Regarding the former, please reference this commit to kubuntu_zesty_archive:
https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kwin/commit/?id=7686532fbd041703bda5b08212a5c4262ed67d72

To post a comment you must log in.
Revision history for this message
Simon Quigley (tsimonq2) wrote :

Looks sane to me, thanks Walter! :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 29cea75..e59372b 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,9 +1,13 @@
6-kwin (4:5.7.5-0ubuntu3) UNRELEASED; urgency=medium
7+kwin (4:5.8.3-0ubuntu1) UNRELEASED; urgency=medium
8
9+ [ José Manuel Santamaría Lema ]
10 * Soname bump for library packages
11 * Update Vcs-Git fields to use https:// instead of git://
12 * Update symbols and remove missing
13
14+ [ Simon Quigley ]
15+ * New upstream release (5.8.3)
16+
17 -- José Manuel Santamaría Lema <panfaust@gmail.com> Sat, 29 Oct 2016 16:48:35 +0200
18
19 kwin (4:5.7.5-0ubuntu2) yakkety; urgency=medium
20diff --git a/debian/control b/debian/control
21index 88aa8b8..1f2aa03 100644
22--- a/debian/control
23+++ b/debian/control
24@@ -4,14 +4,14 @@ Priority: optional
25 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
26 XSBC-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
27 Uploaders: Maximiliano Curia <maxy@debian.org>
28-Build-Depends: breeze-dev (>= 4:5.7.5~),
29+Build-Depends: breeze-dev (>= 4:5.8.3~),
30 cmake (>= 2.8.12),
31 debhelper (>= 9),
32 extra-cmake-modules (>= 5.24.0~),
33 kdoctools-dev (>= 5.24.0~),
34 kinit-dev (>= 5.24.0~),
35 kio-dev (>= 5.24.0~),
36- kscreenlocker-dev (>= 5.7.5~),
37+ kscreenlocker-dev (>= 5.8.3~),
38 kwayland-dev (>= 4:5.24.0~),
39 libegl1-mesa-dev (>= 1.2~),
40 libepoxy-dev (>= 1.2),
41@@ -20,7 +20,7 @@ Build-Depends: breeze-dev (>= 4:5.7.5~),
42 libgbm-dev,
43 libice-dev,
44 libinput-dev (>= 0.10~),
45- libkdecorations2-dev (>= 4:5.7.5~),
46+ libkdecorations2-dev (>= 4:5.8.3~),
47 libkf5activities-dev (>= 5.24.0~),
48 libkf5completion-dev (>= 5.24.0~),
49 libkf5config-dev (>= 5.24.0~),
50diff --git a/debian/patches/kubuntu_disable_failing_test.diff b/debian/patches/kubuntu_disable_failing_test.diff
51deleted file mode 100644
52index 9a7f479..0000000
53--- a/debian/patches/kubuntu_disable_failing_test.diff
54+++ /dev/null
55@@ -1,33 +0,0 @@
56-Author: José Manuel Santamaría Lema <panfaust@gmail.com>
57-Forwarded: no
58-Description: Disable failing test, so far it doesn't seem possible to get it
59- running correctly, not even with xvfb-run
60---- a/autotests/wayland/pointer_input.cpp
61-+++ b/autotests/wayland/pointer_input.cpp
62-@@ -71,7 +71,7 @@ private Q_SLOTS:
63- void testMouseActionActiveWindow_data();
64- void testMouseActionActiveWindow();
65- void testCursorImage();
66-- void testEffectOverrideCursorImage();
67-+ /*void testEffectOverrideCursorImage();*/
68-
69- private:
70- void render(KWayland::Client::Surface *surface, const QSize &size = QSize(100, 50));
71-@@ -880,7 +880,7 @@ public:
72- ~HelperEffect() {}
73- };
74-
75--void PointerInputTest::testEffectOverrideCursorImage()
76-+/*void PointerInputTest::testEffectOverrideCursorImage()
77- {
78- // this test verifies the effect cursor override handling
79- using namespace KWayland::Client;
80-@@ -953,7 +953,7 @@ void PointerInputTest::testEffectOverrid
81- effects->stopMouseInterception(effect.data());
82- QVERIFY(enteredSpy.wait());
83- QVERIFY(p->cursorImage().isNull());
84--}
85-+}*/
86-
87- }
88-
89diff --git a/debian/patches/series b/debian/patches/series
90deleted file mode 100644
91index f9b0faf..0000000
92--- a/debian/patches/series
93+++ /dev/null
94@@ -1 +0,0 @@
95-#kubuntu_disable_failing_test.diff

Subscribers

People subscribed via source and target branches