summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control42
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..440e06f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,42 @@
+Source: sword
+Build-Depends: debhelper (>=4.0.0), libz-dev, autotools-dev, pkg-config
+Section: libs
+Priority: optional
+Maintainer: Daniel Glassey <wdg@debian.org>
+Standards-Version: 3.6.1.0
+
+Package: libsword3
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Recommends: sword-frontend
+Replaces: libsword1, libsword2c102, libsword-runtime, libsword-config
+Description: API/library for bible software
+ The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
+ MacOSX etc.) API/library for Bible software with a constantly growing list
+ of front-ends (GUI, textmode, web-based, etc.) and a library of over 200
+ text modules.
+ .
+ This package contains the core libraries for the project.
+ It also contains utilities for generating data modules.
+ .
+ Please read the README.Debian for more information on how to obtain other
+ modules for sword.
+
+Package: libsword-dev
+Architecture: any
+Section: libdevel
+Depends: libsword3 (= ${Source-Version}), libc6-dev, libz-dev
+Provides: sword-dev
+Description: Development files for libsword
+ This package contains the static libraries and headers for developing
+ applications that use the sword library.
+
+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.