summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..111c915
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: libtpms
+Maintainer: Seunghun Han <kkamagui@gmail.com>
+Section: libs
+Priority: optional
+Standards-Version: 4.6.0
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13), dh-exec, gawk, libssl-dev, libtool, pkg-config
+Homepage: https://github.com/stefanberger/libtpms
+Vcs-Git: https://salsa.debian.org/debian/libtpms.git
+Vcs-Browser: https://salsa.debian.org/debian/libtpms
+
+Package: libtpms-dev
+Architecture: any
+Section: libdevel
+Depends: libtpms0 (= ${binary:Version}), ${misc:Depends}
+Description: libtpms header files and man pages
+ The libtpms-dev package provides header files and man pages for the
+ functions provided by libtpms.
+
+Package: libtpms0
+Architecture: any
+Multi-Arch: same
+Depends: openssl, ${misc:Depends}, ${shlibs:Depends}
+Description: TPM emulation library
+ Libtpms is a library that provides TPM functionality. Libtpm is used
+ by swtpm package.