[SCM] kglobalaccel packaging branch, kubuntu_unstable, updated. 3ca0a1899508d76af67df923d62d5e07d828ac3e

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Jan 7 07:51:27 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kglobalaccel.git;a=commitdiff;h=3ca0a18

The following commit has been merged in the kubuntu_unstable branch:
commit 3ca0a1899508d76af67df923d62d5e07d828ac3e
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Jan 7 08:51:20 2015 +0100

    kglobalacceld moved to frameworks from plasma-workspace
    
    - new bdeps
    - new package libkf5globalaccel-bin
    - lib recommends -bin
    - -data was expanded to cover dbus service files and kservice files
    - -bin depends on -data
---
 debian/control                        | 25 ++++++++++++++++++++++++-
 debian/libkf5globalaccel-bin.install  |  1 +
 debian/libkf5globalaccel-data.install |  4 +++-
 3 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 851c1a0..41f6e27 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,14 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake,
                debhelper (>= 9.0.0),
                extra-cmake-modules (>= 1.6.0),
+               libkf5config-dev (>= 5.6.0),
+               libkf5coreaddons-dev (>= 5.6.0),
+               libkf5crash-dev (>= 5.6.0),
+               libkf5dbusaddons-dev (>= 5.6.0),
+               libkf5i18n-dev (>= 5.6.0),
+               libkf5windowsystem-dev (>= 5.6.0),
                libqt5x11extras5-dev,
+               libxcb-keysyms1-dev,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev,
                qttools5-dev,
@@ -38,12 +45,28 @@ Multi-Arch: same
 Depends: libkf5globalaccel-data (= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
+Recommends: libkf5globalaccel-bin (= ${binary:Version})
 Description: Configurable global shortcut support.
  KGlobalAccel allows you to have global accelerators that are
  independent of the focused window. Unlike regular shortcuts,
  the application's window does not need focus for them to be
  activated.
 
+Package: libkf5globalaccel-bin
+Architecture: any
+Depends: libkf5globalaccel-data (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Breaks: plasma-workspace (<< 4:5.1.2+git20150107~)
+Replaces: plasma-workspace (<< 4:5.1.2+git20150107~)
+Description: Configurable global shortcut support.
+ KGlobalAccel allows you to have global accelerators that are
+ independent of the focused window. Unlike regular shortcuts,
+ the application's window does not need focus for them to be
+ activated.
+ .
+ This package contains binaries.
+
 Package: libkf5globalaccel-data
 Architecture: all
 Multi-Arch: foreign
@@ -56,7 +79,7 @@ Description: Configurable global shortcut support.
  the application's window does not need focus for them to be
  activated.
  .
- This package contains the translations.
+ This package contains data files.
 
 Package: libkf5globalaccel5-dbg
 Priority: extra
diff --git a/debian/libkf5globalaccel-bin.install b/debian/libkf5globalaccel-bin.install
new file mode 100644
index 0000000..1df36c6
--- /dev/null
+++ b/debian/libkf5globalaccel-bin.install
@@ -0,0 +1 @@
+usr/bin/*
diff --git a/debian/libkf5globalaccel-data.install b/debian/libkf5globalaccel-data.install
index 3635480..c82625d 100644
--- a/debian/libkf5globalaccel-data.install
+++ b/debian/libkf5globalaccel-data.install
@@ -1 +1,3 @@
-usr/share/locale
+usr/share/dbus-1/services/
+usr/share/kservices5/
+usr/share/locale/

-- 
kglobalaccel packaging



More information about the pkg-kde-commits mailing list