diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-07-23 04:37:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-07-24 01:28:23 +0200 |
commit | 0d5bdd4131179c5d9f21133c76cc70e99715cc9c (patch) | |
tree | 5e0554e3be14ef2626befaf18b263d97b815d8f6 /debian/control | |
parent | a8445f6da256a09bac321a0bd2c23e3b8424caf4 (diff) |
debianization
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..55ab86d --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: imapsync +Section: mail +Priority: optional +Maintainer: Guilhem Moulin <guilhem@guilhem.org> +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.6 +Vcs-Git: https://git.guilhem.org/imapsync +Vcs-Browser: https://gitweb.guilhem.org/imapsync + +Package: imapsync +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, + libconfig-tiny-perl, libdbi-perl, libdbd-sqlite3-perl +Recommends: libio-socket-ssl-perl +Description: IMAP-to-IMAP synchronization program for QRESYNC-capable servers + IMAPSync is a synchronization program between two QRESYNC-capable (RFC 7162) + IMAP4rev1 servers. Other required IMAP capabilities are LIST-EXTENDED (RFC + 5258), LIST-STATUS (RFC 5819) and UIDPLUS (RFC 4315), in addition to which + LITERAL+ (RFC 2088) and MULTIAPPEND (RFC 3502) are recommended for performance + reasons. + . + Furthermore if both servers support the NOTIFY capability (RFC 5465), it is + possible to keep the connection alive and be notified of new updates as soon + as they arrive. |