--- zeitgeist-0.2.1.orig/TODO +++ zeitgeist-0.2.1/TODO @@ -0,0 +1,21 @@ +TODO +================================ + +SOON: +------------------- + + - Do not start a new zeitgeist-datahub instance if one is already running. + - Fix all milestoned Launchpad bugs. + - The tray icon should start the daemon, instead of the other way + around. + - Take tags from Firefox's bookmarks. + - Log package installations/removals/updates. + - Use Pylint / pyflakes + +FUTURE: +------------ + + - Add on Tracker support. + - Add time-machine with bzr. + - Extend DB to support location of usage + - Better Auto-Tagging; e.g: tasks, locations, and relations. --- zeitgeist-0.2.1.orig/debian/pyversions +++ zeitgeist-0.2.1/debian/pyversions @@ -0,0 +1 @@ +2.5- --- zeitgeist-0.2.1.orig/debian/control.in +++ zeitgeist-0.2.1/debian/control.in @@ -0,0 +1,35 @@ +Source: zeitgeist +Section: utils +Priority: optional +Maintainer: Siegfried-Angel Gevatter Pujals +Build-Depends: cdbs (>= 0.4.49), + debhelper (>= 5.0.38), + gnome-pkg-tools +Build-Depends-Indep: + python-support (>= 0.5.3) +Homepage: https://launchpad.net/zeitgeist +Standards-Version: 3.8.2 + +Package: zeitgeist-core +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-xdg, + python-dbus, + python-gconf, + python-gobject (>= 2.16.0), + python-storm +Recommends: python-gtk2 (>= 2.14.1) +Suggests: gnome-zeitgeist +Description: activity logging service + Zeitgeist is a service which logs the user's activities and events (files + opened, websites visited, conversations hold with other people, etc.) and + makes the relevant information available to other applications. + . + It has support for tagging items (both automatically by the data provider + and manually by the user) and bookmarking items. Further, it is able to + establish relationships between items based on similarity and usage patterns + (this feature isn't implemented yet). + . + This package contains the daemon and the default set of data providers. --- zeitgeist-0.2.1.orig/debian/rules +++ zeitgeist-0.2.1/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk + +binary-install/zeitgeist-core:: + dh_pysupport /usr/share/zeitgeist --- zeitgeist-0.2.1.orig/debian/changelog +++ zeitgeist-0.2.1/debian/changelog @@ -0,0 +1,14 @@ +zeitgeist (0.2.1-0ubuntu1) karmic; urgency=low + + * New upstream release. + - Update dependencies. + + -- Siegfried-Angel Gevatter Pujals Mon, 17 Aug 2009 00:12:51 +0200 + +zeitgeist (0.2.0+dfsg1-0ubuntu1) karmic; urgency=low + + * Initial release (LP: #377634) (Closes: #529067). + * Tarball repackaged to remove doc/dbus/build, which was included accidentally + and has files with unclear licensing. + + -- Siegfried-Angel Gevatter Pujals Wed, 08 Jul 2009 00:34:59 +0200 --- zeitgeist-0.2.1.orig/debian/install +++ zeitgeist-0.2.1/debian/install @@ -0,0 +1 @@ +extra/epiphany/zeitgeist-logger.* usr/lib/epiphany-gecko/2.26/extensions/ --- zeitgeist-0.2.1.orig/debian/compat +++ zeitgeist-0.2.1/debian/compat @@ -0,0 +1 @@ +5 --- zeitgeist-0.2.1.orig/debian/control +++ zeitgeist-0.2.1/debian/control @@ -0,0 +1,35 @@ +Source: zeitgeist +Section: utils +Priority: optional +Maintainer: Siegfried-Angel Gevatter Pujals +Build-Depends: cdbs (>= 0.4.49), + debhelper (>= 5.0.38), + gnome-pkg-tools +Build-Depends-Indep: + python-support (>= 0.5.3) +Homepage: https://launchpad.net/zeitgeist +Standards-Version: 3.8.2 + +Package: zeitgeist-core +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-xdg, + python-dbus, + python-gconf, + python-gobject (>= 2.16.0), + python-storm +Recommends: python-gtk2 (>= 2.14.1) +Suggests: gnome-zeitgeist +Description: activity logging service + Zeitgeist is a service which logs the user's activities and events (files + opened, websites visited, conversations hold with other people, etc.) and + makes the relevant information available to other applications. + . + It has support for tagging items (both automatically by the data provider + and manually by the user) and bookmarking items. Further, it is able to + establish relationships between items based on similarity and usage patterns + (this feature isn't implemented yet). + . + This package contains the daemon and the default set of data providers. --- zeitgeist-0.2.1.orig/debian/copyright +++ zeitgeist-0.2.1/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: http://dep.debian.net/deps/dep5/#index4h1 +Name: Zeitgeist +Maintainer: Seif Lotfy + Natan Yellin + Siegfried-Angel Gevatter Pujals + Mailing List: gnome-zeitgeist-users@lists.launchpad.net +Source: https://launchpad.net/zeitgeist/+download + +Files: * +Copyright: © 2008-2009, Seif Lotfy + © 2009, Natan Yellin + © 2009, Siegfried-Angel Gevatter Pujals + © 2009, Markus Korn + © 2009, Mikkel Kamstrup Erlandsen + © 2009, Alex Graveley + © 2009, Shane Fagan +License: LGPL-3+ + +Files: zeitgeist/loggers/iso_strptime.py +Copyright: © 2009, Canonical Ltd. +License: LGPL-3 + See `/usr/share/common-licenses/LGPL-3'. + +Files: debian/* +Copyright: © 2009, Siegfried-Angel Gevatter Pujals +License: LGPL-3+ + +License: LGPL-3+ + See `/usr/share/common-licenses/LGPL'. --- zeitgeist-0.2.1.orig/debian/watch +++ zeitgeist-0.2.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://launchpad.net/zeitgeist/+download \ + http://launchpad\.net/zeitgeist/trunk/.+/\+download/zeitgeist-(.+)\.tar\.gz