[neon/kf6/kf6-threadweaver/Neon/release] debian: Replaces:
Carlos De Maine
null at kde.org
Mon Aug 5 04:42:56 BST 2024
Git commit 8c5d22a9e5ef65cda89bca44b4fd71bd2d28f6f2 by Carlos De Maine.
Committed on 05/08/2024 at 03:42.
Pushed by carlosdem into branch 'Neon/release'.
Replaces:
M +13 -7 debian/control
https://invent.kde.org/neon/kf6/kf6-threadweaver/-/commit/8c5d22a9e5ef65cda89bca44b4fd71bd2d28f6f2
diff --git a/debian/control b/debian/control
index 7dacca2..7087375 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Architecture: any
Section: kde
X-Neon-MergedPackage: true
Depends: ${misc:Depends}, ${shlibs:Depends}
+Replaces: libkf6threadweaver6,
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
@@ -35,7 +36,12 @@ Package: kf6-threadweaver-dev
Architecture: any
Section: kde
X-Neon-MergedPackage: true
-Depends: kf6-threadweaver (= ${binary:Version}), qt6-base-dev, ${misc:Depends}, ${shlibs:Depends}
+Depends: kf6-threadweaver (= ${binary:Version}),
+ qt6-base-dev,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Replaces: libkf6threadweaver-dev,
+ libkf6threadweaver-doc,
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
@@ -47,12 +53,6 @@ Description: ThreadWeaver library to help multithreaded programming in Qt
.
This package contains the development files.
-Package: libkf6threadweaver-doc
-Architecture: all
-Depends: kf6-threadweaver-dev, ${misc:Depends}
-Description: Dummy transitional
- Transitional dummy package.
-
Package: libkf6threadweaver6
Architecture: all
Depends: kf6-threadweaver, ${misc:Depends}
@@ -64,3 +64,9 @@ Architecture: all
Depends: kf6-threadweaver-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
+
+Package: libkf6threadweaver-doc
+Architecture: all
+Depends: kf6-threadweaver-dev, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
\ No newline at end of file
More information about the Neon-commits
mailing list