From 0538acef539816f7cdb23756f2b136a2ebe1f5a9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 23 Jul 2021 13:58:49 +0200 Subject: Wrap and sorting debian directory. Signed-off-by: Daniel Baumann --- debian/control | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 993c4a3..2399bc8 100644 --- a/debian/control +++ b/debian/control @@ -2,35 +2,42 @@ 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: libck0 -Section: libs +Package: libck-dev +Section: libdevel Architecture: any -Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Concurrency Kit (library) +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. . - 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. + This package contains the development files. -Package: libck-dev -Section: libdevel +Package: libck0 +Section: libs Architecture: any -Multi-Arch: same -Depends: libck0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: Concurrency Kit (development) +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, design and implementation of high performance concurrent systems. . - This package contains the development files. + 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. -- cgit v1.2.3