summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..26ac1a2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: ck
+Section: libs
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends: debhelper (>= 10)
+Standards-Version: 3.9.8
+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
+Architecture: amd64 arm64 armhf i386 ppc64el
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Concurrency Kit - shared libraries
+ Concurrency primitives, safe memory reclamation mechanisms and
+ non-blocking data structures designed to aid in the research,
+ design and implementation of high performance concurrent systems.
+
+Package: libck-dev
+Section: libdevel
+Architecture: amd64 arm64 armhf i386 ppc64el
+Depends: libck0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Concurrency Kit - development files
+ Concurrency primitives, safe memory reclamation mechanisms and
+ non-blocking data structures designed to aid in the research,
+ design and implementation of high performance concurrent systems.
+ .
+ This package provides header files needed by developers.