diff options
author | vg <vgm+dev@devys.org> | 2024-03-29 11:54:35 +0100 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2024-03-29 11:54:35 +0100 |
commit | c871d7dc723f50cce3f6a549fc04b17b7c22a062 (patch) | |
tree | e9445e06463aa48a6b96e0529241458f5d9bc5f5 | |
parent | 3ce4857ce0256437c469cad6aec259f11ea09f81 (diff) | |
download | fetchmail-legacy_64_vg_debian.tar.gz fetchmail-legacy_64_vg_debian.tar.bz2 fetchmail-legacy_64_vg_debian.zip |
lower version for libssl-dev to be compatible with bookwormlegacy_64_vg_debian
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index fa036855..7a5a73fc 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fetchmail Section: mail Priority: optional Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org> -Build-Depends: debhelper-compat (= 13), pkg-config, flex, libssl-dev (>= 3.1.4), bison, libkrb5-dev, libgssglue-dev +Build-Depends: debhelper-compat (= 13), pkg-config, flex, libssl-dev (>= 3.0.11), bison, libkrb5-dev, libgssglue-dev Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://www.fetchmail.info |