~ubuntu-branches/ubuntu/vivid/sphinxsearch/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2012-08-23 03:01:57 UTC
  • Revision ID: package-import@ubuntu.com-20120823030157-xq5ttdtfatklbgqy
Tags: 2.0.4-1.1ubuntu1
* Add libraries, ruby and python api. (Closes: #563205)
* Add dh_autotools_dev to satisfy dpkg-source
* Use dh_python2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: sphinxsearch
2
2
Section: misc
3
3
Priority: optional
4
 
Maintainer: Radu Spineanu <radu@debian.org>
5
 
Build-Depends: debhelper (>= 7.0.50), autotools-dev, gawk, libmysqlclient-dev, libpq-dev, autoconf, libtool, automake, docbook-to-man, libexpat-dev, libstemmer-dev, dh-autoreconf, adduser 
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Radu Spineanu <radu@debian.org>
 
6
Build-Depends: debhelper (>= 7.0.50), autotools-dev, gawk, libmysqlclient-dev, libpq-dev, autoconf, libtool, automake, docbook-to-man, libexpat-dev, libstemmer-dev, dh-autoreconf, adduser, python, ruby
6
7
Standards-Version: 3.9.3
7
8
 
8
9
Package: sphinxsearch
17
18
 mechanism (a pipe to indexer in special XML-based format which Sphinx 
18
19
 recognizes).
19
20
 .
20
 
 Sphinx is an acronym which is officially decoded as SQL Phrase Index. 
 
21
 Sphinx is an acronym which is officially decoded as SQL Phrase Index.
 
22
 
 
23
Package: libsphinxclient-0.0.1
 
24
Depends: ${shlibs:Depends}, ${misc:Depends}
 
25
Architecture: any
 
26
Description: Fast standalone full-text SQL search engine - Client library
 
27
 Sphinx is a standalone full text search engine, meant to provide fast,
 
28
 size-efficient and relevant fulltext search functions to other applications.
 
29
 Sphinx was specially designed to integrate well with SQL databases and
 
30
 scripting languages. Currently built-in data sources support fetching data
 
31
 either via direct connection to MySQL or PostgreSQL, or using XML pipe
 
32
 mechanism (a pipe to indexer in special XML-based format which Sphinx
 
33
 recognizes).
 
34
 .
 
35
 Sphinx is an acronym which is officially decoded as SQL Phrase Index.
 
36
 .
 
37
 This package contains the client library for C.
 
38
 
 
39
Package: libsphinxclient-dev
 
40
Architecture: any
 
41
Section: libdevel
 
42
Depends: libsphinxclient-0.0.1 (= ${binary:Version}), ${misc:Depends}
 
43
Description: Fast standalone full-text SQL search engine - Client library
 
44
 Sphinx is a standalone full text search engine, meant to provide fast,
 
45
 size-efficient and relevant fulltext search functions to other applications.
 
46
 Sphinx was specially designed to integrate well with SQL databases and
 
47
 scripting languages. Currently built-in data sources support fetching data
 
48
 either via direct connection to MySQL or PostgreSQL, or using XML pipe
 
49
 mechanism (a pipe to indexer in special XML-based format which Sphinx
 
50
 recognizes).
 
51
 .
 
52
 Sphinx is an acronym which is officially decoded as SQL Phrase Index.
 
53
 .
 
54
 This package contains the client library for C development files.
 
55
 
 
56
Package: python-sphinxapi
 
57
Architecture: all
 
58
Section: python
 
59
Depends: ${python:Depends}, ${misc:Depends}
 
60
Description: Fast standalone full-text SQL search engine - Client library
 
61
 Sphinx is a standalone full text search engine, meant to provide fast,
 
62
 size-efficient and relevant fulltext search functions to other applications.
 
63
 Sphinx was specially designed to integrate well with SQL databases and
 
64
 scripting languages. Currently built-in data sources support fetching data
 
65
 either via direct connection to MySQL or PostgreSQL, or using XML pipe
 
66
 mechanism (a pipe to indexer in special XML-based format which Sphinx
 
67
 recognizes).
 
68
 .
 
69
 Sphinx is an acronym which is officially decoded as SQL Phrase Index.
 
70
 .
 
71
 This package contains the client library for Python.
 
72
 
 
73
Package: libsphinx-ruby
 
74
Architecture: all
 
75
Section: ruby
 
76
Depends: libruby, ruby (>=1.8.7), ${misc:Depends}
 
77
Description: Fast standalone full-text SQL search engine - Client library
 
78
 Sphinx is a standalone full text search engine, meant to provide fast,
 
79
 size-efficient and relevant fulltext search functions to other applications.
 
80
 Sphinx was specially designed to integrate well with SQL databases and
 
81
 scripting languages. Currently built-in data sources support fetching data
 
82
 either via direct connection to MySQL or PostgreSQL, or using XML pipe
 
83
 mechanism (a pipe to indexer in special XML-based format which Sphinx
 
84
 recognizes).
 
85
 .
 
86
 Sphinx is an acronym which is officially decoded as SQL Phrase Index.
 
87
 .
 
88
 This package contains the client library for Ruby.
 
89