Lower Build-Depends on debhelper-compat to version 12 (which should have

This commit is contained in:
heiko.reese
2021-09-05 13:57:54 +02:00
parent 3c2857cfeb
commit b944a41f7c
7 changed files with 230 additions and 14 deletions

19
debian/control vendored Normal file
View 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.