From df0df700064ddc897498e1081531efdcfc8793f4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 Feb 2025 07:39:36 +0100 Subject: [PATCH] Wrap and sorting debian directory. Signed-off-by: Daniel Baumann --- debian/control | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/debian/control b/debian/control index 993c4a3..2399bc8 100644 --- a/debian/control +++ b/debian/control @@ -2,18 +2,37 @@ Source: ck Section: libs Priority: optional Maintainer: Daniel Baumann -Build-Depends: debhelper-compat (= 13) +Build-Depends: + debhelper-compat (= 13), Rules-Requires-Root: no Standards-Version: 4.5.1 Homepage: http://concurrencykit.org Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ck Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ck +Package: libck-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: + libck0 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Concurrency Kit (development) + The Concurrency Kit library implements concurrency primitives, safe memory + reclamation mechanisms and non-blocking data structures for the research, + design and implementation of high performance concurrent systems. + . + This package contains the development files. + Package: libck0 Section: libs Architecture: any -Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + ${misc:Depends}, + ${shlibs:Depends}, Description: Concurrency Kit (library) The Concurrency Kit library implements concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures for the research, @@ -22,15 +41,3 @@ Description: Concurrency Kit (library) It features atomic operations, hardware transactional memory, memory barriers, hash tables, list, ring, stack, fifo, bitmap, safe memory reclamation, scalable locks, execution barriers, asymmetric synchronization and more. - -Package: libck-dev -Section: libdevel -Architecture: any -Multi-Arch: same -Depends: libck0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: Concurrency Kit (development) - The Concurrency Kit library implements concurrency primitives, safe memory - reclamation mechanisms and non-blocking data structures for the research, - design and implementation of high performance concurrent systems. - . - This package contains the development files.