summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0dc6466
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: libica
+Priority: optional
+Maintainer: Dimitri John Ledkov <xnox@ubuntu.com>
+Build-Depends: debhelper (>= 9), dh-autoreconf, libssl-dev, autoconf-archive
+Standards-Version: 3.9.7
+Section: libs
+Homepage: http://sourceforge.net/projects/opencryptoki/files/libica/
+
+Package: libica-dev
+Section: libdevel
+Architecture: s390 s390x
+Multi-Arch: same
+Depends: libica3 (= ${binary:Version}), ${misc:Depends}
+Description: hardware cryptography support for IBM System z hardware (dev package)
+ libica library provides hardware acceleration for cryptographic
+ functions and is part of the openCryptoki project.
+ .
+ This package contains development headers and library.
+
+Package: libica3
+Architecture: s390 s390x
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: hardware cryptography support for IBM System z hardware
+ libica library provides hardware acceleration for cryptographic
+ functions and is part of the openCryptoki project.
+
+Package: libica-utils
+Architecture: s390 s390x
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: hardware cryptography support for Linux on z Systems (utils)
+ libica library provides hardware acceleration for cryptographic
+ functions and is part of the openCryptoki project.
+ .
+ This package contains icastats and icainfo utilities.