[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:21 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/threadweaver.git;a=commitdiff;h=a71fe99
The following commit has been merged in the master branch:
commit a71fe99c5f5589aa4eeba501b60ea63a43b6ce74
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 15 21:16:48 2017 +0200
wrap-and-sort
---
debian/control | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index f542f2e..8d4e8a3 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: cmake (>= 3.0~),
libqt5sql5-sqlite,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.7.0~),
- qttools5-dev-tools
+ qttools5-dev-tools,
Standards-Version: 4.0.1
Homepage: https://projects.kde.org/projects/frameworks/threadweaver
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/threadweaver.git
@@ -22,7 +22,7 @@ Section: libdevel
Architecture: any
Depends: libkf5threadweaver5 (= ${binary:Version}),
qtbase5-dev (>= 5.7.0~),
- ${misc:Depends}
+ ${misc:Depends},
Breaks: libkf5kdelibs4support-dev (<< 5.37)
Recommends: libkf5threadweaver-doc (= ${source:Version})
Description: ThreadWeaver library to help multithreaded programming in Qt
@@ -36,11 +36,10 @@ Description: ThreadWeaver library to help multithreaded programming in Qt
.
This package contains the development files.
-Package: libkf5threadweaver5
-Architecture: any
-Multi-Arch: same
+Package: libkf5threadweaver-doc
+Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5runner5 (<< 5.37)
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
@@ -49,11 +48,14 @@ Description: ThreadWeaver library to help multithreaded programming in Qt
threads within a set of resource limits.
.
This package is part of KDE Frameworks 5.
+ .
+ This package contains the qch documentation files.
-Package: libkf5threadweaver-doc
-Architecture: all
-Multi-Arch: foreign
+Package: libkf5threadweaver5
+Architecture: any
+Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkf5runner5 (<< 5.37)
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
@@ -62,5 +64,3 @@ Description: ThreadWeaver library to help multithreaded programming in Qt
threads within a set of resource limits.
.
This package is part of KDE Frameworks 5.
- .
- This package contains the qch documentation files.
--
threadweaver packaging
More information about the pkg-kde-commits
mailing list