mb2md 3.20-10 source package in Ubuntu

Changelog

mb2md (3.20-10) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.
  * Bump debhelper-compat to 13.
  * Remove check for DEB_BUILD_OPTIONS=nocheck from debian/rules.
    debhelper 13 does this for us.

  [ Debian Janitor ]
  * Set Testsuite header for perl package.
  * Remove constraints unnecessary since buster
  * Apply multi-arch hints. + mb2md: Add :any qualifier for perl dependency.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 13:16:07 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe net
Noble release universe net
Mantic release universe net
Lunar release universe net

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mb2md_3.20-10.dsc 2.1 KiB f692f45842f93379a7fdf656b96975e6f876c49c222edab686d784845b9952a0
mb2md_3.20.orig.tar.gz 14.9 KiB 4b06a2172d7ae4a13d873cfdc97d7d0a4ae8d69d103e4199c3e27aa5fdcaa057
mb2md_3.20-10.debian.tar.xz 11.7 KiB 684bb8be47bf4e139ee6f9d2533373fb90e6acb4ed7c58600c3d4d378145f1dd

Available diffs

No changes file available.

Binary packages built by this source

mb2md: Convert Mbox mailboxes to Maildir format

 mb2md (mbox to maildir) takes one or more Mbox format mailbox files
 in a directory and convert them to Maildir format mailboxes.
 .
 As the Mbox format has some drawbacks, D. J. Bernstein created the
 Maildir format when he wrote Qmail. With the Mbox format all mail of
 a specific folder is stored as one large text file. The Maildir
 format stores each mail as a separate file. It is a faster and more
 efficient way to store mail. It works particularly well over NFS,
 which has a long history of locking-related woes.
 .
 The Mbox format is used by many POP3/IMAP servers, most mail servers
 (MTAs) and mail readers (MUAs). The Maildir format is used by Qmail,
 Courier-MTA and can be also used as a alternative mail storage format
 by Postfix and Exim or any MTA which can use procmail as
 MDA. POP3/IMAP servers which support Maildirs are e.g. Courier IMAP
 and Dovecot.
 .
 mb2md does not only convert Mbox mailbox files into a Maildir but can
 also convert the /var/spool/mail/$USER mailspool file. It is smart
 enough to not transfer a dummy message such as the UW IMAPD puts at
 the start of Mbox mailboxes - and you could add your own search terms
 into the script to make it ignore other forms of dummy first message.