Wrap and sorting debian directory.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8bde6e2fd6
commit
df0df70006
1 changed files with 22 additions and 15 deletions
37
debian/control
vendored
37
debian/control
vendored
|
@ -2,18 +2,37 @@ Source: ck
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||||
Build-Depends: debhelper-compat (= 13)
|
Build-Depends:
|
||||||
|
debhelper-compat (= 13),
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.5.1
|
||||||
Homepage: http://concurrencykit.org
|
Homepage: http://concurrencykit.org
|
||||||
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ck
|
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
|
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
|
Package: libck0
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends:
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
${misc:Pre-Depends},
|
||||||
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
Description: Concurrency Kit (library)
|
Description: Concurrency Kit (library)
|
||||||
The Concurrency Kit library implements concurrency primitives, safe memory
|
The Concurrency Kit library implements concurrency primitives, safe memory
|
||||||
reclamation mechanisms and non-blocking data structures for the research,
|
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,
|
It features atomic operations, hardware transactional memory, memory barriers,
|
||||||
hash tables, list, ring, stack, fifo, bitmap, safe memory reclamation,
|
hash tables, list, ring, stack, fifo, bitmap, safe memory reclamation,
|
||||||
scalable locks, execution barriers, asymmetric synchronization and more.
|
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.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue