summaryrefslogtreecommitdiff
path: root/debian/control
blob: e2af9566c378666a2675bb035f80aacd7b94b3c5 (plain)
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: libemail-thread-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Bremner <bremner@debian.org>,
 Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libcapture-tiny-perl,
                     libmail-thread-perl,
                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.4
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libemail-thread-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libemail-thread-perl.git
Homepage: https://metacpan.org/release/Email-Thread

Package: libemail-thread-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libmail-thread-perl
Description: library providing threading for Email::Simple objects 
 Email::Thread is a wrapper for Mail::Thread that allows it to work with
 Email::Simple objects.  The combination of the two libraries allows
 collections of Email::Simple objects to be organized into threads 
 by References and In-Reply-To headers.