File: control

package info (click to toggle)
libsylph 1.1.0-21
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 4,340 kB
  • sloc: ansic: 30,577; sh: 8,819; makefile: 156
file content (36 lines) | stat: -rw-r--r-- 1,301 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
Source: libsylph
Section: libs
Priority: optional
Maintainer: Hideki Yamane <henrich@debian.org>
Uploaders: Ricardo Mones <mones@debian.org>,
           HAYASHI Kentaro <hayashi@clear-code.com>, 
Build-Depends: debhelper-compat (= 13),
               libglib2.0-dev, libssl-dev, libonig-dev,
Standards-Version: 4.6.0
Homepage: https://sylpheed.sraoss.jp/
Vcs-Git: https://salsa.debian.org/sylpheed-team/libsylph.git
Vcs-Browser: https://salsa.debian.org/sylpheed-team/libsylph
Rules-Requires-Root: no

Package: libsylph-dev
Section: libdevel
Architecture: any
Depends: libsylph1 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: e-mail client library derived from Sylpheed - devel files
 This library, which has been originally used as the core part of 
 Sylpheed, was modified so that it can be utilized as stand-alone.
 .
 This is the development package which contains headers and static
 libraries.

Package: libsylph1
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: e-mail client library derived from Sylpheed
 This library, which has been originally used as the core part of 
 Sylpheed, was modified so that it can be utilized as stand-alone.
 .
 It is used with applications (i.e. sylph-searcher).