~pkgcrosswire/sword/tag

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Dmitrijs Ledkovs
  • Author(s): Jonathan Marsden
  • Date: 2009-01-27 00:56:38 UTC
  • Revision ID: dmitrij.ledkov@gmail.com-20090127005638-zt7qls9njpzu6h40
Tags: ubuntu-1.5.11-1ubuntu1~jmarsden1
* New upstream tarball.
* debian/rules:
  - Switch to using more normal CDBS/autotools not tarball in tarball.
* Bump SONAME to 7.
  - Rename debian/libsword6.* appropriately.
  - Change 6 to 7 in several scripts including debian/rules
    and debian/control
* Remove most patches as being unnecessary now.
* Simplify debian/patches/02_libver.diff to only edit the version-info.
* Move CGI scripts to install as examples, for security reasons.
* Update diatheke one-line description (cli tool not CGI script).
* Add ${misc:Depends} to Depends of binary packages.
* Bump Standards-Version to 3.8.0.
* Add Homepage: tag in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: sword
 
2
Build-Depends: autotools-dev, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), debhelper (>= 4.1.0), libz-dev, pkg-config, libcurl4-gnutls-dev, libclucene-dev, libicu-dev
 
3
Section: libs
 
4
Priority: optional
 
5
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
 
6
XSBC-Original-Maintainer: Daniel Glassey <wdg@debian.org>
 
7
Standards-Version: 3.8.0
 
8
Homepage: http://www.crosswire.org/sword/
 
9
 
 
10
Package: libsword7
 
11
Architecture: any
 
12
Section: libs
 
13
Depends: ${shlibs:Depends}, ${misc:Depends}
 
14
Recommends: sword-frontend
 
15
Conflicts: libsword5
 
16
Replaces: libsword1, libsword4, libsword4c2, libsword5, libsword5c2a, libsword-runtime, libsword-config
 
17
Description: API/library for bible software
 
18
 The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
 
19
 MacOSX etc.) API/library for Bible software with a constantly growing list 
 
20
 of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 
 
21
 text modules.
 
22
 .
 
23
 This package contains the core libraries for the project.
 
24
 It also contains utilities for generating data modules.
 
25
 .
 
26
 Please read the README.Debian for more information on how to obtain other
 
27
 modules for sword.
 
28
 
 
29
Package: libsword-dev
 
30
Architecture: any
 
31
Section: libdevel
 
32
Depends: libsword7 (= ${binary:Version}), ${misc:Depends}
 
33
Provides: sword-dev
 
34
Description: Development files for libsword
 
35
 This package contains the static libraries and headers for developing 
 
36
 applications that use the sword library.
 
37
 
 
38
Package: diatheke
 
39
Architecture: any
 
40
Section: web
 
41
Depends: ${shlibs:Depends}, ${misc:Depends}
 
42
Recommends: apache2 | httpd
 
43
Description: Command line bible browsing and search tool
 
44
 A command line utility for sword, and a cgi perl script that
 
45
 uses the utility to produce a bible browsing/searching website.