--- zeitgeist-0.3.1.orig/debian/tmp.debhelper.log +++ zeitgeist-0.3.1/debian/tmp.debhelper.log @@ -0,0 +1,2 @@ +dh_installdirs +dh_installdirs --- zeitgeist-0.3.1.orig/debian/zeitgeist-datahub.install +++ zeitgeist-0.3.1/debian/zeitgeist-datahub.install @@ -0,0 +1,3 @@ +usr/share/man/man1/zeitgeist-datahub.1 +usr/share/zeitgeist/_zeitgeist/loggers/* +usr/bin/zeitgeist-datahub --- zeitgeist-0.3.1.orig/debian/zeitgeist-daemon.bash_completion +++ zeitgeist-0.3.1/debian/zeitgeist-daemon.bash_completion @@ -0,0 +1,14 @@ +# -*- shell-script -*- +# +# Bash tab auto-completion rules for the zeitgeist-daemon command. +# Put this file in /etc/bash_completion.d/ and bash will automatically load it. +# +# By Siegfried-Angel Gevatter Pujals + +have zeitgeist-daemon && +_zeitgeist_daemon() +{ + local cur=${COMP_WORDS[COMP_CWORD]} + COMPREPLY=($(compgen -W "`zeitgeist-daemon --shell-completion`" -- $cur)) +} +[ "${have:-}" ] && complete -F _zeitgeist_daemon -o default zeitgeist-daemon --- zeitgeist-0.3.1.orig/debian/pyversions +++ zeitgeist-0.3.1/debian/pyversions @@ -0,0 +1 @@ +2.5- --- zeitgeist-0.3.1.orig/debian/control.in +++ zeitgeist-0.3.1/debian/control.in @@ -0,0 +1,71 @@ +Source: zeitgeist +Section: utils +Priority: optional +Maintainer: Siegfried-Angel Gevatter Pujals +Build-Depends: cdbs (>= 0.4.49), + debhelper (>= 5.0.38), + gnome-pkg-tools, + intltool +Build-Depends-Indep: + python-support (>= 0.5.3) +Homepage: https://launchpad.net/zeitgeist +Standards-Version: 3.8.3 + +Package: zeitgeist +Architecture: all +Depends: ${misc:Depends}, + zeitgeist-core, + zeitgeist-datahub +Description: event logging framework + 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 serves as a comprehensive activity log and also makes it possible to + determine relationships between items based on usage patterns. + . + This metapackage depends on the Zeitgeist engine and a set of packages + (such as data providers) commonly used together with it. + +Package: zeitgeist-core +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-xdg, + python-dbus, + python-gobject (>= 2.16.0) +Suggests: zeitgeist-datahub +Description: event logging framework - engine + 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 serves as a comprehensive activity log and also makes it possible to + determine relationships between items based on usage patterns. + . + This package contains the main daemon and the Python API. + +Package: zeitgeist-datahub +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-xdg, + python-dbus, + python-gconf, + python-gobject (>= 2.16.0), + zeitgeist-core +Recommends: python-gtk2 (>= 2.14.1) +Description: event logging framework - passive logging daemon + 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 serves as a comprehensive activity log and also makes it possible to + determine relationships between items based on usage patterns. + . + This package contains zeitgeist-datahub, a daemon which starts together with + the main engine and inserts information collected from GtkRecentlyUsed into + it. Additional data collectors can be added to it and will be detected at + startup time. --- zeitgeist-0.3.1.orig/debian/rules +++ zeitgeist-0.3.1/debian/rules @@ -0,0 +1,20 @@ +#!/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 + +DEB_DH_INSTALL_SOURCEDIR := debian/tmp + +install/zeitgeist-core:: + dh_installdirs -pzeitgeist-core -Pdebian/tmp etc/bash_completion.d + install $(CURDIR)/debian/zeitgeist-daemon.bash_completion \ + $(CURDIR)/debian/tmp/etc/bash_completion.d/zeitgeist-daemon + chmod a-x $(CURDIR)/debian/tmp/etc/bash_completion.d/zeitgeist-daemon + +binary-install/zeitgeist-core:: + dh_pysupport /usr/share/zeitgeist + +binary-install/zeitgeist-datahub:: + dh_pysupport /usr/share/zeitgeist --- zeitgeist-0.3.1.orig/debian/changelog +++ zeitgeist-0.3.1/debian/changelog @@ -0,0 +1,18 @@ +zeitgeist (0.3.1-0ubuntu1) lucid; urgency=low + + * New upstream release: + - Event subscription (monitoring) support. + - Blacklist extension. + - Experimental FindRelatedUris method (API for it may change). + - Other features, bug fixes and better documentation. + * Update debian/copyright. + * debian/{rules,zeitgeist-core.install,zeitgeist-daemon.bash_completion}: + - Add bash-completion for the "zeitgeist-daemon" command. + + -- Siegfried-Angel Gevatter Pujals Sun, 10 Jan 2010 23:48:48 +0100 + +zeitgeist (0.3.0-1) unstable; urgency=low + + * Initial release, based upon Ubuntu package (Closes: #529067). + + -- Siegfried-Angel Gevatter Pujals Tue, 01 Dec 2009 15:12:39 +0100 --- zeitgeist-0.3.1.orig/debian/zeitgeist-core.install +++ zeitgeist-0.3.1/debian/zeitgeist-core.install @@ -0,0 +1,8 @@ +usr/lib/python*/*-packages/zeitgeist/ +usr/share/man/man1/zeitgeist-daemon.1 +usr/share/locale/ +usr/share/zeitgeist/_zeitgeist/*.* +usr/share/zeitgeist/_zeitgeist/engine/ +usr/share/dbus-1/services/ +usr/bin/zeitgeist-daemon +etc/bash_completion.d/zeitgeist-daemon --- zeitgeist-0.3.1.orig/debian/compat +++ zeitgeist-0.3.1/debian/compat @@ -0,0 +1 @@ +5 --- zeitgeist-0.3.1.orig/debian/control +++ zeitgeist-0.3.1/debian/control @@ -0,0 +1,76 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. + +Source: zeitgeist +Section: utils +Priority: optional +Maintainer: Siegfried-Angel Gevatter Pujals +Build-Depends: cdbs (>= 0.4.49), + debhelper (>= 5.0.38), + gnome-pkg-tools, + intltool +Build-Depends-Indep: + python-support (>= 0.5.3) +Homepage: https://launchpad.net/zeitgeist +Standards-Version: 3.8.3 + +Package: zeitgeist +Architecture: all +Depends: ${misc:Depends}, + zeitgeist-core, + zeitgeist-datahub +Description: event logging framework + 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 serves as a comprehensive activity log and also makes it possible to + determine relationships between items based on usage patterns. + . + This metapackage depends on the Zeitgeist engine and a set of packages + (such as data providers) commonly used together with it. + +Package: zeitgeist-core +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-xdg, + python-dbus, + python-gobject (>= 2.16.0) +Suggests: zeitgeist-datahub +Description: event logging framework - engine + 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 serves as a comprehensive activity log and also makes it possible to + determine relationships between items based on usage patterns. + . + This package contains the main daemon and the Python API. + +Package: zeitgeist-datahub +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-xdg, + python-dbus, + python-gconf, + python-gobject (>= 2.16.0), + zeitgeist-core +Recommends: python-gtk2 (>= 2.14.1) +Description: event logging framework - passive logging daemon + 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 serves as a comprehensive activity log and also makes it possible to + determine relationships between items based on usage patterns. + . + This package contains zeitgeist-datahub, a daemon which starts together with + the main engine and inserts information collected from GtkRecentlyUsed into + it. Additional data collectors can be added to it and will be detected at + startup time. --- zeitgeist-0.3.1.orig/debian/copyright +++ zeitgeist-0.3.1/debian/copyright @@ -0,0 +1,26 @@ +Format-Specification: http://dep.debian.net/deps/dep5/#index4h1 +Name: Zeitgeist +Maintainer: Zeitgeist Developer Team +Source: https://launchpad.net/zeitgeist/+download + +Files: * +Copyright: © 2008-2009, Seif Lotfy + © 2009-2010, Siegfried-Angel Gevatter Pujals + © 2009-2010, Markus Korn + © 2009-2010, Mikkel Kamstrup Erlandsen + © 2009, Natan Yellin + © 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.3.1.orig/debian/watch +++ zeitgeist-0.3.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://launchpad.net/zeitgeist/+download \ + http://launchpad\.net/zeitgeist/.+/.+/\+download/zeitgeist-(.+)\.tar\.gz