aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: e403b7891e82b9f18cdbf0e2643d6dd5a95747ae (plain) (blame)
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
Source: sword
Build-Depends: debhelper, libz-dev, php4-dev, perl (>= 5.6.0-16)
Section: libs
Priority: optional
Maintainer: Daniel Glassey <wdg@debian.org>
Standards-Version: 3.5.6.0

Package: libsword2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Recommends: sword-frontend
Description: API/library for bible software
 The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
 etc.) API/library for Bible software with a constantly growing list of
 front-ends (GUI, textmode, web-based, etc.) and a library of over 100 text
 modules.
 .
 This package contains the core libraries for the project.
 .
 Please read the README.Debian for more information on how to obtain other
 modules for sword.

Package: libsword-dev
Architecture: any
Section: devel
Depends: libsword1 (= ${Source-Version}), libc6-dev, libz-dev
Provides: sword-dev
Recommends: libsword-runtime
Description: Development files for libsword
 This package contains the static libraries and headers for developing 
 applications that use the sword library.

Package: libsword-runtime
Architecture: any
Section: text
Depends: ${shlibs:Depends}
Conflicts: libsword-dev (<< 1.5.3-1)
Description: Utilities for sword
 This package contains utilities for generating data modules.

Package: diatheke
Architecture: any
Section: web
Depends: ${shlibs:Depends}, apache | httpd
Recommends: libapache-mod-perl | apache-perl
Description: CGI script for making bible website
 A command line utility for sword, and a cgi perl script that
 uses the utility to produce a bible browsing/searching website.

Package: libsword-perl
Architecture: any
Section: web
Depends: ${shlibs:Depends}, ${perl:Depends}
Description: Perl bindings for sword
 incorporate bible related texts into your perl scripts

Package: php4-sword
Architecture: any
Section: web
Depends: ${shlibs:Depends}, php4 | php4-cgi
Description: PHP bindings for sword
 incorporate bible related texts into your php4 scripts