File: control

package info (click to toggle)
libmail-thread-perl 2.55-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 320 kB
  • sloc: perl: 616; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libmail-thread-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Bremner <bremner@unb.ca>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libemail-abstract-perl,
                     libmailtools-perl,
                     libtest-memory-cycle-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmail-thread-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmail-thread-perl.git
Homepage: https://metacpan.org/release/Mail-Thread
Testsuite: autopkgtest-pkg-perl

Package: libmail-thread-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libemail-abstract-perl
Description: library for threading email by In-Reply-To and References
 The Mail::Thread module implements something relatively close to
 Jamie Zawinski's mail threading algorithm, as described by
 http://www.jwz.org/doc/threading.html.  This algorithm is based
 on following References and In-Reply-To headers, and is able to
 deal with not having all of the messages in a thread.