aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorvg <vgm+dev@devys.org>2024-03-29 11:16:52 +0100
committervg <vgm+dev@devys.org>2024-03-29 11:16:52 +0100
commit8eae1aca826e08d953a43978bae554f20d07897a (patch)
treebcbb8a580d5b29f35bb90d6ef1a05d80aed67e66 /debian/control
parent9f542a1e74323a7247a19de9d7349a7269c63002 (diff)
downloadfetchmail-8eae1aca826e08d953a43978bae554f20d07897a.tar.gz
fetchmail-8eae1aca826e08d953a43978bae554f20d07897a.tar.bz2
fetchmail-8eae1aca826e08d953a43978bae554f20d07897a.zip
get debian directory from debian archive
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..fa036855
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+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
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Homepage: https://www.fetchmail.info
+
+Package: fetchmail
+Architecture: any
+Pre-Depends: init-system-helpers (>= 1.52)
+Depends: ${shlibs:Depends}, ${misc:Depends}, debianutils (>= 1.7), adduser (>= 3.34), sysvinit-utils (>= 3.05-4~) | lsb-base
+Breaks: logcheck (<< 1.1.1-9), fetchmail-ssl (<= 6.2.5-12)
+Conflicts: fetchmail-common
+Replaces: fetchmail-common, fetchmail-ssl
+Provides: fetchmail-ssl
+Suggests: fetchmailconf, default-mta | mail-transport-agent, resolvconf
+Recommends: ca-certificates
+Description: SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
+ fetchmail is a free, full-featured, robust, and well-documented remote mail
+ retrieval and forwarding utility intended to be used over on-demand TCP/IP
+ links (such as SLIP or PPP connections). It retrieves mail from remote mail
+ servers and forwards it to your local (client) machine's delivery system, so
+ it can then be read by normal mail user agents such as mutt, elm, pine,
+ (x)emacs/gnus, or mailx. The fetchmailconf package includes an interactive
+ GUI configurator suitable for end-users.
+ .
+ Kerberos V and GSSAPI are supported.
+ .
+ Kerberos IV, RPA, OPIE and other support for some other features are
+ available if the package is recompiled.