File: control

package info (click to toggle)
lbdb 0.57-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: sh: 7,550; ansic: 1,779; perl: 381; lisp: 265; makefile: 226; objc: 44
file content (86 lines) | stat: -rw-r--r-- 2,831 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Source: lbdb
Standards-Version: 4.7.3
Maintainer: Roland Rosenfeld <roland@debian.org>
Section: mail
Build-Depends:
 abook <!nocheck>,
 debhelper-compat (= 13),
 dh-elpa,
 libauthen-sasl-perl <!nocheck>,
 libnet-ldap-perl <!nocheck>,
 libpalm-perl <!nocheck>,
 maildir-utils <!nocheck>,
 notmuch <!nocheck>,
 notmuch-addrlookup <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/debian/lbdb
Vcs-Git: https://salsa.debian.org/debian/lbdb.git
Homepage: https://www.spinnaker.de/lbdb/

Package: lbdb
Architecture: any
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
Suggests:
 abook,
 elpa-lbdb,
 finger,
 goobook,
 khard,
 libauthen-sasl-perl,
 libnet-ldap-perl,
 libpalm-perl,
 maildir-utils,
 mutt,
 notmuch-addrlookup,
 procmail,
Enhances:
 mutt,
Description: Little Brother's DataBase for the mutt mail reader
 This package consists of a set of small tools, which collect mail
 addresses from several sources and offer these addresses to the mutt
 external query feature. At the moment the following modules are
 supported:
  - m_finger (uses the finger(1) command; needs finger package)
  - m_inmail (scans incoming mail for addresses)
  - m_passwd (searches /etc/passwd)
  - m_yppasswd (searches the YP password database)
  - m_nispasswd (searches the NIS password database)
  - m_getent (searches the configured password database)
  - m_pgp2, m_pgp5, m_gpg (searches your PGP or GnuPG keyrings)
  - m_fido (searches the Fidonet nodelist)
  - m_abook (uses the address book application abook; needs abook package)
  - m_goobook (uses goobook to read Google contacts; needs goobook package)
  - m_addr_email (uses addr-email from the addressbook Tk program)
  - m_muttalias (searches your Mutt mail aliases)
  - m_pine (searches your Pine addressbook files)
  - m_wanderlust (search the WanderLust alias database)
  - m_palm (uses your Palm database; needs libpalm-perl package)
  - m_gnomecard (uses GnomeCard database files)
  - m_ldap (query some LDAP server; needs libauthen-sasl-perl,
    libauthen-sasl-perl, and libnet-ldap-perl packages)
  - m_evolution (search in the Evolution addressbook)
  - m_vcf (search in vcard files)
  - m_khard (search a CardDAV address book via khard; needs khard package)
  - m_mu (search maidir-utils using mu-cfind; needs maildir-utils package)
  - m_notmuch_addrlookup (search for addresses in notmuch)

Package: elpa-lbdb
Architecture: all
Section: editors
Depends:
 ${elpa:Depends},
 ${misc:Depends},
 bbdb,
 emacsen-common,
 lbdb,
Enhances:
 lbdb,
Description: Little Brother's DataBase Emacs extensions
 This package is an extension of the lbdb package, which contains
 ldbd.el, an Emacs interface to the Little Brother's Datebase lbdb.
 .
 Additionally it contains the lbdb module m_bbdb, which allows lbdb to
 access addresses in BBDB (big brother database).