File: control

package info (click to toggle)
python-xapian-haystack 2.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 348 kB
  • sloc: python: 2,140; sh: 33; makefile: 4
file content (38 lines) | stat: -rw-r--r-- 1,213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: python-xapian-haystack
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://github.com/notanumber/xapian-haystack/
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-xapian-haystack
Vcs-Git: https://salsa.debian.org/python-team/modules/python-xapian-haystack.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-xapian-haystack
Architecture: all
Depends:
 python3-django-haystack,
 python3-xapian,
 ${misc:Depends},
 ${python3:Depends},
Enhances:
 python3-django-haystack,
Description: Xapian backend for Django-Haystack (Python3 version)
 Xapian-haystack is a backend of Django-Haystack for the Xapian search engine.
 It provides all the standard features of Haystack:
  * Weighting
  * Faceted search (date, query, etc.)
  * Sorting
  * Spelling suggestions
  * EdgeNGram and Ngram (for autocomplete)
 The endswith search operation is not supported.
 .
 This package contains the Python 3 version of the library.