File: control

package info (click to toggle)
libsieve 2.2.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,768 kB
  • sloc: ansic: 11,715; sh: 9,273; yacc: 1,040; lex: 530; makefile: 104
file content (42 lines) | stat: -rw-r--r-- 1,493 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
Source: libsieve
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 bison,
 flex,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/libsieve.git
Vcs-Browser: https://salsa.debian.org/debian/libsieve
X-Style: black

Package: libsieve2-dev
Section: libdevel
Architecture: any
Depends:
 libsieve2-1 (= ${binary:Version}),
 ${misc:Depends},
Description: library for parsing, sorting and filtering your mail
 This code is a standalone library based upon code which had been distributed
 with the Cyrus Mail Server. Currently libSieve implements two APIs:
 one that is based upon, and compatible with, the Sieve API as built into
 the Cyrus Mail Server, as well as a new API which is very well suited to
 be incorporated into other programs and is reasonably extensible.
 .
 This package contains the development files.

Package: libsieve2-1
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Multi-Arch: same
Description: library for parsing, sorting and filtering your mail
 This code is a standalone library based upon code which had been distributed
 with the Cyrus Mail Server. Currently libSieve implements two API's:
 one that is based upon, and compatible with, the Sieve API as built into
 the Cyrus Mail Server, as well as a new API which is very well suited to
 be incorporated into other programs and is reasonably extensible.
 .
 This package contains the shared libraries only.