Ubuntu Pastebin

Paste from yofel at Tue, 8 Mar 2016 20:29:12 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
$ /home/yofel/src/kubuntu-automation/bump-build-dep-versions --dist xenial --version 5.5.5 --releasetype plasma
=== bump-build-dep-versions diff start
diff --git a/debian/control b/debian/control
index b3cbbc2..6cd1a45 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends: cmake (>= 2.8.12),
                kdoctools-dev (>= 5.18.0~),
                kinit-dev (>= 5.18.0~),
                kio-dev (>= 5.18.0~),
-               kscreenlocker-dev (>= 5.5.1~),
-               kwayland-dev (>= 4:5.5.1~),
+               kscreenlocker-dev (>= 5.5.5~),
+               kwayland-dev (>= 4:5.5.5~),
                libegl1-mesa-dev (>= 1.2~),
                libepoxy-dev (>= 1.2),
                libfontconfig1-dev,
@@ -19,7 +19,7 @@ Build-Depends: cmake (>= 2.8.12),
                libgbm-dev,
                libice-dev,
                libinput-dev (>= 0.10~),
-               libkdecorations2-dev (>= 4:5.5.1~),
+               libkdecorations2-dev (>= 4:5.5.5~),
                libkf5activities-dev (>= 5.18.0~),
                libkf5completion-dev (>= 5.18.0~),
                libkf5config-dev (>= 5.18.0~),
@@ -238,34 +238,6 @@ Description: KDE window manager render utils library
  .
  This package is part of the KDE base workspace module.
 
-#Package: kwin-hwcomposer-backend
-#Depends: kwin-wayland-backend-hwcomposer, ${misc:Depends}
-#Architecture: all
-#Multi-Arch: foreign
-#Priority: extra
-#Section: oldlibs
-#Description: transitional dummy package
-# This is a transitional dummy package. It can safely be removed.
-
-# requires libhybris but the not the ubuntu version of it
-#Package: kwin-wayland-backend-hwcomposer
-#Section: libs
-#Architecture: armel armhf
-#Depends: ${misc:Depends}, ${shlibs:Depends}
-#Breaks: kwin-hwcomposer-backend (<< 4:5.3.90+git20150807)
-#Replaces: kwin-hwcomposer-backend (<< 4:5.3.90+git20150807)
-#Provides: kwin-wayland-backend
-#Description: KDE window manager hwcompositor plugin
-# KWin (pronounced as one syllable "kwin") is the window
-# manager for the KDE Plasma Desktop. It gives you complete
-# control over your windows, making sure they're not in the way
-# but aid you in your task. It paints the window decoration,
-# the bar on top of every window with (configurable) buttons
-# like close, maximize and minimize. It also handles placing
-# of windows and switching between them.
-# .
-# This package is part of the KDE base workspace module.
-
 Package: kwin-wayland-backend-drm
 Section: libs
 Architecture: any
=== bump-build-dep-versions diff end
Download as text