[SCM] threadweaver packaging branch, master, updated. debian/5.36.0-1-12-gcf5438c
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Aug 16 17:11:19 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/threadweaver.git;a=commitdiff;h=bc0f601
The following commit has been merged in the master branch:
commit bc0f6015c022c7855614bf58ef104ae6e2984c85
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 1 22:29:29 2017 +0200
Add libkf5threadweaver-doc package for the qch files
---
debian/control | 24 ++++++++++++++++++++----
debian/libkf5threadweaver-doc.install | 2 ++
2 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index f663922..ed32f32 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,9 @@ Architecture: any
Depends: libkf5threadweaver5 (= ${binary:Version}),
qtbase5-dev (>= 5.6.0~),
${misc:Depends}
-Description: ThreadWeaver library to help multithreaded programming.in Qt
+Breaks: libkf5kdelibs4support-dev (<< 5.36)
+Recommends: libkf5threadweaver-doc (= ${source:Version})
+Description: ThreadWeaver library to help multithreaded programming in Qt
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
interface to queue tasks and execute them in an efficient way. You simply
divide the workload into jobs, state the dependencies between the jobs and
@@ -33,13 +35,13 @@ Description: ThreadWeaver library to help multithreaded programming.in Qt
This package is part of KDE Frameworks 5.
.
This package contains the development files.
-Breaks: libkf5kdelibs4support-dev (<< 5.36)
Package: libkf5threadweaver5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: ThreadWeaver library to help multithreaded programming.in Qt
+Breaks: libkf5runner5 (<< 5.36)
+Description: ThreadWeaver library to help multithreaded programming in Qt
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
interface to queue tasks and execute them in an efficient way. You simply
divide the workload into jobs, state the dependencies between the jobs and
@@ -47,4 +49,18 @@ Description: ThreadWeaver library to help multithreaded programming.in Qt
threads within a set of resource limits.
.
This package is part of KDE Frameworks 5.
-Breaks: libkf5runner5 (<< 5.36)
+
+Package: libkf5threadweaver-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: ThreadWeaver library to help multithreaded programming in Qt
+ ThreadWeaver is a helper for multithreaded programming. It uses a job-based
+ interface to queue tasks and execute them in an efficient way. You simply
+ divide the workload into jobs, state the dependencies between the jobs and
+ ThreadWeaver will work out the most efficient way of dividing the work between
+ threads within a set of resource limits.
+ .
+ This package is part of KDE Frameworks 5.
+ .
+ This package contains the qch documentation files.
diff --git a/debian/libkf5threadweaver-doc.install b/debian/libkf5threadweaver-doc.install
new file mode 100644
index 0000000..5bcf232
--- /dev/null
+++ b/debian/libkf5threadweaver-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5ThreadWeaver.qch
+usr/share/qt5/doc/KF5ThreadWeaver.tags
--
threadweaver packaging
More information about the pkg-kde-commits
mailing list