diff options
author | danglassey <danglassey> | 2002-10-11 17:01:59 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-11 17:01:59 +0000 |
commit | 59e4f0dff82f8c851fce309df6ad3e2674c8918f (patch) | |
tree | 4f8fe55422ef48f5beca3c77cffb664193827d20 /debian/control | |
parent | e59732cebdaf9f69f6c33206115df326de1133f3 (diff) | |
download | sword-sf-cvs-59e4f0dff82f8c851fce309df6ad3e2674c8918f.tar.gz |
catch up on some of the files that have been added to crosswire recently
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 63 |
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 |