File: control

package info (click to toggle)
public-inbox 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,152 kB
  • sloc: perl: 52,771; sh: 302; ansic: 106; makefile: 37
file content (70 lines) | stat: -rw-r--r-- 2,009 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: public-inbox
Section: mail
Priority: optional
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://public-inbox.org/
Build-Depends:
 debhelper-compat (= 13),
 git,
 libdbd-sqlite3-perl,
 libemail-address-xs-perl,
 libemail-mime-perl,
 libinline-c-perl,
 libnet-server-perl,
 libplack-perl,
 libsearch-xapian-perl,
 libsocket-msghdr-perl,
 xapian-tools,
Vcs-Git: https://salsa.debian.org/ukleinek/public-inbox.git -b debian/unstable
Vcs-Browser: https://salsa.debian.org/ukleinek/public-inbox/-/commits/debian/unstable/

Package: libpublicinbox-perl
Section: perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 git,
 libdbd-sqlite3-perl,
 libemail-address-xs-perl,
 libemail-mime-perl,
 libinline-c-perl,
 libmail-imapclient-perl,
 libnet-server-perl,
 libparse-recdescent-perl,
 libplack-perl,
 libsearch-xapian-perl,
 libsocket-msghdr-perl,
 liburi-perl,
 xapian-tools,
Replaces: public-inbox (<< 1.7.0-1~)
Breaks: public-inbox (<< 1.7.0-1~)
Description: Perl libraries for public-inbox
 The PublicInbox Perl module provides various functions to access and update
 mailing list archives in the public-inbox format.

Package: public-inbox
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libpublicinbox-perl (= ${binary:Version}),
Description: Mailing list archiver
 public-inbox is a mailing list archiver that provides a searchable web
 interface, provides the archived mails via git and nntp.

Package: lei
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libpublicinbox-perl (= ${binary:Version}),
Description: public inbox to local email interface
 lei is a command-line tool for importing and searching email,
 regardless of whether it is from a personal mailbox or a public-inbox.
 lei supports a local, writable store built on top of public-inbox formats.
 .
 Warning: lei is still in its early stages and may destroy mail.
 Be sure to have backups of destinations lei writes to.