mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 08:43:55 +01:00
Lower Build-Depends on debhelper-compat to version 12 (which should have
This commit is contained in:
19
debian/control
vendored
Normal file
19
debian/control
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
Source: exim-encrypt-dlfunc
|
||||
Priority: optional
|
||||
Maintainer: Heiko Reese <heiko.reese@kit.edu>
|
||||
Build-Depends: debhelper-compat (= 12), build-essential, exim4-dev, libsodium-dev, meson, pkg-config, openssl, python3-pip
|
||||
Standards-Version: 4.5.1
|
||||
Section: libs
|
||||
Homepage: https://git.scc.kit.edu/mail/exim-encrypt-dlfunc
|
||||
Vcs-Browser: https://git.scc.kit.edu/mail/exim-encrypt-dlfunc
|
||||
Vcs-Git: https://git.scc.kit.edu/mail/exim-encrypt-dlfunc.git
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: exim-encrypt-dlfunc
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, exim4-daemon-heavy
|
||||
Description: String encryption library for exim4
|
||||
This library provides functions to encrypt and decrypt strings within exim4
|
||||
using either passwords or public/private key pairs. All cryptographic
|
||||
functionality is provides by libsodium.
|
||||
Reference in New Issue
Block a user