File: control

package info (click to toggle)
libmail-thread-perl 2.55-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 324 kB
  • ctags: 84
  • sloc: perl: 616; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download | duplicates (2)
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
28
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 (>= 8)
Build-Depends-Indep: perl,
                     libemail-abstract-perl,
                     libmailtools-perl,
                     libtest-memory-cycle-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-thread-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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.