aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control63
1 files changed, 63 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e403b78
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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