~ubuntu-branches/ubuntu/quantal/recoll/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2012-03-27 12:15:51 UTC
  • mfrom: (1.3.8)
  • Revision ID: package-import@ubuntu.com-20120327121551-nmntidzpehudushy
Tags: 1.17.1-1
* New upstream release.
* Enable Python module resulting into new binary: python-recoll.
* debian/control:
  + Updated Build-Deps: libqtwebkit-dev, python-all-dev.
  + Added python-recoll binary.
  + Updated Standards-Version to 3.9.3
* debian/rules:
  + Build Python module by default.
* debian/recoll.menu, debian/python-recoll.install, debian/recoll.install:
  + Changes for new binary package.
* debian/copyright:
  + Updated to copyright-format 1.0
  + Updated upstream and Debian copyright.
  + Fixed unicode.org/copyright.html URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Build-Depends: debhelper (>= 7),
6
6
               autotools-dev,
7
7
               libqt4-dev,
 
8
               libqtwebkit-dev,
8
9
               libxapian-dev (>= 1.0.15),
9
10
               libx11-dev,
10
 
               libz-dev
 
11
               libz-dev,
 
12
               python-all-dev (>= 2.6.6-3~)
11
13
Homepage: http://www.lesbonscomptes.com/recoll
12
 
Standards-Version: 3.9.2
 
14
Standards-Version: 3.9.3
13
15
 
14
16
Package: recoll
15
17
Architecture: any
39
41
    necessary
40
42
  * An indexer which runs either as a thread inside the GUI or as an external,
41
43
    cron'able program
 
44
 
 
45
Package: python-recoll
 
46
Architecture: any
 
47
Section: python
 
48
Depends: recoll (>= ${source:Version}),
 
49
         ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 
50
Description: Python extension for recoll
 
51
 Personal full text search package which is based on a very strong backend
 
52
 (Xapian), for which it provides an easy to use and feature-rich interface.
 
53
 .
 
54
 This package provides Python extension module for recoll which can be use to
 
55
 extend recoll such as an Ubuntu Unity Lens.