~ubuntu-branches/ubuntu/precise/zeitgeist/precise-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals
  • Date: 2011-01-22 14:15:38 UTC
  • mfrom: (1.1.7 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110122141538-8poh0211pn8uv1xc
Tags: 0.7-1
* New upstream release. Some of the changes are:
   - Various performance improvements (speed, reduced I/O, etc).
   - Enhancements to the extensions system (eg. feature to ask which
     extensions are active).
   - Various bug fixes (eg. fixed find_event_for_template Python API method).
   - Added new mimetype mappings.
* Updated debian/copyright and debian/zeitgeist-core.install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This file is autogenerated. DO NOT EDIT!
2
 
3
 
# Modifications should be made to debian/control.in instead.
4
 
# This file is regenerated automatically in the clean target.
5
 
 
6
1
Source: zeitgeist
7
2
Section: utils
8
3
Priority: optional
9
4
Maintainer: Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>
10
 
Build-Depends: cdbs (>= 0.4.49),
11
 
 debhelper (>= 5.0.38),
12
 
 dh-autoreconf,
13
 
 libgconf2-dev,
14
 
 gnome-pkg-tools,
 
5
Build-Depends: debhelper (>= 7.0.50~),
15
6
 intltool,
 
7
 python-support (>= 0.90.0~),
 
8
 bash-completion (>= 1:1.0-1~),
16
9
 python-rdflib,
17
 
 raptor-utils,
18
 
Build-Depends-Indep:
19
 
 python-support (>= 0.5.3)
 
10
 raptor-utils
 
11
Vcs-Bzr: http://bazaar.launchpad.net/~zeitgeist-packagers/zeitgeist/debian
 
12
Vcs-Browser: https://code.edge.launchpad.net/~zeitgeist-packagers/zeitgeist/debian
20
13
Homepage: http://zeitgeist-project.com/
21
14
Standards-Version: 3.9.1
22
15
 
25
18
Depends: ${misc:Depends},
26
19
 zeitgeist-core,
27
20
 zeitgeist-datahub
28
 
Recommends: zeitgeist-fts-extension
29
21
Description: event logging framework
30
22
 Zeitgeist is a service which logs the user's activities and events (files
31
23
 opened, websites visited, conversations hold with other people, etc.) and
55
47
 determine relationships between items based on usage patterns.
56
48
 .
57
49
 This package contains the main daemon and the Python API.
58
 
 
59
 
Package: zeitgeist-datahub
60
 
Architecture: all
61
 
Depends: ${shlibs:Depends},
62
 
 ${misc:Depends},
63
 
 ${python:Depends},
64
 
 python-xdg,
65
 
 python-dbus,
66
 
 python-gconf,
67
 
 python-gobject (>= 2.16.0),
68
 
 zeitgeist-core
69
 
Recommends: python-gtk2 (>= 2.14.1)
70
 
Description: event logging framework - passive logging daemon
71
 
 Zeitgeist is a service which logs the user's activities and events (files
72
 
 opened, websites visited, conversations hold with other people, etc.) and
73
 
 makes the relevant information available to other applications.
74
 
 .
75
 
 It serves as a comprehensive activity log and also makes it possible to
76
 
 determine relationships between items based on usage patterns.
77
 
 .
78
 
 This package contains zeitgeist-datahub, a daemon which starts together with
79
 
 the main engine and inserts information collected from GtkRecentlyUsed into
80
 
 it. Additional data collectors can be added to it and will be detected at
81
 
 startup time.