r22486 - in /packages/unstable/zeitgeist/debian: changelog control control.in copyright rules watch zeitgeist-core.install zeitgeist-datahub.install

rainct-guest at users.alioth.debian.org rainct-guest at users.alioth.debian.org
Tue Dec 1 15:29:48 UTC 2009


Author: rainct-guest
Date: Tue Dec  1 15:29:42 2009
New Revision: 22486

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22486
Log:
Update for Zeitgeist 0.3.0.

Added:
    packages/unstable/zeitgeist/debian/zeitgeist-core.install
    packages/unstable/zeitgeist/debian/zeitgeist-datahub.install
Modified:
    packages/unstable/zeitgeist/debian/changelog
    packages/unstable/zeitgeist/debian/control
    packages/unstable/zeitgeist/debian/control.in
    packages/unstable/zeitgeist/debian/copyright
    packages/unstable/zeitgeist/debian/rules
    packages/unstable/zeitgeist/debian/watch

Modified: packages/unstable/zeitgeist/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/changelog?rev=22486&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/changelog [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/changelog [utf-8] Tue Dec  1 15:29:42 2009
@@ -1,14 +1,5 @@
-zeitgeist (0.2.1-1) UNRELEASED; urgency=low
+zeitgeist (0.3.0-1) UNRELEASED; urgency=low
 
-  * New upstream release.
-     - Update dependencies.
+  * Initial release, based upon Ubuntu package (Closes: #529067)).
 
- -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>  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 <rainct at ubuntu.com>  Wed, 08 Jul 2009 00:34:59 +0200
+ -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>  Tue, 01 Dec 2009 15:12:39 +0100

Modified: packages/unstable/zeitgeist/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/control?rev=22486&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/control [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/control [utf-8] Tue Dec  1 15:29:42 2009
@@ -8,7 +8,23 @@
 Build-Depends-Indep:
  python-support (>= 0.5.3)
 Homepage: https://launchpad.net/zeitgeist
-Standards-Version: 3.8.2
+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
@@ -17,19 +33,38 @@
  ${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
+ 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 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).
+ 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 daemon and the default set of data providers.
+ 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.

Modified: packages/unstable/zeitgeist/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/control.in?rev=22486&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/control.in [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/control.in [utf-8] Tue Dec  1 15:29:42 2009
@@ -8,7 +8,23 @@
 Build-Depends-Indep:
  python-support (>= 0.5.3)
 Homepage: https://launchpad.net/zeitgeist
-Standards-Version: 3.8.2
+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
@@ -17,19 +33,38 @@
  ${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
+ 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 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).
+ 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 daemon and the default set of data providers.
+ 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.

Modified: packages/unstable/zeitgeist/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/copyright?rev=22486&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/copyright [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/copyright [utf-8] Tue Dec  1 15:29:42 2009
@@ -1,9 +1,6 @@
 Format-Specification: http://dep.debian.net/deps/dep5/#index4h1
 Name: Zeitgeist
-Maintainer: Seif Lotfy <seif at lotfy.com>
-            Natan Yellin <aantny at gmail.com>
-            Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>
-            Mailing List: gnome-zeitgeist-users at lists.launchpad.net
+Maintainer: Zeitgeist Developer Team <zeitgeist at lists.launchpad.net>
 Source: https://launchpad.net/zeitgeist/+download
 
 Files: *

Modified: packages/unstable/zeitgeist/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/rules?rev=22486&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/rules [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/rules [utf-8] Tue Dec  1 15:29:42 2009
@@ -5,5 +5,10 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+
 binary-install/zeitgeist-core::
 	dh_pysupport /usr/share/zeitgeist
+
+binary-install/zeitgeist-datahub::
+	dh_pysupport /usr/share/zeitgeist

Modified: packages/unstable/zeitgeist/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/watch?rev=22486&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/watch [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/watch [utf-8] Tue Dec  1 15:29:42 2009
@@ -1,3 +1,3 @@
 version=3
 https://launchpad.net/zeitgeist/+download \
- http://launchpad\.net/zeitgeist/trunk/.+/\+download/zeitgeist-(.+)\.tar\.gz
+ http://launchpad\.net/zeitgeist/.+/.+/\+download/zeitgeist-(.+)\.tar\.gz

Added: packages/unstable/zeitgeist/debian/zeitgeist-core.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/zeitgeist-core.install?rev=22486&op=file
==============================================================================
--- packages/unstable/zeitgeist/debian/zeitgeist-core.install (added)
+++ packages/unstable/zeitgeist/debian/zeitgeist-core.install [utf-8] Tue Dec  1 15:29:42 2009
@@ -1,0 +1,7 @@
+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

Added: packages/unstable/zeitgeist/debian/zeitgeist-datahub.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/zeitgeist-datahub.install?rev=22486&op=file
==============================================================================
--- packages/unstable/zeitgeist/debian/zeitgeist-datahub.install (added)
+++ packages/unstable/zeitgeist/debian/zeitgeist-datahub.install [utf-8] Tue Dec  1 15:29:42 2009
@@ -1,0 +1,3 @@
+usr/share/man/man1/zeitgeist-datahub.1
+usr/share/zeitgeist/_zeitgeist/loggers/*
+usr/bin/zeitgeist-datahub




More information about the pkg-gnome-commits mailing list