[SCM] kglobalaccel packaging branch, master, updated. debian/5.36.0-1-9-gdf2d97c
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Aug 16 11:21:48 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kglobalaccel.git;a=commitdiff;h=f4617dc
The following commit has been merged in the master branch:
commit f4617dc0106dacfee13b621be01cc1f124a5542f
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 15 18:24:03 2017 +0200
Add a libkf5globalaccel-doc package for the qch files
---
debian/control | 84 +++++++++++++++++++++---------------
debian/libkf5globalaccel-doc.install | 2 +
debian/rules | 3 ++
3 files changed, 55 insertions(+), 34 deletions(-)
diff --git a/debian/control b/debian/control
index 2b28b18..6f644a4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake (>= 3.0~),
debhelper (>= 9),
+ doxygen,
extra-cmake-modules (>= 5.37.0~),
+ graphviz,
libkf5config-dev (>= 5.37.0~),
libkf5coreaddons-dev (>= 5.37.0~),
libkf5crash-dev (>= 5.37.0~),
@@ -13,6 +15,7 @@ Build-Depends: cmake (>= 3.0~),
libkf5i18n-dev (>= 5.10.0~),
libkf5service-dev (>= 5.28.0~),
libkf5windowsystem-dev (>= 5.37.0~),
+ libqt5sql5-sqlite,
libqt5x11extras5-dev (>= 5.7.0~),
libx11-dev,
libxcb-keysyms1-dev,
@@ -22,23 +25,53 @@ Build-Depends: cmake (>= 3.0~),
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.7.0~),
qttools5-dev (>= 5.4),
- qttools5-dev-tools (>= 5.4)
+ qttools5-dev-tools (>= 5.4),
Standards-Version: 4.0.0
Homepage: https://projects.kde.org/projects/frameworks/kglobalaccel
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kglobalaccel.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kglobalaccel.git
+Package: libkf5globalaccel-bin
+Architecture: any
+Depends: libkf5globalaccel-data (= ${source:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Breaks: plasma-workspace (<= 4:5.2.0-1)
+Replaces: plasma-workspace (<= 4:5.2.0-1)
+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
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkf5globalaccel5-data, plasma-workspace (<< 4:5.2.0-0ubuntu2~)
+Replaces: libkf5globalaccel5-data, plasma-workspace (<< 4:5.2.0-0ubuntu2~)
+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 data files.
+
Package: libkf5globalaccel-dev
Section: libdevel
Architecture: any
Depends: libkf5globalaccel5 (= ${binary:Version}),
libkf5globalaccelprivate5 (= ${binary:Version}),
qtbase5-dev (>= 5.7.0~),
- ${misc:Depends}
+ ${misc:Depends},
Breaks: libkf5globalaccel5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa3),
libkf5khtml-dev (<< 5.37),
- libkf5xmlgui-dev (<< 5.37)
+ libkf5xmlgui-dev (<< 5.37),
Replaces: libkf5globalaccel5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa3)
+Recommends: libkf5globalaccel-doc (= ${source:Version})
Description: development files for kglobalaccel
KGlobalAccel allows you to have global accelerators that are
independent of the focused window. Unlike regular shortcuts,
@@ -47,12 +80,24 @@ Description: development files for kglobalaccel
.
Contains development files for kglobalaccel.
+Package: libkf5globalaccel-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Configurable global shortcut support (documentation)
+ 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 the qch documentation files.
+
Package: libkf5globalaccel5
Architecture: any
Multi-Arch: same
Depends: libkf5globalaccel-data (= ${source:Version}),
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
Recommends: libkf5globalaccel-bin (= ${binary:Version})
Description: Configurable global shortcut support.
KGlobalAccel allows you to have global accelerators that are
@@ -63,7 +108,7 @@ Breaks: libkf5kdelibs4support5 (<< 5.37),
libkf5khtml5 (<< 5.37),
libkf5plasma5 (<< 5.37),
libkf5xmlgui5 (<< 5.37),
- qml-module-org-kde-kquickcontrols (<< 5.37)
+ qml-module-org-kde-kquickcontrols (<< 5.37),
Package: libkf5globalaccelprivate5
Architecture: any
@@ -77,32 +122,3 @@ Description: Configurable global shortcut support - private runtime library
.
This library is considered private and must not be used by users of
KGlobalAccel.
-
-Package: libkf5globalaccel-bin
-Architecture: any
-Depends: libkf5globalaccel-data (= ${source:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
-Breaks: plasma-workspace (<= 4:5.2.0-1)
-Replaces: plasma-workspace (<= 4:5.2.0-1)
-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
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5globalaccel5-data, plasma-workspace (<< 4:5.2.0-0ubuntu2~)
-Replaces: libkf5globalaccel5-data, plasma-workspace (<< 4:5.2.0-0ubuntu2~)
-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 data files.
diff --git a/debian/libkf5globalaccel-doc.install b/debian/libkf5globalaccel-doc.install
new file mode 100644
index 0000000..e1c0f4f
--- /dev/null
+++ b/debian/libkf5globalaccel-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5GlobalAccel.qch
+usr/share/qt5/doc/KF5GlobalAccel.tags
diff --git a/debian/rules b/debian/rules
index 6a79535..86dc714 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+override_dh_auto_configure:
+ $(overridden_command) -- -DBUILD_QCH=ON
+
override_dh_strip:
$(overridden_command) --dbgsym-migration='libkf5globalaccel5-dbg (<= 5.19.0-1~~)'
--
kglobalaccel packaging
More information about the pkg-kde-commits
mailing list